devkit-create-skill

Featured

Enable interactive design mode

AI & Automation 210 stars 32 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
77
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create AIWG Skill Create a new skill that can be triggered by natural language patterns. ## Understanding Skills Skills differ from commands: - **Commands**: Triggered by explicit `/command-name` invocation - **Skills**: Triggered by natural language patterns (e.g., "apply voice", "validate writing") Skills are ideal for: - Capabilities users invoke conversationally - Features that should "just work" without explicit commands - Cross-cutting concerns that apply in many contexts ## Process ### 1. Validate Parameters Verify `$ARGUMENTS` contains: - Skill name (kebab-case) - `--to` target (addon or framework, NOT extension) **Note**: Skills cannot be added to extensions because skills need standalone functionality. Check target exists: ```bash ls ~/.local/share/ai-writing-guide/agentic/code/addons/<target>/ # or ls ~/.local/share/ai-writing-guide/agentic/code/frameworks/<target>/ ``` ### 2. Interactive Design (if --interactive) Guide the user through skill design: **Skill Purpose**: > What does this skill do? (e.g., "applies voice profiles to content", "validates code quality") **Trigger Phrases**: > What natural language phrases should activate this skill? > Examples: > - "apply voice", "use voice", "write in <voice> voice" > - "validate code", "check quality", "review code" > - "format document", "clean up", "prettify" **Input Requirements**: > What input does this skill need? > - Content to process > - Configuration parameters > - File paths **Output Format**...

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

AI & Automation Listed

creating-skills

Use when the user wants to create a new skill, write a SKILL.md, scaffold skill structure, improve an existing skill, or discuss skill design. Triggers on phrases like "create a skill", "new skill", "write a skill", "skill design", "validate skill", or when the user describes a reusable workflow, technique, or domain guide they want Kimi Code to learn.

0 Updated 1 months ago
xiehuacheng
AI & Automation Featured

create-skill

Create a new skill or update an existing skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when the user asks to "create a skill", "make a new skill", "build a skill", "scaffold a skill", "write a skill for...", or "new skill that does...".

402 Updated 2 days ago
tobihagemann
AI & Automation Featured

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or iterate on skill quality. Triggers: "create a skill", "make a new skill", "build a skill for", "write a skill that", "skill for doing X", "I want a skill to", "new skill", "design a skill", "scaffold a skill", "improve this skill", "optimize this skill", "this skill isn't working well", "evaluate this skill", "score this skill", "how good is this skill", "run evals on", "benchmark this skill", "test this skill's quality", "skill quality", "skill performance". Also triggers when a user describes a repeatable workflow they want to automate, says "I keep doing X manually", "can you remember how to do X", or "turn this into a skill".

3,309 Updated 2 weeks ago
himself65