devkit-create-extension

Featured

Create a new AIWG extension (framework expansion pack) with AI-guided setup

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 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
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category