The disciplined dev lifecycle — implement issues, review PRs, sync releases, test E2E, and manage sessions. One plugin to make no mistakes.
npx claudepluginhub dojocodinglabs/make-no-mistakes-toolkitThe disciplined dev lifecycle — implement issues, review PRs, sync releases, test E2E, and manage sessions. One plugin to make no mistakes.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
The disciplined dev lifecycle — implement issues, review PRs, sync releases, test E2E, and manage sessions. One plugin to make no mistakes.
A Claude Code plugin by Luis Andres Pena Castillo.
# Add the marketplace (one-time)
claude plugin marketplace add DojoCodingLabs/make-no-mistakes-toolkit
# Install the plugin
claude plugin install make-no-mistakes
Or clone and install locally:
git clone https://github.com/DojoCodingLabs/make-no-mistakes-toolkit.git
claude plugin marketplace add ./make-no-mistakes-toolkit
claude plugin install make-no-mistakes
npx @lapc506/make-no-mistakes install
| Command | Description |
|---|---|
make-no-mistakes install | Install to ~/.config/opencode/ |
make-no-mistakes update | Refresh managed assets |
make-no-mistakes uninstall | Remove managed files only |
make-no-mistakes doctor | Health check |
make-no-mistakes install --dry-run | Preview changes |
make-no-mistakes install --force | Overwrite unmanaged conflicts |
Deliberate actions you invoke explicitly.
| Command | Description |
|---|---|
/make-no-mistakes:implement <ISSUE-ID> | Disciplined execution of Linear issues — worktree isolation, all-reviewer loops, CI verification, clean merges |
/make-no-mistakes:rebase <repo> | Team release sync — rebase all branches, auto-merge ready PRs, health report |
/make-no-mistakes:linear-projects-setup | Bootstrap Linear workspace with full label taxonomy, projects, and integrations |
/make-no-mistakes:e2e-test-builder <source> | Generate a TestSprite-compatible test-suite.json from docs or PRDs |
/make-no-mistakes:e2e-test-runner [filter] | Execute E2E tests from test-suite.json with runner selection and reporting |
/make-no-mistakes:pentest-runner <phase> | Automated pentesting following Cyber Kill Chain + OWASP methodology |
/make-no-mistakes:goodmorning | Bootstrap your session from previous day's handoff files |
/make-no-mistakes:goodnight [label] | Save full session context as a handoff file for tomorrow |
/make-no-mistakes:pending-left | Track what's left unfinished across git, Linear, and session context |
/make-no-mistakes:summarize | Structured recap of everything done in the current session |
/make-no-mistakes:daily-standup-add-completed [text] | Append completed work items to today's standup file (auto-detects from PRs/issues) |
/make-no-mistakes:daily-standup-post-slack [draft] | Compose and post today's standup to the configured Slack channel |
/make-no-mistakes:remind <topic> | Recall past decisions, instructions, or feedback from memory and project context |
/make-no-mistakes:takeover-pr <repo> [pr#] | Pick a random open PR from a teammate, check it out, review it, and take over the work |
Auto-activate by context — you don't need to remember the command name.
| Skill | Triggers when you... |
|---|---|
spec-recommend | Discuss specs, SRDs, implementation briefs, or say "what should I build" |
spike-recommend | Paste a Linear issue URL or ask to analyze an issue |
review-open-prs | Ask about open PRs, merge readiness, or Greptile scores |
review-active-issues | Ask about your Linear issues, backlog, or issue status |
rebase-advisor | Mention needing to sync branches after a release (suggests /make-no-mistakes:rebase) |
Skills can also be invoked explicitly: /make-no-mistakes:spec-recommend T0-4
Specialized subagents dispatched by commands/skills for heavy work.
| Agent | Model | Dispatched by |
|---|---|---|
execution-lead | Opus | /make-no-mistakes:implement — runs the full protocol in its own context |
pr-reviewer | Sonnet | review-open-prs skill — cross-references PRs with Linear and Greptile |
The plugin reads linear-setup.json at your repo root for project-specific settings:
{
"team": {
"key": "ALT",
"url": "https://linear.app/your-team"
},
"git": {
"baseBranch": "main",
"branchPattern": "{type}/{issueId}-{description}"
},
"github": {
"org": "your-org"
},
"defaults": {
"greptileReview": true,
"squashMerge": true,
"slackNotify": true
},
"slack": {
"statusChannel": "C09BD6W95GC"
}
}
If no linear-setup.json exists, the plugin auto-detects settings from your environment (GitHub org from current repo, Linear team from MCP, etc.).
Claude Code:
claude plugin list
# should show "make-no-mistakes"
Or run /plugin inside Claude Code to see it in the plugin manager. Then invoke any command to confirm: /make-no-mistakes:summarize
OpenCode:
make-no-mistakes doctor