devkit-create-skill

devkit-create-skill is a skill for Claude Code from jmagly/aiwg. It costs 10 tokens per session (1,347 once invoked), scanned A, original, MIT.

A guided tool for creating an AIWG skill, a capability activated by ordinary language instead of a slash command. It helps define the skill's purpose and the phrases that should trigger it.

In plain words
What is it for?
Use it to create skills such as applying a writing voice or checking code quality, then attach them to an add-on or framework.
Why use it?
It provides a consistent way to add conversational capabilities to an existing add-on or framework and checks that the target is suitable.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to create skills such as applying a writing voice or…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmagly/aiwg/devkit-create-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jmagly/aiwg --skill devkit-create-skill
Clone the repo
git clone --depth 1 https://github.com/jmagly/aiwg

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devkit-create-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/aiwg/devkit-create-skill.svg)](https://agentmods.dev/skills/jmagly/aiwg/devkit-create-skill)
Your own site
<a href="https://agentmods.dev/skills/jmagly/aiwg/devkit-create-skill"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/devkit-create-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,347 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.01347
Opus 5 $0.00005 $0.00674
Sonnet 5 $0.00002 $0.00269
Haiku 4.5 $0.00001 $0.00135

Measured 7d ago against content hash 815e7fb7ffcf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

devkit-create-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agentic/code/addons/aiwg-dev/skills/devkit-create-skill/SKILL.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

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"
  • "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:

What does this skill produce?

  • Transformed content
  • Validation report
  • Recommendations

Reference Materials:

Does this skill need supporting documentation?

  • Style guides
  • Validation rules
  • Example outputs

3. Execute Scaffolding

Run the CLI scaffolding tool:

node ~/.local/share/ai-writing-guide/tools/scaffolding/add-skill.mjs \
  <name> \
  --to <target>

4. Generated Structure

<target>/skills/<name>/
├── SKILL.md           # Main skill definition
└── references/        # Supporting documentation

Read the full file on GitHub · 220 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 220 lines · 10 tokens per session scan A 815e7fb7ffcf

Subscribe to this mod's changes

devkit-create-skill is a skill published in the GitHub repository jmagly/aiwg (209 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 1,347 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.