danielvm-git/bigpowers

Agent skills synthesizing years of software engineering discipline into a prescriptive methodology for solo developers

162Stars on the repository
170Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

publish-package

49

danielvm-git/bigpowers

Cursor rule Cursor

Package registry publishing for npm, crates.io, PyPI, and Homebrew. Verifies prerequisites, runs the publish command, confirms success, and surfaces actionable error hints on failure.

not rated 162 2d ago A 36 tokens MIT

quick-fix

50

danielvm-git/bigpowers

Cursor rule Cursor

Streamlined fast-path for trivial data-only fixes — no TDD, no branching ceremony. Collapses 6 skills into 2 for changes that are purely data with no logic risk. Aborts with fallback to investigate-bug if guardrails trigger.

not rated 162 2d ago A 50 tokens MIT

release-branch

51

danielvm-git/bigpowers

Cursor rule Cursor

Make the merge/PR/keep/discard decision for a feature branch, verify coverage gates, create the PR with gh, and clean up the worktree. Use when a feature is done and ready to ship, or when user says "release", "merge", or "open a PR".

not rated 162 2d ago A 59 tokens MIT

request-review

52

danielvm-git/bigpowers

Cursor rule Cursor

Dispatch a fresh reviewer agent with a clean context to critique the code after audit-code passes. The reviewer has no shared state with the coding agent and gives a genuine second opinion. Use after audit-code passes, before committing, or when user wants an independent code review.

not rated 162 2d ago A 53 tokens MIT

research-first

53

danielvm-git/bigpowers

Cursor rule Cursor

Look-before-build — search registries, repo, existing skills, and web for prior art before implementing. Appends Prior Art to the spec. Use after survey-context and before elaborate-spec, when adding dependencies, or when the task may already be solved.

not rated 162 2d ago A 51 tokens MIT

reset-baseline

54

danielvm-git/bigpowers

Cursor rule Cursor

Restore the project to a known clean state between agent runs or experiments. Use between benchmark runs, after a failed spike, or when user wants a clean working tree.

not rated 162 2d ago A 33 tokens MIT

respond-review

55

danielvm-git/bigpowers

Cursor rule Cursor

Act on a reviewer agent's feedback systematically — categorize findings, apply fixes, verify tests still pass. Use after request-review returns a report, or when user wants to work through code review findings.

not rated 162 2d ago A 39 tokens MIT

run-benchmark

56

danielvm-git/bigpowers

Cursor rule Cursor

Run skill quality benchmarks from specs/benchmarks/ definitions — N-run with/without-skill delta grading, train/validation split, pass@k + benchmark.json reports. Use before and after evolve-skill to prove quality changes are improvements, not regressions.

not rated 162 2d ago A 53 tokens MIT

run-evals

57

danielvm-git/bigpowers

Cursor rule Cursor

Eval-Driven Development — define capability and regression evals before building; code graders use verify commands, model graders use explicit rubrics; log pass@k. Use before develop-tdd on new features, or when measuring agent capability over runs.

not rated 162 2d ago A 49 tokens MIT

run-planning

58

danielvm-git/bigpowers

Cursor rule Cursor

DISCOVER-PHASE ADVANCER — Drive the discover-phase checklist (specs/planning-status.yaml) through survey-context → scope-work → research-first → elaborate-spec → plan-release → slice-tasks. NOT a duplicate of plan-work or the planning spine; it orchestrates the pre-coding discover phase only.

not rated 162 2d ago A 64 tokens MIT

scope-work

59

danielvm-git/bigpowers

Cursor rule Cursor

PLANNING SPINE STEP 1 of 3 — Scope the work: define what is in and out of scope and save as specs/product/SCOPELATEST.yaml. Use before slice-tasks or plan-release on any new initiative. Not a substitute for slice-tasks (step 2) or plan-work (step 3).

not rated 162 2d ago A 68 tokens MIT

search-skills

60

danielvm-git/bigpowers

Cursor rule Cursor

Find the right bigpowers skill from natural-language intent using a local lexical index over SKILL.md frontmatter. Use when unsure which skill to invoke, or at start of research-first.

not rated 162 2d ago A 37 tokens MIT

security-review

61

danielvm-git/bigpowers

Cursor rule Cursor

AI-powered security analysis of code changes — traces data flow, detects injection, auth bypass, secrets exposure, and unsafe deserialization across files. Use when reviewing pending changes, before release-branch, during verify-work Phase 5, during build-epic Step 0 threat modeling, or when the user says "security…

not rated 162 2d ago A 73 tokens MIT

seed-conventions

62

danielvm-git/bigpowers

Cursor rule Cursor

Generate CLAUDE.md and CONVENTIONS.md for a brand-new project through a brief interview, and create the specs/ directory with evolved bigpowers structure (product/, tech-architecture/, verifications/, epics/archive/). Entry point for greenfield projects. Use when starting a new project from scratch, when user asks to…

not rated 162 2d ago A 83 tokens MIT

session-state

63

danielvm-git/bigpowers

Cursor rule Cursor

Track implementation decisions and progress in specs/state.yaml to prevent context rot. Use at the start of a session to load context, and whenever a significant decision is made or a milestone is reached.

not rated 162 2d ago A 38 tokens MIT

setup-environment

64

danielvm-git/bigpowers

Cursor rule Cursor

Pre-install dependencies and configure tools before development work begins. Use at session start on a fresh clone, before kickoff-branch, or when user says setup environment or install deps.

not rated 162 2d ago A 35 tokens MIT

simple-english

65

danielvm-git/bigpowers

Cursor rule Cursor

Write or rewrite technical text with the rules of ASD-STE100 Simplified Technical English so the result is clear, unambiguous, and free of AI slop. Use for documentation, READMEs, runbooks, procedures, error messages, release notes, incident reports, and API guides. Also use when the user says "STE", "Simplified…

not rated 162 2d ago A 127 tokens MIT

simulate-agents

66

danielvm-git/bigpowers

Cursor rule Cursor

Run Mock User and Auditor agents against a feature in fresh contexts before human review. Use after verify-work, before request-review, when user wants pre-review simulation.

not rated 162 2d ago A 32 tokens MIT

slice-tasks

67

danielvm-git/bigpowers

Cursor rule Cursor

PLANNING SPINE STEP 2 of 3 — Slice the work: break a scoped PRD into vertical-slice stories in specs/epics/. Use after scope-work (step 1), before plan-work (step 3). Not a substitute for scope-work or plan-work.

not rated 162 2d ago A 59 tokens MIT

smoke-test

68

danielvm-git/bigpowers

Cursor rule Cursor

Post-deploy health-check against a live URL. Validates HTTP status, response content, and critical endpoints. Runnable standalone OR as the final step of the deploy skill.

not rated 162 2d ago A 34 tokens MIT

spike-prototype

69

danielvm-git/bigpowers

Cursor rule Cursor

Throw-away prototype for unknown problem spaces. Output is learning notes in specs/archive/spikes/SPIKE- .md, not production code. Use when the domain or technology is unexplored, when estimates are impossible without experimentation, or when user says "spike", "prototype", or "proof of concept".

not rated 162 2d ago A 64 tokens MIT

stocktake-skills

70

danielvm-git/bigpowers

Cursor rule Cursor

Sequential subagent batch audit of the bigpowers skill catalog — Quick Scan (changed only) or Full (all skills). Use during sustain phase, before a major release, or when catalog drift is suspected.

not rated 162 2d ago A 41 tokens MIT

survey-context

71

danielvm-git/bigpowers

Cursor rule Cursor

Per-task context bootstrap — reads existing specs/ and tech-architecture docs to map the current lifecycle phase and suggest the next skill. Use at the start of any task, when returning after a break, or when unsure what to do next. For deriving a tech-stack doc from scratch, use map-codebase first.

not rated 162 2d ago A 63 tokens MIT

terse-mode

72

danielvm-git/bigpowers

Cursor rule Cursor

Fallback ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use ONLY when context is critically long and compressing output is necessary to continue. Not a strategy — token discipline comes from code shape (small functions…

not rated 162 2d ago A 101 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: