Running Out of Context? No More ScopeKit launched a new tool that creates task-specific context packs for AI coding agents, providing relevant files, symbols, tests, and relationships for a given task. The tool claims to reduce context size by up to 94% compared to alternatives while maintaining or improving code quality, aiming to improve efficiency for developers using AI assistants like Claude, Codex, and Cursor. ScopeKit creates task-complete context packs for AI coding agents. It gives Claude, Codex, Cursor, and MCP clients the relevant files, symbols, tests, relationships, risks, and validation commands for a specific task. The right files, not a graph to wander. npm install -g scopekit scopekit setup scopekit index . scopekit pack "Find auth/session logic" --profile claude scopekit setup writes repo-local instruction files for Claude, Codex, and Cursor.- It does not globally install anything into Claude or Codex accounts. - For remote or cloud agents, commit the generated instruction files to the repo. npx scopekit setup npx scopekit pack "Find auth/session logic" --profile claude | File | Purpose | |---|---| CLAUDE.md | Claude Code instructions | AGENTS.md | Codex / agent instructions | .cursor/rules/scopekit.mdc | Cursor rule | .scopekit/mcp-config.example.json | MCP snippet when you run scopekit install mcp | .scopekit/README.md | Local quick reference | These files teach repo-local agents to use ScopeKit before broad repo search. | Command | Description | |---|---| scopekit setup | Write repo-local agent instructions | scopekit status | Show graph/cache status | scopekit index . | Build graph + context cache | scopekit query "