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/packmindhub/skillsight/claude-mdgit clone --depth 1 https://github.com/PackmindHub/skillsightWrote 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/packmindhub/skillsight/claude-md)<a href="https://agentmods.dev/instructions/packmindhub/skillsight/claude-md"><img src="https://agentmods.dev/badge/instructions/packmindhub/skillsight/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.03398 | $0.03398 |
| Opus 5 | $0.01699 | $0.01699 |
| Sonnet 5 | $0.00680 | $0.00680 |
| Haiku 4.5 | $0.00340 | $0.00340 |
Grade A, and why
skillsight 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 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.
How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Commands
Root (runs both packages):
bun run dev # Start backend + frontend with hot reload
bun run build # Build frontend (Vite) then backend (Bun)
bun run lint # Biome lint on both packages
bun run typecheck # TypeScript strict check on all packages
bun run test # Run tests across all packages
Backend:
cd backend
bun run dev # Hot reload server on :4200
bun run migrate:generate # Generate Drizzle migrations from schema changes
bun run migrate:run # Run pending migrations
bun test src/path/to/file.test.ts # Run a single test file
Frontend:
cd frontend
bun run dev # Vite dev server on :5173 (proxies /api → :4200)
bun run check # Biome lint + format check (`biome check src`)
bun test src/path/to/file.test.tsx # Run a single test file
Architecture
Hexagonal architecture with three layers:
- Domain (
backend/src/domain/): Pure entities + repository/gateway port interfaces. No framework deps. - Application (
backend/src/application/): Use cases that accept port interfaces as constructor args. Business logic lives here. - Infrastructure (
backend/src/infrastructure/): Drizzle repository implementations, HTTP gateways (Loki, git), crypto utilities, schedulers. - HTTP (
backend/src/http/): Hono route handlers — thin layer that calls application use cases and serializes responses.
Cross-cutting backend folders outside the hexagon:
backend/src/config/— Zod-validated env schema (env.ts).backend/src/middleware/— Hono middleware (session-auth.tsfor cookie JWT,ingestion-auth.tsfor OTLP bearer).backend/src/parsers/— OTLP and Loki-stream payload parsers, shared by the push endpoint and the pull scheduler.backend/src/lib/— small framework-agnostic helpers (event-bus.ts,request-url.ts).
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 · 157 lines · 3,398 tokens per session scan A 3324d6c7d5fc
skillsight CLAUDE.md is an instructions file published in the GitHub repository PackmindHub/skillsight (9 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 3,398 tokens to every session, about $0.0170 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-31.
Other instructions, from other repositories
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 如何使用.
parallel-code CLAUDE.md
Claude Code instructions for johannesjo/parallel-code, covering parallel code, stack, commands, project structure and conventions.
spec-superflow GEMINI.md
Gemini CLI instructions for MageByte-Zero/spec-superflow, covering spec-superflow and spec-superflow v1.2.0 | 阶段: {{state}} | 工作流: {{workflow}}.
web-dev-skills AGENTS.md
AGENTS.md instructions for timzaak/web-dev-skills, covering skill 编写规范, 规则归属, 编写 skill, 编排与角色边界 and 修改前后检查.
roamcode AGENTS.md
AGENTS.md instructions for burakgon/roamcode, covering repository instructions for coding agents, public-repository safety, stable release and ota contract, releasing a stable version and ota changes.