Borrowing it
Nothing to install: this file belongs to assafkip/kipi-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/assafkip/kipi-system/main/CLAUDE.mdgit clone --depth 1 https://github.com/assafkip/kipi-systemWrote 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/assafkip/kipi-system/claude-md)<a href="https://agentmods.dev/instructions/assafkip/kipi-system/claude-md"><img src="https://agentmods.dev/badge/instructions/assafkip/kipi-system/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.1 | $0.00904 | $0.00904 |
| Opus 5 | $0.00452 | $0.00452 |
| Sonnet 5 | $0.00181 | $0.00181 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
kipi-system 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 3d 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.
This is a copy
88% identical to kipi-system AGENTS.md — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Q Entrepreneur OS
@q-system/CLAUDE.md
Project Structure
plugins/- Plugin groups: kipi-core (every instance), kipi-ops (GTM), kipi-design (UI).claude/agents/- Custom agent definitions (preflight, data-ingest, synthesizer, etc.).claude/rules/- Path-scoped instruction filesq-system/- Core OS (canonical/, marketing/, methodology/, output/, my-project/, memory/)
Conventions
- All written output goes through the founder voice skill
- All actionable output follows AUDHD executive function rules (if enabled)
- No filler phrases ("leverage," "innovative," "cutting-edge," "game-changing")
- When something fails because an LLM misinterpreted instructions, the fix must be a deterministic script or code change
- For any task involving more than a single file edit, state the planned approach and wait for OK. When fixing identified issues, fix exactly what was flagged. No scope expansion.
- Never read or search files outside the current project directory without stating which directory and why
- All product/system changes use the PRD template at
q-system/marketing/templates/prd.md
Commands
/q-morning- The day brief: one Slack message with today's calendar, the mail needing an answer, and his consulting board. What is owed today and which overnight jobs failed are still COLLECTED and no longer reach him: they are engineering signal and route to Sana's Linear triage (founder-notifications.md, 2026-08-10). Runs itself at 07:40 (com.kipi.morning-brief); the command just runs it early. A section that could not be read says COULD NOT READ, never "nothing". If no brief lands by 09:00 a separate job (com.kipi.morning-brief-deadman) says so. The 9-phase agent pipeline it replaced is RETIRED (decisions.md RULE-2026-08-30-A)/q-debrief- Post-conversation extraction (highest priority)/q-calibrate- Update canonical files/q-create- Generate specific output (talk tracks, emails, slides, decks)/q-plan- Review and prioritize actions/q-engage- Social engagement mode/q-market-*- Marketing system commands/q-draft- Ad-hoc output generation./improve- the inverse: critique an outside idea against what this system already has; runsplugins/kipi-core/skills/improve/scripts/improve_ground.pyfirst (already-builtnames the file or lesson,adopt, orskipwhen the roadmap classifier says what-to-build), corpora viaKIPI_LESSONS_CORPORAeach reported read / missing / unreadable; on demand only/q-wrap- Evening health check/q-handoff- Session continuity/q-research- Anti-hallucination research mode/wiring-check- End-of-task gate: verify every change is connected end-to-end. Full rule in.claude/rules/wiring-check.md/say- Synthesize the previous assistant response to a stable mp3 via OpenAI TTS. Autoplays locally in a new Terminal window (mpv) so your keys drive speed/seek/pause; over SSH, without mpv, or with--no-playit just prints the play command. Manual replay:mpv ~/.config/kipi/say-last.mp3(orsay-play). Over SSH:ssh <mini> 'cat ~/.config/kipi/say-last.mp3' | mpv -./say stopclears stray playback.
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.
- 3d ago Changed · +42 tokens per session 82d46ab06cd2
- 4d ago Changed · +202 tokens per session d3f76ee503fb
- 8d ago First seen · 40 lines · 660 tokens per session scan A 2ac3e744ec5c
kipi-system CLAUDE.md is an instructions file published in the GitHub repository assafkip/kipi-system (110 stars, last pushed today), licensed MIT. It adds 904 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to kipi-system AGENTS.md, differing in 18 lines, and is treated as a copy.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.