Help us improve
Share bugs, ideas, or general feedback.
From faos-ai-engineer
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-ai-engineerHow this command is triggered — by the user, by Claude, or both
Slash command
/faos-ai-engineer:build-agentThe summary Claude sees in its command listing — used to decide when to auto-load this command
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- description: "Create AI agent workflow" --- # Build Agent Create AI agent workflow
/forgeCreates specialized AI agents via 5-phase workflow (analyze, design, create, validate, refine). Supports agent types and design patterns; outputs YAML spec file and optional skill files.
/brainstormExplores user workflows using role templates to design agent systems by invoking the rcc:brainstorming-workflows skill.
/build-workflowScaffolds a new workflow-as-markdown file in workflows/ directory with YAML frontmatter for outputs, agents, and validation. Prompts for purpose, expected outputs, and agents; optionally creates agent stubs.
/agentDesigns, builds, and evaluates AI agents using patterns like ReAct, plan-and-execute, multi-agent. Generates config, implementation, tools, memory, guardrails, tests, docs, and commit.
/ai-agent-createCreates a specialized AI agent file with custom system prompt, optional tools, handoff rules, and TypeScript types based on provided name and specialization.
/devkit-create-agentCreates a new AI agent in a target addon or framework using templates (simple, complex, orchestrator, validator) with optional interactive guidance following Agent Design Bible.
Share bugs, ideas, or general feedback.
Create AI agent workflow