skill-builder

skill-builder is a skill for Claude Code, Codex from ne11nn/cantos-plugin. It costs 28 tokens per session (3,035 once invoked), scanned A, a copy of skill-builder, MIT.

A guide for creating reusable skills: instruction files that teach Claude Code how to handle recurring tasks. It also covers improving and checking existing skills.

In plain words
What is it for?
Use it to build, refine, audit, troubleshoot, or choose advanced options for Claude Code skills.
Why use it?
It helps turn a repeated workflow into documented instructions instead of explaining the same process in every conversation.

Skill for Claude CodeCodex

Part of the cantos plugin — 25 skills, 2 commands, 11 agents, 2 hooks shipped together

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.

agentmods
npx agentmods add skills/ne11nn/cantos-plugin/skill-builder
Any agent
npx skills add ne11nn/cantos-plugin --skill skill-builder
Clone the repo
git clone --depth 1 https://github.com/ne11nn/cantos-plugin

Made for: Claude Code, Codex.

Or install cantos, the plugin that ships this one along with the rest of its 25 skills, 2 commands, 11 agents, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ne11nn/cantos-plugin/skill-builder.svg)](https://agentmods.dev/skills/ne11nn/cantos-plugin/skill-builder)
Your own site
<a href="https://agentmods.dev/skills/ne11nn/cantos-plugin/skill-builder"><img src="https://agentmods.dev/badge/skills/ne11nn/cantos-plugin/skill-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,035 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00028 $0.03035
Opus 5 $0.00014 $0.01517
Sonnet 5 $0.00006 $0.00607
Haiku 4.5 $0.00003 $0.00303

Measured 3d ago against content hash 0dd3dcaf8d9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-builder 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 3d 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.

Origin

This is a copy

100% identical to skill-builder — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/skill-builder/SKILL.md · 286 lines

How it starts

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

What This Skill Does

Guides the creation and optimization of Claude Code skills using official best practices. Use this whenever:

  • Building a new skill from scratch
  • Optimizing or auditing an existing skill
  • Deciding on advanced features (subagent execution, hooks, dynamic context, etc.)
  • Troubleshooting a skill that isn't working correctly

For the complete technical reference on all frontmatter fields, advanced patterns, and troubleshooting, see reference.md.

Quick Start: What Is a Skill?

A skill is a reusable set of instructions that tells Claude Code how to handle a specific task. Skills live in .claude/skills/[skill-name]/SKILL.md inside your project. When you type /skill-name or describe what you need in natural language, Claude loads the skill's instructions and follows them.

Think of skills as SOPs for Claude. Instead of re-explaining a workflow every conversation, you write it once and invoke it forever.

How they work under the hood:

  • Your project's CLAUDE.md instructions are always loaded, every conversation
  • Skill descriptions (from frontmatter) are always loaded so Claude knows what's available
  • The full skill content only loads when the skill is actually invoked
  • Once loaded, Claude follows the skill's instructions while still respecting your CLAUDE.md rules

Mode 1: Build a New Skill

When building a new skill, run the Discovery Interview first. Do NOT start writing files until discovery is complete.

Discovery Interview

Ask questions using AskUserQuestion, one round at a time. Each round covers one topic. Move to the next round only after the user answers. Keep going until you're 95% confident you understand the skill well enough to build it without further clarification.

Round 1: Goal & Name Why this matters: A clear goal prevents scope creep. The name becomes the /slash-command, so it needs to be memorable and specific.

  • What does this skill do? What problem does it solve or what workflow does it automate?
  • What should we call it? (Suggest a name based on their answer -- lowercase, hyphens, max 64 chars)

Read the full file on GitHub · 286 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 286 lines · 28 tokens per session scan A 0dd3dcaf8d9e

Subscribe to this mod's changes

skill-builder is a skill published in the GitHub repository ne11nn/cantos-plugin (1 stars, last pushed 3d ago), licensed MIT. It adds 28 tokens to every session and 3,035 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to skill-builder, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

orch

AI agent orchestrator — manage teams of AI agents that work on your codebase in parallel. Use when the user wants to: run multiple agents, coordinate AI work, deploy agent teams, manage tasks/goals/agents, check orchestrator status, or mentions 'orch', 'orchestry', 'agents team', 'agent orchestration'.

oxgeneral/ORCH · 71 tokens

pm

Project manager for GitHub issues: brainstorm design approaches, create structured issues optimized for LLM agent teams, triage and recommend what to work on next, audit and clean up stale issues, or deep-validate a single issue against the codebase. Triggers: create issue, plan work, new task, project manager, write…

rube-de/cc-skills · 98 tokens

security

Security scan: dependency audits, SAST analysis, and secret detection. Detects project type, runs available security tools, classifies findings by severity, and creates a structured GitHub issue.

rube-de/cc-skills · 40 tokens

skill-creation

Use when creating a new skill, improving an existing skill, or deciding what a skill should contain and how it should be structured.

metraton/gaia · 29 tokens

quest

Use for any non-trivial task. Orchestrates the Research-Plan-Implement cycle with compaction between phases, integrating council, lembas, gather-lore, and warden. Enforces discipline and phase gates.

justinjdev/fellowship · 47 tokens

pb-injury

Log and manage an injury — track the episode, stage the return-to-run, and guardrail the plan.

seungwee-choi/oh-my-personal-best · 25 tokens