add-template

Solid

Scaffold a new document template inside an existing addon or framework

AI & Automation 146 stars 21 forks Updated today 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

# Add Template Scaffold a new document template inside an existing addon or framework. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "I need a new template" → scaffold template in specified target - "add a document template" → prompt for name, category, and target - "create a template for X documents" → derive name from X, prompt for target - "template for use cases" → name=`use-case`, prompt for target and category ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Named add | "add template adr --to sdlc-complete" | Scaffold directly | | Category specified | "add template threat-model --to sdlc-complete --category security" | Place in category subdir | | Interactive | "add template --interactive --to sdlc-complete" | Guided design mode | | Target omitted | "add template risk-register" | Ask which addon or framework | ## Process ### 1. Parse Arguments Extract from `$ARGUMENTS`: - `<name>` — kebab-case template name (required) - `--to <target>` — addon or framework directory name (required) - `--category <category>` — subdirectory within `templates/` (optional; e.g., `requirements`, `architecture`, `security`) - `--interactive` — enable guided design questions If either `<name>` or `--to` is missing, ask before proceeding. ### 2. Validate Target Confirm the target exists: ```bash # Check addons ls agentic/code/addons/<target>/templat...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category