devkit-create-addon
SolidCreate a new AIWG addon with AI-guided setup
AI & Automation 142 stars
21 forks Updated yesterday MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Create AIWG Addon
Create a new standalone addon with AI assistance.
## Usage
```
/devkit-create-addon <name> [--interactive]
```
## Arguments
| Argument | Required | Description |
|----------|----------|-------------|
| name | Yes | Addon name (kebab-case recommended) |
## Options
| Option | Description |
|--------|-------------|
| --interactive | Enable interactive mode with guided questions |
## What This Creates
```
agentic/code/addons/<name>/
├── manifest.json # Addon configuration
├── README.md # Documentation
├── agents/ # Agent definitions
├── commands/ # Slash commands
└── skills/ # Auto-triggered skills
```
## Interactive Mode
When `--interactive` is specified, I will ask:
1. **Purpose**: What is the primary purpose of this addon?
2. **Capabilities**: What specific capabilities should it provide?
3. **Initial agents**: Should I create any starter agents?
4. **Initial commands**: Should I create any starter commands?
5. **Core status**: Should this be a core addon (auto-installed)?
## Examples
```bash
# Quick creation
/devkit-create-addon security-scanner
# Interactive guided creation
/devkit-create-addon code-metrics --interactive
```
## Execution
1. **Validate name**: Ensure name follows kebab-case convention
2. **Check existence**: Verify addon doesn't already exist
3. **Gather info**: In interactive mode, ask clarifying questions
4. **Generate manifest**: Create manifest.json with appropriate fields
5...
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-extension
Create a new AIWG extension (framework expansion pack) with AI-guided setup
142 Updated yesterday
jmagly AI & Automation Solid
devkit-create-agent
Create a new agent with AI-guided expertise definition following the Agent Design Bible
142 Updated yesterday
jmagly AI & Automation Solid
devkit-create-skill
Enable interactive design mode
142 Updated yesterday
jmagly AI & Automation Solid
devkit-create-command
Create a new slash command with AI-guided behavior definition
142 Updated yesterday
jmagly AI & Automation Solid
devkit-validate
Validate addon, framework, or extension structure and manifest
142 Updated yesterday
jmagly