Instructions file
Claude Code instructions for IronAdamant/Chisel, covering chisel — claude.md, audience (how to read this project), architecture, key design decisions and dev commands.
Instructions file
Claude Code instructions for IronAdamant/Chisel, covering chisel — claude.md, audience (how to read this project), architecture, key design decisions and dev commands.
Skill Claude CodeCodex
Run Chisel test-impact analysis on any git project — which tests to run after a change, what's risky, what's untested. Use when the user asks to run chisel, find impacted tests, check risk or coverage gaps, or after a batch of code edits in a project with a .chisel/ DB (or to bootstrap one with chisel analyze).
MCP server Claude CodeCodexCursor
Test impact analysis and code intelligence for LLM agents. Runs locally from the chisel-test-impact Python package.
Instructions file
Claude Code instructions for IronAdamant/Trammel, covering claude.md, what this is, commands, tests (unittest, same command ci runs on python 3.10–3.13) and run.
MCP server Claude CodeCodexCursor
Dependency-aware planning, incremental verification, and recipe memory for LLM-assisted coding (stdlib-only core). Runs locally from the trammel Python package.