act-ai-crew-create

Creates KaibanJS-based AI crews for reviewing documents and producing structured outputs.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/JuroOravec/agents --skill act-ai-crew-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: act-ai-crew-create
Source: https://github.com/JuroOravec/agents/tree/main/.cursor/skills/act/ai-crew-create
Command: npx skills add https://github.com/JuroOravec/agents --skill act-ai-crew-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kaibanjs, zod.

What problem does it solve?

Creates and manages a role-based multi-agent crew (CrewAI-style) in KaibanJS to pool expert perspectives for reviewing, analyzing, or synthesizing documents, removing single-user bottlenecks and increasing output quality.

Core Features & Use Cases

  • End-to-end workflow for designing and implementing a virtual committee of AI agents that pool perspectives.
  • Supports multi-domain reviews (PRD, code, security audits) and yields structured outputs.
  • Integrates with KaibanJS to deliver repeatable, auditable crew workflows.

Quick Start

Initialize a CrewAI workflow in KaibanJS by defining your committee and running the crew script to start the review process.

Frequently Asked Questions about act-ai-crew-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a multi-agent AI crew for document review?

To set up a multi-agent AI crew for document review, define a role-based committee in KaibanJS and run the crew script to initiate the phase-based workflow. It enforces YAML frontmatter and produces structured outputs.

Can I use KaibanJS to automate security checks and code reviews?

Yes, KaibanJS supports automating security checks and code reviews by configuring a virtual committee of AI agents. The workflow handles multi-domain artifact types and synthesizes expert perspectives into structured outputs.

What is a multi-agent workflow and when do I need it for document synthesis?

A multi-agent workflow pools expert AI perspectives to review, analyze, or synthesize documents. You need it to remove single-user bottlenecks and increase output quality when handling complex artifacts like PRDs or security audits.

Does this multi-agent workflow approach require a specific template format?

Yes, this multi-agent workflow approach requires a specific template format. It enforces YAML frontmatter with a name and description, alongside KaibanJS-compatible crew templates and runners to ensure repeatable, auditable workflows.

What are the limitations of using KaibanJS for AI crew design?

Limitations of using KaibanJS for AI crew design include dependencies on KaibanJS and Zod, and the requirement to conform to its phase-based workflow structure and YAML frontmatter templates for generating structured outputs.