devkit-create-extension
SolidCreate a new AIWG extension (framework expansion pack) with AI-guided setup
AI & Automation 142 stars
21 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Create AIWG Extension
Create a new extension (framework expansion pack) with AI assistance.
Extensions enhance a specific parent framework with additional templates, checklists, and domain-specific content. They cannot operate standalone.
## Usage
```
/devkit-create-extension <name> --for <framework> [--interactive]
```
## Arguments
| Argument | Required | Description |
|----------|----------|-------------|
| name | Yes | Extension name (kebab-case recommended) |
## Required Options
| Option | Description |
|--------|-------------|
| --for | Parent framework ID (e.g., sdlc-complete, media-marketing-kit) |
## Optional Options
| Option | Description |
|--------|-------------|
| --interactive | Enable interactive mode with guided questions |
## What This Creates
```
agentic/code/frameworks/<framework>/extensions/<name>/
├── manifest.json # type: "extension", requires: ["<framework>"]
├── README.md # Documentation
├── templates/ # Domain-specific templates
└── checklists/ # Compliance/verification checklists
```
## Interactive Mode
When `--interactive` is specified, I will ask:
1. **Domain**: What compliance/domain does this extension address?
2. **Purpose**: What specific requirements or standards does it cover?
3. **Templates**: What templates should be included?
4. **Checklists**: What verification checklists are needed?
5. **Dependencies**: Does it depend on other extensions?
## Examples
```bash
# Quick creation
/devkit-create-e...
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
devkit-create-framework
Comma-separated phase names
142 Updated yesterday
jmagly AI & Automation Solid
devkit-create-skill
Enable interactive design mode
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-validate
Validate addon, framework, or extension structure and manifest
142 Updated yesterday
jmagly