.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/danielvm-git/bigpowers
home/skills/danielvm-git/bigpowers
danielvm-git avatar

danielvm-git/bigpowers

60 skills · 86 total installs

View on GitHub
$npx skills add danielvm-git/bigpowers
SkillInstalls
assess-impactAnalyze the blast radius of a proposed change before any code is written. Maps dependents, affected stories, and test coverage.7audit-planEvaluate an incoming project plan against bigpowers principles and conventions, surface gaps, and produce a READY/NOT READY verdict before engagement begins.7commit-messageReviews working-tree changes, then drafts a Conventional Commits title/body and states the semantic-release version bump a single such commit would imply.7delegate-taskDelegate one complex task to a single subagent, review its work in two stages before merging back. Sequential — one agent at a time, with oversight.6edit-documentEdit and improve documents by restructuring sections, improving clarity, and tightening prose.6elaborate-specRefine a rough idea into a clear, detailed specification through dialogue. Does not produce code.6guard-gitBlock dangerous git commands (push, force push, reset --hard, clean, branch -D, checkout/restore .) and enforce Conventional Commits & Branch Protection before…6investigate-bugInvestigate a bug or issue by exploring the codebase to find root cause, then write a TDD-based fix plan to specs/bugs/BUG-*.md.6migrate-specDetect GSD, spec-kit, or BMAD spec artifacts and transform them into bigpowers YAML layout (state.yaml, release-plan.yaml, epics/, requirements/, plans/,…6organize-workspaceScans the active workspace for disposable artifacts—logs, caches, stale build output, and stray draft markdown—and proposes consolidation of scattered assets.6plan-releaseRELEASE-INDEX BUILDER — Sequence elaborated epics into specs/release-plan.yaml with WSJF ordering and BCP baselines.6reset-baselineRestore the project to a known clean state between agent runs or experiments.6kickoff-branchCreate a git worktree and feature branch, then verify a clean test baseline before any code is written.4release-branchMake the merge/PR/keep/discard decision for a feature branch, verify coverage gates, create the PR with gh, and clean up the worktree.4request-reviewDispatch a fresh reviewer agent with a clean context to critique the code after audit-code passes.2audit-codeSelf-review checklist for the coding agent to run before dispatching a reviewer.1align-gridBuild editorial/magazine/report webpages on a GENUINE Müller-Brockmann modular grid (International Typographic Style) — not a decorative one.—build-epicEight-step epic build cycle — reads state.yaml, execution-status.yaml, and one epic capsule; updates status via bp-yaml-set or direct edit.—change-requestAdd a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder.—compose-workflowChain multiple bigpowers skills into a custom workflow recipe saved in specs/.—context7-mcpFetch current library docs via Context7 MCP instead of training data.—craft-skillCreate new bigpowers skills with proper structure, progressive disclosure, and bundled resources.—deepen-architectureFind deepening opportunities in a codebase, informed by the domain language in specs/tech-architecture/tech-stack.md and the decisions in specs/adr/.—define-languageExtract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms.—define-successdeployBuild → verify artifact → deploy → wait → smoke deployment pipeline.—design-interfaceGenerate multiple radically different interface designs for a module using parallel sub-agents, then compare trade-offs.—develop-tddTest-driven development with red-green-refactor loop using vertical slices. Use for features (epic tasks) or bugs (specs/bugs/BUG-*.md).—diagnose-rootRun 4-phase root cause analysis — reproduce, isolate, hypothesize, verify.—diagnose-stallDiagnose why agent orchestration stopped producing progress — silent stalls in /loop, dispatch-agents, or execute-plan.—dispatch-agentsDispatch multiple subagents in parallel on independent tasks. No waiting between them — all run concurrently.—enforce-firstApply the F.I.R.S.T test quality rubric (per CONVENTIONS.md §Tests) to a test suite or individual tests.—evolve-skillBenchmark-gated skill evolution — consume bigpowers-benchmark report, propose plan-work change, edit skill via craft-skill, re-run benchmark, record ADR.—execute-planBatch-execute tasks from the active epic capsule sequentially, with a human checkpoint after each step.—extract-designExtract a Google DESIGN.md file from an HTML prototype (claude.ai/design or any styled page) using Puppeteer, producing machine-readable tokens and…—find-wayPlan a large effort as a shared map of decision tickets on an issue tracker, resolving them one at a time until the way is clear.—fix-bugBug fix orchestrator — active_flow fix_bug; reads specs/bugs/BUG-*.md; chains investigate-bug, develop-tdd, validate-fix. Use when user reports a defect.—gate-traceDeterministic traceability quality gate — reads coverage matrix + blind-spot data, applies decision rules with oracle confidence downgrade, emits…—generate-allure-reportGenerate Allure-ready reports from bigpowers YAML metadata. Reads execution-status.yaml, release-plan.yaml, epic capsules, task YAMLs, cycle-times.yaml, and…—grill-meInteractive assumption-surfacing Q&A that stress-tests a plan through relentless questioning until every decision is resolved.—grill-with-docsDoc-grounded variant of grill-me — stress-tests plan assumptions by fetching and citing real library or API documentation.—harden-vpsHarden a production Linux VPS for your application across three layers — application (systemd hardening, monitoring alerts, backup automation), Ubuntu OS (UFW…—hook-commitsSet up pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo.—inspect-qualityInteractive QA session where user reports bugs or issues conversationally, and the agent logs them to specs/bugs/registry.yaml with a structured audit schema.—maintain-wikiAgent-maintained OKF wiki — INGEST source docs, LINT for issues, QUERY across concept pages. Run as part of build-epic Step 8 and verify-work Phase 3.—map-codebaseDerives the tech-stack doc from scratch by scanning the codebase — analyzes stack, architecture, and gray areas (error handling, API shapes) and persists…—model-domainGrilling session that challenges your plan against the existing domain model, sharpens terminology, and updates specs/tech-architecture/tech-stack.md and…—orchestrate-projectMeta-skill that enforces the 6-phase core loop (discover → elaborate → plan → build → verify → release) with hard gates.—plan-refactorCreate a detailed refactor plan with tiny commits via user interview, then save it as specs/REFACTOR_LATEST.md.—plan-testsDesign a risk-scaled test architecture for an epic before implementation begins.—plan-workPLANNING SPINE STEP 3 of 3 — Plan the work: write detailed implementation tasks into the active epic capsule (specs/epics/eNN-slug/).—publish-packagePackage registry publishing for npm, crates.io, PyPI, and Homebrew.—quick-fixStreamlined fast-path for trivial data-only fixes — no TDD, no branching ceremony.—research-firstLook-before-build — search registries, repo, existing skills, and web for prior art before implementing. Appends Prior Art to the spec.—respond-reviewAct on a reviewer agent's feedback systematically — categorize findings, apply fixes, verify tests still pass.—run-benchmarkRun skill quality benchmarks from specs/benchmarks/ definitions — N-run with/without-skill delta grading, train/validation split, pass@k + benchmark.json…—run-evalsEval-Driven Development — define capability and regression evals before building; code graders use verify commands, model graders use explicit rubrics; log…—run-planningDISCOVER-PHASE ADVANCER — Drive the discover-phase checklist (specs/planning-status.yaml) through survey-context → scope-work → research-first → elaborate-spec…—scope-workPLANNING SPINE STEP 1 of 3 — Scope the work: define what is in and out of scope and save as specs/product/SCOPE_LATEST.yaml.—search-skillsFind the right bigpowers skill from natural-language intent using a local lexical index over SKILL.md frontmatter.—