CIrcui-try/Circuit

Skill-Based AI Agent Harness Editor

5Stars on the repository
33Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

boarding

01

CIrcui-try/Circuit

Command Claude Code

A command that reads a Linear issue—a task or bug tracked in Linear—and records its requirements and likely code impact in local files.

5 3mo ago A 27 tokens original MIT

cnp

02

CIrcui-try/Circuit

Command Claude Code

A commit-and-push command reviews the current changes, creates an English Conventional Commits message, commits the selected files, and pushes the branch to the remote repository. A remote repository is the shared copy of the project hosted elsewhere.

5 3mo ago A 13 tokens original MIT

door-closing

03

CIrcui-try/Circuit

Command Claude Code

A Git preparation command fetches the latest shared development branch, creates or identifies a worktree for an issue, and saves an implementation plan as a Markdown file. A worktree is a separate working directory connected to the same Git repository.

5 3mo ago A 26 tokens original MIT

landing

04

CIrcui-try/Circuit

Command Claude Code

A command for the final cleanup stage after a pull request has been merged. A pull request is a proposed code change reviewed before it is added to a shared branch; a worktree is a separate local directory for another Git branch.

5 3mo ago A 25 tokens original MIT

rejoin

05

CIrcui-try/Circuit

Command Claude Code

A command for leaving a Git worktree and preserving its branch in the main repository after rebasing it onto develop. A worktree is a separate folder that checks out another branch.

5 3mo ago A 45 tokens original MIT

release

06

CIrcui-try/Circuit

Command Claude Code

A release command for preparing a software version from changes merged into the develop branch. A release is a published version of a project, and a pull request is a proposed set of changes for merging.

5 3mo ago A 18 tokens original MIT

review-and-fix

07

CIrcui-try/Circuit

Command Claude Code

A command that reviews local Git changes, fixes selected issues, then commits and pushes the fixes. Git is a system for tracking code changes, and a commit records a set of changes.

5 3mo ago A 18 tokens original MIT

takeoff

08

CIrcui-try/Circuit

Command Claude Code

A workflow step that rebases a branch onto develop, pushes it to the remote repository, and creates a pull request.

5 3mo ago A 25 tokens original MIT

taxiing

09

CIrcui-try/Circuit

Command Claude Code

A local implementation step that follows a saved plan in a Git worktree, a separate working directory for a branch.

5 3mo ago A 32 tokens original MIT

autoland

10

CIrcui-try/Circuit

Command Codex

A command that waits for a pull request’s automated checks to pass, then merges it and updates the local Git workspace.

5 3mo ago A 12 tokens original MIT