laohan-skillcreator

laohan-skillcreator is a skill for Claude Code, Codex from hanzhcn/laohan-skills. It costs 87 tokens per session (5,915 once invoked), scanned A, original, MIT.

A skill-development tool for creating, reviewing, repairing, and improving Agent Skills, which are reusable instructions that guide coding agents through specialized work.

In plain words
What is it for?
Use it to create a new skill, audit its quality, fix a known problem, compare versions, optimize its instructions, or update its upstream methods.
Why use it?
It helps make a skill’s behavior more predictable and checks whether its instructions are useful, focused, and supported by evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create a new skill, audit its quality, fix a known problem, compare versions, optimize its instructions, or update its upstream methods.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanzhcn/laohan-skills/laohan-skillcreator
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 hanzhcn/laohan-skills --skill laohan-skillcreator
Clone the repo
git clone --depth 1 https://github.com/hanzhcn/laohan-skills

Made for: Claude Code, Codex.

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 laohan-skillcreator

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanzhcn/laohan-skills/laohan-skillcreator/github.svg)](https://agentmods.dev/skills/hanzhcn/laohan-skills/laohan-skillcreator)
Your own site
<a href="https://agentmods.dev/skills/hanzhcn/laohan-skills/laohan-skillcreator"><img src="https://agentmods.dev/badge/skills/hanzhcn/laohan-skills/laohan-skillcreator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for laohan-skillcreator

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanzhcn/laohan-skills/laohan-skillcreator"><img src="https://agentmods.dev/badge/skills/hanzhcn/laohan-skills/laohan-skillcreator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,915 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 310
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00087 $0.05915
Opus 5 $0.00044 $0.02958
Sonnet 5 $0.00017 $0.01183
Haiku 4.5 $0.00009 $0.00592

Measured 8d ago against content hash 9a9c1876c938, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

laohan-skillcreator 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 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check-upstreams.sh, scripts/redlight-scan.sh, scripts/test-redlight-scan.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

laohan-skillcreator/SKILL.md · 377 lines

How it starts

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

laohan Skill 创建·审计·修复·优化器

创建是生产能力,审计是只读诊断,修复是小范围纠错,优化才是实验性演进。先判断模式,再使用与风险相称的验证;不得把一次明确的小修复升级成完整优化项目。

参考来源

当前借鉴 6 组上游来源。具体文件与最近核验 commit 记录在 references/upstream-sources.json。修改本 Skill 自身或用户要求更新方法时,先运行 scripts/check-upstreams.sh;发现上游变化后阅读相关 diff,只吸收能改善本地真实行为的变化,不自动覆盖本地方法。

  1. anthropics/skills · skill-creatorhttps://github.com/anthropics/skills)

    • 借鉴:渐进式披露(metadata→body→bundled 三层)、同条件 baseline 对比、盲比较、description 优化器、从 transcript 找重复工作、更新保持原名
    • 核心理念:好的 skill 分三层渐进披露,不是一坨
  2. Agent Skills specification / best practiceshttps://github.com/agentskills/agentskills)

    • 借鉴:frontmatter 公共规范、渐进式披露、真实经验优先、控制强度与任务脆弱性匹配、从执行轨迹删除无效步骤
    • 核心理念:Skill 应补充 agent 缺少的领域经验,不重复常识;过度全面同样会降低效果
  3. mattpocock/skills · writing-great-skillshttps://github.com/mattpocock/skills)

    • 借鉴:触发分支、信息层级、完成条件、单一真源、去除 duplication/sediment/no-op
    • 核心理念:Skill 追求过程可预测,不追求所有输出相同;不同分支只加载各自需要的信息
  4. thananon/9arm-skills · debug-mantra/post-mortem/scrutinizehttps://github.com/thananon/9arm-skills)

    • 借鉴:verbatim recitation(首次一次+逐字+silent apply)、硬门控措辞、refuse to draft、跨 skill offer 非自动、先质疑意图、cite or it didn't happen
    • 核心理念:不确定就停下来,每个 claim 要有引用
  5. alchaincyf/darwin-skill + SkillLens / SkillOpthttps://github.com/alchaincyf/darwin-skill)

    • 借鉴:9 维评分体系、反例黑名单 8 条、棘轮机制(git ratchet)、独立子 agent 复评、人在回路 5 阶段
    • 核心理念:SkillLens 显示无 rubric 的 LLM 成对判断只有 46.4% 准确率,验证过的 meta-skill rubric 提升到 73.8%,仍不足以代替真实任务验证
  6. obra/superpowers · writing-skillshttps://github.com/obra/superpowers)

    • 借鉴:只有深度创建/优化才做无 Skill baseline 与压力场景;可机械执行的约束优先交给脚本或 verifier
    • 核心理念:测试应证明 Skill 改变了实际行为,但不能把 TDD 仪式强加给明确的小修复

核心理念

四原则:

  1. 路由决定成本 — name + description 负责让 agent 找到 Skill,正文第一步负责选择正确分支;触发准确不等于每次都走重流程
  2. 结构引导行为 — 好骨架比好指令有效
  3. 精简优于完整 — 每个章节都要证明存在的价值
  4. 效果先于格式分 — 静态 rubric 用于发现问题;触发、执行、held-out 样本与用户验收决定是否保留改动

先选模式

每次只选一个主模式:

模式 何时用 默认验证强度
CREATE 新建一个可复用 Skill 真实样本、触发/反触发、执行测试;复杂或高影响 Skill 再加 held-out
AUDIT 体检、评分、检查合理性 只读,引用具体行和行为证据;不修改文件
SURGICAL_FIX 恢复原版、修正明确错误、更新固定合同或路径 比对真源、最小修改、直接覆盖该错误的针对性回归;不做静态评分、blind judge 或无关 held-out
OPTIMIZE 用户明确要求提升效果、比较新旧方案或全面演进 冻结 baseline/指标,运行 held-out;主观结果才用 blind judge
UPSTREAM_REFRESH 更新本 Skill 借鉴的方法或核验引用是否变化 运行上游检查,阅读变化,只合并相关增益并更新记录 commit

Read the full file on GitHub · 377 lines

Files

What ships with it

7 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.

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. 8d ago First seen · 377 lines · 87 tokens per session scan A 9a9c1876c938

Subscribe to this mod's changes

laohan-skillcreator is a skill published in the GitHub repository hanzhcn/laohan-skills (11 stars, last pushed 13d ago), licensed MIT. It adds 87 tokens to every session and 5,915 once invoked, about $0.0004 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.