
Circuit
- 2 repo stars
- Updated August 4, 2026
- petekp/circuit
Structured, resumable developer flows for Claude Code.
About
circuit is a Claude Code skill in the AI & Agent Building category. Structured, resumable developer flows for Claude Code.
- circuit
- AI & Agent Building
- AI-coding skill
Circuit by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add petekp/circuit/plugin install circuit@circuitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | August 4, 2026 |
| Repository | petekp/circuit ↗ |
What it does
Structured, resumable developer flows for Claude Code.
README.md
Claude Code Plugin Package
This is the Claude Code package for Circuit. End users normally install it from
the marketplace and start from the root README.md.
For from-checkout testing:
claude --plugin-dir ./plugins/claude
What Lives Here
.claude-plugin/plugin.json: hand-authored manifest.commands/<id>.md: generated slash-command files.skills/<flow>/*.json: generated compiled flow files.hooks/: hand-authored hooks.session-start.tsruns on SessionStart to surface saved continuity;harvest.tsruns on Stop, SessionEnd, and PreCompact to harvest the session into.circuit/continuity(seehooks/hooks.json).runtime/circuit.js: generated bundled runtime.scripts/circuit.ts: hand-authored wrapper that launches the bundled runtime.
Editing Rule
Do not hand-edit generated commands, flow JSON, or runtime/circuit.js. Edit
the source under src/, then run npm run emit-flows or
npm run build-plugin-runtime as appropriate. npm run check-flow-drift proves
the package is still in sync.