devkit-create-agent

Featured

Create a new agent with AI-guided expertise definition following the Agent Design Bible

AI & Automation 201 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# Create AIWG Agent Create a new agent with AI assistance to define expertise, workflow, and capabilities. **Follows**: [Agent Design Bible](~/.local/share/ai-writing-guide/docs/AGENT-DESIGN.md) - 10 Golden Rules for production-grade agents. **Research Foundation**: REF-001 (Bandara et al.), REF-002 (Roig 2025) failure archetype prevention. ## Usage ``` /devkit-create-agent <name> --to <target> [options] ``` ## Arguments | Argument | Required | Description | |----------|----------|-------------| | name | Yes | Agent name (kebab-case recommended) | ## Required Options | Option | Description | |--------|-------------| | --to | Target addon or framework | ## Optional Options | Option | Description | |--------|-------------| | --template | Agent template: simple (default), complex, orchestrator | | --interactive | Enable interactive mode with guided questions | ## Templates Templates are in `~/.local/share/ai-writing-guide/templates/agent-scaffolding/`. ### simple (default) Single-purpose, focused agent with minimal structure (Rule 1: Single Responsibility). - Best for: Utility agents, single-task specialists - Model: haiku (efficiency tier) - Tools: Read, Write (Rule 2: Minimal Tools) ### complex Full reasoning agent with all safeguards including failure archetype prevention. - Best for: Subject matter experts, reviewers, analysts - Model: sonnet/opus (based on complexity) - Tools: Read, Write, Grep (Rule 2: 0-3 tools) - Includes: Grounding, uncertainty handling, ...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category