Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Pete Petrash avatar

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@circuit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars2
Last updatedAugust 4, 2026
Repositorypetekp/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.ts runs on SessionStart to surface saved continuity; harvest.ts runs on Stop, SessionEnd, and PreCompact to harvest the session into .circuit/continuity (see hooks/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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.