init-skill

init-skill is a command for Claude Code from VoDaiLocz/kilo-kit-mcp. It costs 0 tokens per session (264 once invoked), scanned A, original, Apache-2.0.

A command-line tool that creates a new coding-agent skill from a ready-made template. It makes the skill folder, instructions file, reference folder, and scripts folder.

In plain words
What is it for?
Use it to start debugging, development, or quality skills with a chosen name and location. Afterward, edit the generated SKILL.md and validate the result.
Why use it?
It removes the need to create the standard skill files and folders by hand. It also gives you a clear starting workflow for writing and checking the skill.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is python src/tools/init-skill.py <skill-name> --category <category>.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 init-skill

README.md
[![agentmods](https://agentmods.dev/badge/commands/vodailocz/kilo-kit-mcp/init-skill.svg)](https://agentmods.dev/commands/vodailocz/kilo-kit-mcp/init-skill)
Your own site
<a href="https://agentmods.dev/commands/vodailocz/kilo-kit-mcp/init-skill"><img src="https://agentmods.dev/badge/commands/vodailocz/kilo-kit-mcp/init-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00264
Opus 5 $0.00000 $0.00132
Sonnet 5 $0.00000 $0.00053
Haiku 4.5 $0.00000 $0.00026

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

Security

Grade A, and why

init-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 6d 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.

commands/init-skill.md · 45 lines

What it actually says

🛠️ Init Skill Command

Usage: Create a new skill from the template.

Quick Start

# Python
python src/tools/init-skill.py <skill-name> --category <category>

# Example
python src/tools/init-skill.py my-debug-skill --category debugging
python src/tools/init-skill.py api-helper --category development --path ./skills/kilo-kit/

Workflow

  1. Choose a skill name (kebab-case)
  2. Select a category: debugging, development, quality
  3. Run the init command
  4. Edit the generated SKILL.md
  5. Add keywords to the description for dispatch matching
  6. Define process phases
  7. Validate with validate-skill

Generated Structure

<skill-name>/
├── SKILL.md           # Main instructions (required)
├── references/
│   └── guide.md       # Detailed documentation
└── scripts/
    └── .gitkeep       # Placeholder

See Also

  • skills/kilo-kit/_template/SKILL.md — Skill template
  • commands/validate-skill.md — Validate skill structure

Init Skill Command v1.0.0

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. 6d ago First seen · 45 lines · 0 tokens per session scan A f491acc2bb1b

Subscribe to this mod's changes

init-skill is a command published in the GitHub repository VoDaiLocz/kilo-kit-mcp (26 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 264 tokens. 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.