devkit-create-agent

Solid

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

AI & Automation 142 stars 21 forks Updated yesterday 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

# 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
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

devkit-create-addon

Create a new AIWG addon with AI-guided setup

142 Updated yesterday
jmagly
AI & Automation Solid

agent-creator

Create production-grade agent .md files aligned with the Anthropic 2026 spec (16-field schema). Also validates existing agents against the marketplace compliance rules. Use when building custom subagents, reviewing agent quality, or creating parallel agent architectures for orchestrator skills. Trigger with "/agent-creator", "create an agent", "build a subagent", or "validate my agent". Make sure to use this skill whenever creating agents/*.md files for plugins or standalone use.

2,274 Updated today
jeremylongshore
AI & Automation Listed

agent-builder

Generate role-specific agent system prompts, tool permissions, and self-review checklists from organizational design artifacts — saved to $HOME/.ai-first-kit/ with optional framework-specific configuration for Claude Code, OpenAI Agents SDK, Anthropic Agent SDK, CrewAI, or custom frameworks. Reads the organizational genome, governance, gates, and role definitions to produce agent configurations that embody a specific role in the organization. Use when the user says 'create agent instructions', 'build an agent', 'agent system prompt', 'configure an agent', 'agent for this role', 'OpenAI agent', 'CrewAI agent', 'create agent config', 'deploy an agent', or 'what tools should this agent have'. Also use when the user has completed role-value-mapper and wants to actually deploy agents that follow the organizational genome, or when they ask 'how do I make an agent follow our rules' or 'how do I create an OpenClaw agent for our org' — even if they don't use the word 'builder'. This skill MUST be consulted because it

5 Updated 3 days ago
synaptiai
AI & Automation Listed

agent-template

Generate custom agent from template

69 Updated 2 months ago
claude-world
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