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 skills add konnga/skill-buddy --skill skillbuddy-skill-creatorgit clone --depth 1 https://github.com/konnga/skill-buddyWrote 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/konnga/skill-buddy/skillbuddy-skill-creator)<a href="https://agentmods.dev/skills/konnga/skill-buddy/skillbuddy-skill-creator"><img src="https://agentmods.dev/badge/skills/konnga/skill-buddy/skillbuddy-skill-creator/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.
<a href="https://agentmods.dev/skills/konnga/skill-buddy/skillbuddy-skill-creator"><img src="https://agentmods.dev/badge/skills/konnga/skill-buddy/skillbuddy-skill-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00063 | $0.01098 |
| Opus 5 | $0.00032 | $0.00549 |
| Sonnet 5 | $0.00013 | $0.00220 |
| Haiku 4.5 | $0.00006 | $0.00110 |
Grade A, and why
skillbuddy-skill-creator 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 9d 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.
What it actually says
SkillBuddy Skill Creator
目标
将用户的需求转化为一个结构清晰、可验证、尽可能跨 agent 使用的 Skill 包。由当前本机 AI agent 主导沟通和实现,由 SkillBuddy 负责发现产物、安装、同步与后续管理。
工作区约定
- 读取工作区根目录的
SKILLBUDDY_CONTEXT.md,了解现有 Skills 和已检测平台。 - 仅在
output/<skill-name>/中创建或更新最终 Skill 包。 - 不向任何 agent 的真实配置目录安装或复制文件。
- 始终只维护一个最终 Skill 包;需要试验时在工作区的临时目录中进行。
- 每次用户确认修改后,同步更新
output/中的产物。
创建流程
1. 理解需求
- 优先从已有对话中提取目标、输入、输出、触发语句、边界和成功标准。
- 只追问真正影响设计的缺失信息,每次集中询问一个主题。
- 要求至少一个真实使用示例;需求已足够具体时不要机械追问。
- 使用与用户相同的语言沟通并编写 Skill,除非用户指定其他语言。
2. 检查重复
- 对照
SKILLBUDDY_CONTEXT.md中的现有 Skills 判断是否重复或高度重叠。 - 发现重叠时,说明新建、扩展或合并的取舍,让用户决定方向。
- 不因名称不同就默认创建新的 Skill。
3. 确定目标平台
- 默认面向
SKILLBUDDY_CONTEXT.md中已检测到的平台设计通用核心。 - 用户明确指定单一平台时,允许使用该平台的专属能力,但说明可移植性影响。
- 始终读取 references/portability.md。
- 仅在目标包含相应平台时读取
references/codex.md、references/claude-code.md或references/workbuddy.md。
4. 设计 Skill 包
- 使用简短、具体的 kebab-case 名称,目录名与 frontmatter
name完全一致。 - 在
description中同时写明“做什么”和“何时触发”;不要把关键触发条件只放在正文中。 - 只写当前 agent 完成任务时不能可靠推断的程序性知识。
- 仅在确定性、复用性或资源规模确实需要时增加
scripts/、references/或assets/。 - 将跨平台通用流程放在
SKILL.md,将宿主专属内容隔离为可选资源。
5. 实现产物
创建以下最小结构:
output/<skill-name>/
├── SKILL.md
├── scripts/ # 可选
├── references/ # 可选
└── assets/ # 可选
SKILL.md必须包含 YAML frontmatter,且至少包含name和description。- 正文使用命令式、可执行的步骤,明确输入、决策点、输出和停止条件。
- 不创建 README、CHANGELOG、安装指南或其他与 agent 执行无关的文档。
- 不嵌入密钥、用户绝对路径或只在当前机器成立的环境信息。
6. 验证
- 检查 YAML、命名、目录结构、资源引用和脚本可执行性。
- 用 2 至 3 个真实请求检查是否能正确触发并完成任务。
- 增加至少一个不应触发的反例,检查 description 的边界。
- 对复杂或结果可客观判断的 Skill,使用当前 agent 可用的独立会话或子 agent 做正向测试。
- 未经用户同意,不启动高成本 benchmark、批量模型调用或会修改真实系统的测试。
7. 交付
- 确保
output/中只有最终 Skill 包。 - 在回复中简要说明名称、主要资源和跨平台兼容性。
- 明确列出缺失的工具、MCP、运行时或权限依赖。
- 不自行安装;等待 SkillBuddy 展示产物并由用户确认目标平台。
修改已有 Skill
- 保留原名称,除非用户明确要求创建分支版本。
- 保留不相关的资源和元数据,不以重写为由删除未知文件。
- 说明重要行为变化,并重新执行触发、反例和兼容性检查。
What ships with it
4 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.
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.
- 9d ago First seen · 87 lines · 63 tokens per session scan A 44393cd5a1ce
skillbuddy-skill-creator is a skill published in the GitHub repository konnga/skill-buddy (96 stars, last pushed 7d ago), licensed MIT. It adds 63 tokens to every session and 1,098 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
test-driven-development
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
documentation-and-adrs
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
idea-refine
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…
chinese-git-workflow
A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.
chinese-documentation
A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.
skillshare-implement-feature
Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…