brewcodeagents

Solid

Interactive agent creation and improvement orchestrator. Create or improve Claude Code agents.

AI & Automation 27 stars 2 forks Updated 1 weeks ago NOASSERTION

Install

View on GitHub

Quality Score: 75/100

Stars 20%
48
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# agents Skill > **Agent Management:** Create and improve Claude Code agents interactively. <instructions> ## Phase 1: Parse Arguments Extract mode and target from `$ARGUMENTS`: | Pattern | Mode | Target | |---------|------|--------| | empty | help | -- | | `create <desc>` | create | description text | | `up <name\|path>` | up | agent name or path | | `<name\|path>` (not keyword) | **up** (shorthand) | name or path | **Examples:** - `/brewcode:agents` --> `help` - `/brewcode:agents create backend validator` --> `create`, target=`backend validator` - `/brewcode:agents up reviewer` --> `up`, target=`reviewer` - `/brewcode:agents .claude/agents/reviewer.md` --> `up`, target=path **(shorthand)** --- ## Mode: help (empty args) Print usage and stop: ``` # brewcode:agents Agent management - create and improve Claude Code agents. ## Usage - `/brewcode:agents create <description>` -- create new agent - `/brewcode:agents up <name|path>` -- improve existing agent - `/brewcode:agents <name|path>` -- improve (shorthand) ## Examples - `/brewcode:agents create backend validator` - `/brewcode:agents up reviewer` - `/brewcode:agents .claude/agents/reviewer.md` ``` --- ## Mode: create ### Step 1: AskUserQuestion (batch -- all questions in ONE call) Ask all 3 questions in a single AskUserQuestion: **Q1 -- Placement:** ``` header: "Agent scope" question: "Where to place the agent?" options: - label: "Project (.claude/agents/)" description: "Team-shared, scoped to this pro...

Details

Author
kochetkov-ma
Repository
kochetkov-ma/claude-brewcode
Created
4 months ago
Last Updated
1 weeks ago
Language
MDX
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

agent-builder

Build custom AI agents in Claude Code from a user's problem statement. This skill analyzes the user's use case, asks smart clarifying questions, researches the internet for similar agents (GitHub repos, blogs, Claude Code community patterns), and then architects and builds production-ready Claude Code agents — including subagents, skills, hooks, slash commands, MCP integrations, and CLAUDE.md configuration. Use this skill whenever the user wants to create an agent, build an automation workflow, set up a Claude Code subagent, design a multi-agent system, or says things like 'build me an agent for...', 'automate this with Claude Code', 'I want a subagent that...', 'help me create a workflow', 'set up an agent pipeline', or any variation of wanting Claude Code to do something specialized. Also trigger when the user mentions agent architecture, agent SDK, agentic workflows, or task delegation in Claude Code — even if they don't use the word 'agent' explicitly.

38 Updated 2 months ago
keysersoose
AI & Automation Solid

agent-factory

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

682 Updated 6 months ago
alirezarezvani
AI & Automation Featured

agent-builder

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration

62,572 Updated today
shareAI-lab
AI & Automation Featured

agent-orchestrator

Open-source, pluggable agentic coding orchestrator. Manages durable coding agents (Claude Code, Codex, OpenCode) through a simple interface — spawn agents, track progress, and let feedback loops like PR reviews and CI failures automatically route to the right agents. Use for fixing bugs, building features, working on GitHub issues, checking status, and managing agent sessions.

7,269 Updated yesterday
ComposioHQ