Always Be Cooking — personal workflow toolkit: plan, scaffold-sub-issues(+gh), ship-issue(+gh), ship-epic(+gh), pr, review, review-sweep + reviewer/triage subagents.
Analytical code reviewer with craft-level attention to semantic HTML, CSS architecture, accessibility, TypeScript patterns, and code quality. Reads diff hunks and surrounding context, returns a structured list of proposed inline comments. Does NOT post comments, mutate state, or run tests — review-only.
Classify a single reviewer comment on a PR/MR as fixable-code, fixable-doc, question, judgment-required, or noise. Tight contract — no implementation, no investigation. Used by /abc:review-sweep to triage threads at scale.
Produce a draft PLAN-*.md file within the first few tool calls — structured for downstream consumption by /abc:scaffold-sub-issues (Linear issue creation) and /abc:ship-epic (parallel multi-repo shipping). Front-loads writing over Q&A. TRIGGER when the user says "/plan", "draft a plan for X", "write a PLAN doc", or asks Claude to plan a feature/migration/refactor before implementation.
Create a PR (GitHub) or MR (GitLab) for the current uncommitted changes. TRIGGER when the user says "/pr", "/mr", asks to "open a PR/MR", "ship this as an MR", or "create a pull request" for work-in-progress changes in the current repo. Inspects the diff, groups related files, runs type-check/tests, commits with no AI attribution, and pauses for confirmation before opening the PR/MR.
Scan all open PRs (GitHub) and MRs (GitLab) the user authored, triage unresolved reviewer threads via the abc:triage subagent, present a dashboard of fixable vs judgment-required items, and apply confirmed fixes per PR/MR. Auto-detects which platforms to scan. TRIGGER when the user says "/review-sweep", "sweep my MRs", "triage my open PRs", or wants to bulk-process reviewer feedback. Designed to compose with /loop for periodic sweeps.
Review a GitHub PR or GitLab MR with craft-level attention to semantic HTML, CSS architecture, accessibility, TypeScript patterns, and code quality. Auto-detects platform from URL or git remote. Proposes inline diff comments, shows them for approval, only posts what the user approves. TRIGGER when the user says "/review", "review this PR/MR", "review <url>", or passes a PR/MR number.
GitHub · GitHub-Issues sibling of /abc:scaffold-sub-issues. Reads one or more PLAN-*.md files and turns them into a GitHub parent issue plus child issues, using a managed task-list-in-body for hierarchy and label conventions for state/dependencies. Either creates a new parent (auto-detect / new-parent mode) or adds children to an existing parent (when `<owner>/<repo>#<n>` is passed). Output is a parent issue URL you can paste into /abc:ship-issue-gh or /abc:ship-epic-gh. TRIGGER when the user says "/scaffold-sub-issues-gh", "create GitHub issues from this plan", "scaffold sub-issues for owner/repo#N", or passes a PLAN-*.md path while working on a GitHub-Issues-tracked project.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal workflow toolkit for Claude Code: a tight, opinionated set of slash commands and subagents that take a feature from idea → plan → tracker issues → parallel shipping → review → merge with the fewest possible re-explanations. Backed by either Linear or GitHub Issues — pick by tracker, not auto-detect.
"Always Be Cooking" — the mindset of staying in motion. The toolkit encodes the recurring loops so the human only does the parts that require judgment.
Real artifacts from a 10-issue GitHub epic — /abc:scaffold-sub-issues-gh created the parent + children from a long-form plan; /abc:ship-epic-gh then walked them to 10 of 10 merged · parent closed · cron self-cancelled. Click through to verify; these issues are live in semanticpixel/theluistorres.
claude plugin marketplace add semanticpixel/abc
claude plugin install abc@abc
# restart Claude Code
Then, in any project:
/abc:plan Add a settings page to the dashboard
/abc:plan writes a draft PLAN-*.md to disk in 3–5 tool calls — no tracker MCPs, no auth, no network. You iterate by editing the file, then hand it to /abc:scaffold-sub-issues[-gh] to create tracker issues, then /abc:ship-issue[-gh] or /abc:ship-epic[-gh] to ship them.
For tracker-coupled skills (scaffold-sub-issues, ship-issue, ship-epic and their -gh siblings) you'll need either the Linear MCP or the gh CLI authed — see Requirements.
/abc:plan → PLAN-<slug>.md (draft, fast, ship-aware)
↓
/abc:scaffold-sub-issues → Linear parent + sub-issues + dependency graph
/abc:scaffold-sub-issues-gh → GitHub parent + children (task-list + label DAG)
↓
/abc:ship-epic | ship-epic-gh → parallel multi-repo shipping (fans out workers)
OR
/abc:ship-issue | ship-issue-gh → serial single-ticket worker (the unit)
↓
/abc:review-sweep → bulk-triage your open PRs/MRs across GitHub + GitLab
↓
merged
Off-pipeline utilities:
/abc:pr — local change → PR (GitHub) or MR (GitLab)
/abc:review — review a single PR/MR with craft-level attention
Each step in the pipeline produces an artifact the next step consumes. No state lives in shell history or chat memory — the tracker (Linear or GitHub Issues) and the git remote are the source of truth, so any step can resume across sessions, machines, or days.
Pick the family by tracker: the unsuffixed skills target Linear; the -gh siblings target GitHub Issues. plan, pr, review, and review-sweep are tracker-agnostic and shared by both.
npx claudepluginhub semanticpixel/abc --plugin abcHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.