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/eyalzh/context-kit/claude-mdgit clone --depth 1 https://github.com/eyalzh/context-kitWhat 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.00849 | $0.00849 |
| Opus 5 | $0.00425 | $0.00425 |
| Sonnet 5 | $0.00170 | $0.00170 |
| Haiku 4.5 | $0.00085 | $0.00085 |
Grade A, and why
context-kit 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 2d 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 — 86 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.
Project Overview
ContextKit is a CLI tool and MCP (Model Context Protocol) client for creating spec files for AI coding agents. It uses reusable spec templates with context variables that can be automatically filled from various MCP sources (ticketing systems, databases, design tools, etc.).
Architecture
- Entry point:
cxk.py- Main CLI with argparse-based command routing - State management:
state.py- Handles project initialization, config loading, and git repo detection - Command handlers:
commands/directory contains handlers for each CLI command:init.py- Project initialization (creates.cxk/config directory)mcp.py- MCP server management (add-sse, add-stdio, add-http)create_spec.py- Template rendering with variable collection
- Template engine:
engine/- Jinja2-based template processing with async support and MCP tool integrationengine/globals.py- Global Jinja2 functions includingcall_tool()for calling MCP tools from templates
- MCP client:
mcp_client/- MCP protocol client implementationmcp_client/config.py- Pydantic models for MCP server configs (stdio, SSE, HTTP)mcp_client/client_session_provider.py- Connection management for MCP servers
- User prompts:
prompt/- Interactive variable collection
Core Concepts
- Project state: Must be initialized with
cxk init(creates.cxk/mcp.json) - MCP servers: Configured via CLI commands, stored in
.cxk/mcp.json - Spec templates: Jinja2 templates with variables that get filled from MCP resources
- Context variables: Can be automatic MCP resources or user-provided values
- MCP tool functions: Templates can call MCP tools directly using
{{ call_tool('server', 'tool', args) }}syntax
Common Commands
Development
# Install dependencies
uv sync
# Run tests
uv run pytest
# Run specific test
uv run pytest tests/test_specific.py
# Linting and formatting
uv run ruff check
uv run ruff format
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.
- 2d ago First seen · 86 lines · 849 tokens per session scan A 5b2c81b0dd8c
context-kit CLAUDE.md is an instructions file published in the GitHub repository eyalzh/context-kit (11 stars, last pushed 11mo ago), licensed MIT. It adds 849 tokens to every session, about $0.0042 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
open-agent-hub AGENTS.md
AGENTS.md instructions for guanyang/open-agent-hub, covering agents.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
studio AGENTS.md
AGENTS.md instructions for decocms/studio, covering repository guidelines, documentation philosophy, commands, development and start full dev environment (migrations + client + server).
gmgn-skills CLAUDE.md
Instructions for GMGNAI/gmgn-skills, covering claude.md, critical rule — read this first, project overview, available skills and quick decision guide.
mcp-dotnet-samples AGENTS.md
Instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.
Embody AGENTS.md
Instructions for dylanroscover/Embody, covering embody + envoy - ai instructions, critical rules, td python rules, network layout rules and mcp server safety rules.
core copilot-instructions.md
Instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.