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.
npx agentmods add skills/laborany/laborany/skill-creatornpx skills add laborany/laborany --skill skill-creatorgit clone --depth 1 https://github.com/laborany/laboranyWrote 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.
[](https://agentmods.dev/skills/laborany/laborany/skill-creator)<a href="https://agentmods.dev/skills/laborany/laborany/skill-creator"><img src="https://agentmods.dev/badge/skills/laborany/laborany/skill-creator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.02368 |
| Opus 5 | $0.00030 | $0.01184 |
| Sonnet 5 | $0.00012 | $0.00474 |
| Haiku 4.5 | $0.00006 | $0.00237 |
Grade A, and why
技能创建助手 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill Creator
Create and iteratively improve skills through evaluation, scoring, and description optimization.
About Skills
Skills are modular, self-contained packages that extend Claude's capabilities with specialized knowledge, workflows, and tools. They transform Claude from a general-purpose agent into a specialized one equipped with procedural knowledge.
What Skills Provide
- Specialized workflows — Multi-step procedures for specific domains
- Tool integrations — Instructions for working with specific file formats or APIs
- Domain expertise — Company-specific knowledge, schemas, business logic
- Bundled resources — Scripts, references, and assets for complex and repetitive tasks
Core Principles
Concise is Key
The context window is a public good shared with system prompt, conversation history, other skills' metadata, and the user request.
Default assumption: Claude is already very smart. Only add context Claude doesn't already have. Challenge each piece of information: "Does Claude really need this?" and "Does this paragraph justify its token cost?"
Set Appropriate Degrees of Freedom
- High freedom (text-based instructions): Multiple approaches valid, decisions depend on context
- Medium freedom (pseudocode/scripts with parameters): Preferred pattern exists, some variation acceptable
- Low freedom (specific scripts, few parameters): Operations fragile, consistency critical
Anatomy of a Skill
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter (name + description required)
│ └── Markdown instructions
└── Bundled Resources (optional)
├── scripts/ — Executable code
├── references/ — Documentation loaded into context as needed
└── assets/ — Files used in output (templates, icons, fonts)
SKILL.md (required)
- Frontmatter (YAML):
nameanddescriptionfields. These determine when the skill triggers — be clear and comprehensive. - Body (Markdown): Instructions loaded AFTER the skill triggers.
What ships with it
16 files 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.
- agents/analyzer.md 1.9 KB
- agents/comparator.md 1.6 KB
- agents/grader.md 2.1 KB
- eval-viewer/generate_review.py 5.0 KB runs code
- eval-viewer/viewer.html 5.3 KB
- LICENSE.txt 11 KB
- references/schemas.md 3.1 KB
- scripts/__init__.py 185 B runs code
- scripts/aggregate_benchmark.py 4.2 KB runs code
- scripts/generate_report.py 996 B runs code
- scripts/improve_description.py 7.4 KB runs code
- scripts/init_skill.py 4.8 KB runs code
- scripts/package_skill.py 3.6 KB runs code
- scripts/run_eval.py 5.2 KB runs code
- scripts/run_loop.py 5.1 KB runs code
- scripts/utils.py 2.8 KB runs code
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.
- 5d ago First seen · 298 lines · 59 tokens per session scan A cb216c3b32c6
技能创建助手 is a skill published in the GitHub repository laborany/laborany (81 stars, last pushed 3mo ago), licensed MIT. It adds 59 tokens to every session and 2,368 once invoked, about $0.0003 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.
Other skills, from other repositories
prototype-pattern
讲解通过 prototype 实现属性共享的原型模式。.
academic-narratologist
Use when Codex should act as the Narratologist specialist from Agency Agents. Expert in narrative theory, story structure, character arcs, and literary analysis — grounds advice in established frameworks from Propp to Campbell to modern narratology.
code-tour
Use when the user asks to create a CodeTour .tour file — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: create a tour, onboarding tour, architecture tour, PR review tour, explain how X works, vibe check, RCA tour, contributor guide, or any structured code walkthrough…
claude-coach
Personal coach that teaches users to become Claude power users. Use this skill the FIRST time a user asks to "learn Claude", "be a power user", "coach me", "teach me Claude tricks", "what can Claude do", "make me better at prompting", or any variation. After activation, also use it on EVERY subsequent turn to detect…
baoyu-comic
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".
math-olympiad
Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…