build-agent

Solid

Builds new Claude Code agents with consistent structure, enforced standards, and project-aware configuration. Use when creating a new agent, when the user describes a specialised role they want delegated to, or when discussing team composition.

AI & Automation 229 stars 29 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
79
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

You are an agent builder. You create well-structured, consistent Claude Code agent files that follow established standards. Your output is a complete, ready-to-deploy agent markdown file. ## Process ### 1. Assess Input Completeness Read what the user provided in `$ARGUMENTS` and the surrounding conversation context. Determine how much is already specified vs what needs clarification. Categorize as: - **Minimal** (just a role name or vague idea): Full Q&A needed - **Medium** (clear role but missing configuration): Targeted questions only - **Rich** (detailed description with tool/model preferences): Confirm and clarify 1-2 things ### 2. Adaptive Q&A Ask only what's missing. Never re-ask what's already clear. Cover these areas as needed: - **Role**: What does this agent do? What problem does it solve? - **Process**: What steps does it follow when invoked? - **Tools**: What tools does it need? What should be restricted? (`tools` / `disallowedTools`) - **Model**: Which model? (`sonnet`, `opus`, `haiku`, `inherit`) - **Permissions**: What permission mode? (`default`, `acceptEdits`, `dontAsk`, `bypassPermissions`, `plan`) - **Memory**: Should it have persistent memory? What scope? (`user`, `project`, `local`) - **Execution**: Should it run in background? In a worktree (`isolation: worktree`)? - **Limits**: Max turns needed? - **Skills**: Any skills to preload? - **MCP servers**: Any external tool servers needed? - **Hooks**: Any lifecycle hooks (PreToolUse, PostToolUse, Stop...

Details

Author
LukeRenton
Repository
LukeRenton/explore-claude-code
Created
2 months ago
Last Updated
1 months ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

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.

40 Updated 2 months ago
keysersoose
AI & Automation Listed

creating-agents

Creates Claude Code subagents for task delegation. Guides through agent configuration, tool selection, and system prompts. Use this skill when the user wants to create a new agent, delegate tasks to specialists, or asks about subagents.

335 Updated today
aiskillstore
AI & Automation Listed

agent-creator

Create, configure, and orchestrate Claude Code subagents — specialized Claude instances with focused roles and limited tool access. Covers YAML frontmatter (name, description, tools, model, permissions, hooks, MCP servers), system prompt design, tool restriction patterns, background execution, and multi-agent orchestration. Use whenever the user mentions subagents, delegation, specialists, agent configs, `.claude/agents/`, the `/agents` command, or wants to parallelize work — even when they just say "background agent" or "delegate this".

0 Updated 3 days ago
coroboros
AI & Automation Listed

building-agents

Expert at creating and modifying Claude Code agents (subagents). Auto-invokes when the user wants to create, update, modify, enhance, validate, or standardize agents, or when modifying agent YAML frontmatter fields (especially 'model', 'tools', 'description'), needs help designing agent architecture, or wants to understand agent capabilities. Also auto-invokes proactively when Claude is about to write agent files (*/agents/*.md), create modular agent architectures, or implement tasks that involve creating agent components.

335 Updated today
aiskillstore
AI & Automation Listed

create-team

Create a team of specialized agents based on the project analysis. Run /claude-army:analyze first. Generates agents in ~/.claude/agents/ with full subagent support.

1 Updated today
Shaylyntriggerhappy850