Explorar skills

65.337 skills encontradas

gitnexus-impact-analysis

0

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\"

Desenvolvimento#gitpor quanpersie2001

parallel-builder

0

Build multiple files/pages in parallel using subagents. Handles task division, shared file coordination, and build verification. Conflict-free by design.

Design e Frontendpor cloverink

push

0

Smart commit + push + auto-create PR. Blocks push to main. Runs pre-flight gate checks before pushing.

Desenvolvimento#aipor cloverink

review-docs

0

Verify Phase D doc updates are accurate. Binary pass/fail gate — checks stat accuracy, file path validity, code-doc sync, completeness. Runs after /update-docs.

Desenvolvimento#aipor cloverink

review-ux-fix

0

Automated UX review → fix → re-review loop. Target is perfection (10/10). Fixes ALL severities including Suggestions — because UX polish compounds.

Desenvolvimentopor cloverink

ship

0

Full pipeline — audit, review+fix, docs, push PR. One command to go from "done coding" to "PR ready for review." Does NOT deploy — your CI/CD handles that after merge.

DevOps e Infra#deploypor cloverink

graphviz-docs-compiler

0

Compile Graphviz diagrams (.dot files) to SVG in-place. Use when working with .dot files or markdown with Graphviz code blocks, or when user says "compile diagrams", "generate SVG from dot files", "update documentation diagrams".

Escrita e Conteúdo#markdownpor broneq

skill-lint

0

Lint a BDK skill or agent file for best practices and portability. Use when reviewing, creating, or editing a skill (skills/*.md) or agent (agents/*.md) to verify it meets BDK conventions. Trigger on phrases like "check this skill", "verify agent", "does this follow best practices", "lint skill", or when about to commit a new skill/agent.

Desenvolvimentopor broneq

review-full

0

Smart review dispatcher. Auto-detects scope from diff (frontend/backend/docs/both), runs the right fix loops until all gates pass. Used as Phase R entry point in /ship.

Desenvolvimentopor cloverink

create-plan

0

Create comprehensive implementation plan with exploration and trade-off analysis

Documentospor broneq

gitnexus-refactoring

0

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: \"Rename this function\", \"Extract this into a module\", \"Refactor this class\", \"Move this to a separate file\"

Desenvolvimento#gitpor quanpersie2001

execute-plan

0

Execute an implementation plan, then run tests and static analysis, fixing issues

Desenvolvimento#testpor broneq