add-agent

Solid

Scaffold a new agent definition file inside an existing addon or framework

AI & Automation 146 stars 21 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# Add Agent Scaffold a new agent definition file inside an existing addon or framework. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "I need a new agent" → scaffold agent in specified target - "build me an agent" → scaffold agent with interactive guidance - "write an agent for X" → scaffold agent named after the described role - "agent for <role>" → derive name from role, prompt for target ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Named add | "add agent security-auditor --to sdlc-complete" | Scaffold directly | | Role description | "create an agent that reviews PRs" | Derive name, scaffold | | Interactive | "add agent --interactive" | Guided mode, ask for name/target/template | | Target omitted | "add agent code-reviewer" | Ask which addon or framework | ## Process ### 1. Parse Arguments Extract from `$ARGUMENTS`: - `<name>` — kebab-case agent name (required) - `--to <target>` — addon or framework directory name (required) - `--template <type>` — one of `simple` (default), `complex`, `orchestrator`, `validator` - `--interactive` — enable guided design questions If either `<name>` or `--to` is missing, ask before proceeding. ### 2. Validate Target Confirm the target addon or framework exists: ```bash # Check addons ls agentic/code/addons/<target>/ # Check frameworks ls agentic/code/frameworks/<target>/ ``` If not found, r...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category