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/yujiosaka/knowhub/claude-mdgit clone --depth 1 https://github.com/yujiosaka/knowhubWrote 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/yujiosaka/knowhub/claude-md)<a href="https://agentmods.dev/instructions/yujiosaka/knowhub/claude-md"><img src="https://agentmods.dev/badge/instructions/yujiosaka/knowhub/claude-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.00824 | $0.00824 |
| Opus 5 | $0.00412 | $0.00412 |
| Sonnet 5 | $0.00165 | $0.00165 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade A, and why
knowhub CLAUDE.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 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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Configuration
This document contains instructions for Claude Code to ensure all commits follow Angular commit conventions.
Commit Message Format
IMPORTANT: All commit messages MUST follow the Angular conventional commit format:
type(scope): description
[optional body]
[optional footer(s)]
Required Format Rules
- Type: Use lowercase, required
- Scope: Use lowercase, optional but recommended
- Description:
- Start with lowercase letter
- No period at the end
- Present tense, imperative mood
- Maximum 72 characters for the entire first line
Commit Types
Use these commit types (in order of preference):
feat: A new featurefix: A bug fixdocs: Documentation only changesstyle: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)refactor: A code change that neither fixes a bug nor adds a featuretest: Adding missing tests or correcting existing testschore: Changes to the build process or auxiliary tools and librariesperf: A code change that improves performanceci: Changes to CI configuration files and scriptsbuild: Changes that affect the build system or external dependenciesrevert: Reverts a previous commit
Scope Guidelines
Common scopes for this project:
cli: Command-line interface changescore: Core knowhub functionalityconfig: Configuration-related changesplugins: Plugin system changessync: Synchronization functionalitytemplates: Template-related changesdocs: Documentation changestests: Test-related changesdeps: Dependency updates
Description Guidelines
- Use imperative mood: "add feature" not "added feature"
- Keep it concise but descriptive
- Explain WHAT changed, not HOW
- Start with lowercase letter
- No period at the end
Examples
Good Commit Messages
feat(cli): add sync command for knowledge files
fix(config): resolve parsing error for nested configurations
docs(readme): update installation instructions
refactor(plugins): simplify plugin registry initialization
test(sync): add integration tests for GitHub plugin
chore(deps): update biome to v1.9.4
style(cli): fix formatting in help command
perf(sync): optimize file processing for large repositories
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 · 119 lines · 824 tokens per session scan A 8e9f721d54f0
knowhub CLAUDE.md is an instructions file published in the GitHub repository yujiosaka/knowhub (41 stars, last pushed 1y ago), licensed MIT. It adds 824 tokens to every session, about $0.0041 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
daisyui code_generation_with_git.instructions.md
Instructions for saadeghi/daisyui, covering activation, initial setup, development loop, error handling and session end.
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
dario CLAUDE.md
Claude Code instructions for askalf/dario, covering dario — notes for claude code (and other llm coding agents), commits and prs, style, scope and when in doubt, ask.
granite.build AGENTS.md
AGENTS.md instructions for ibm-granite/granite.build, covering agents.md, git commits, github prs and issues, project overview and common commands.
hatch3r CLAUDE.md
Claude Code instructions for hatch3r/hatch3r, covering hatch3r — development instructions, architecture, development commands, two-axis pillar framework (2.0.0) and orchestrator self-discipline (bypass protection).
ai-git-commiter CLAUDE.md
Instructions for zdt1013/ai-git-commiter, covering ai git commiter, 项目结构, 技术栈, 常用命令 and 安装依赖.