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 instructions/konnga/skill-buddy/agents-mdgit 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/instructions/konnga/skill-buddy/agents-md)<a href="https://agentmods.dev/instructions/konnga/skill-buddy/agents-md"><img src="https://agentmods.dev/badge/instructions/konnga/skill-buddy/agents-md.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 | $0.00234 | $0.00234 |
| Opus 5 | $0.00117 | $0.00117 |
| Sonnet 5 | $0.00047 | $0.00047 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
skill-buddy AGENTS.md 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 4d 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
项目约定
- 始终使用中文回复。
- commit 信息用英文
- 不要每次任务完成后就 commit
- 修改代码前先确认当前工作区状态,不覆盖用户已有改动。
- 本仓库使用 pnpm workspace,根目录执行常用命令。
- 每次任务完成后不需要 build 和验证测试
- commit 要符合 commitlint.config.js 规范
- commit 的时候,根据 apps 下的不同应用进行 commit 信息的填写,比如:feat(admin): xxxx
- css 用 sass 开发
- css class 尽量使用tailwindcss 的原子 class 进行开发
- 可点击的内容,鼠标的样式是 cursor: pointer
- 注释使用 tsdoc 规范
- 滚动条使用自定义的滚动条
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.
- 4d ago First seen · 24 lines · 234 tokens per session scan A 3716dba34d60
skill-buddy AGENTS.md is an instructions file published in the GitHub repository konnga/skill-buddy (91 stars, last pushed 2d ago), licensed MIT. It adds 234 tokens to every session, about $0.0012 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 instructions, from other repositories
full-stack-skills CLAUDE.md
Claude Code instructions for partme-ai/full-stack-skills, covering claude.md, project overview, skill directory structure, naming conventions and skill.md format.
full-stack-skills AGENTS.md
AGENTS.md instructions for partme-ai/full-stack-skills, covering agents.md, 仓库概览, 创建新技能, 目录结构 and 命名规范.
superpowers-zh CLAUDE.md
Claude Code instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
superpowers-zh GEMINI.md
Gemini CLI instructions for jnMetaCode/superpowers-zh, covering superpowers-zh 中文增强版, 核心规则, 可用 skills and 如何使用.
agent-skills CLAUDE.md
Claude Code instructions for SigNoz/agent-skills: Follow CONTRIBUTING.md for all contribution conventions.
SkillEngine CLAUDE.md
Claude Code instructions for borhen68/SkillEngine, covering skillengine, project structure, skills by phase, conventions and commands.