Explorar skills

12.674 skills encontradas

Alerta por categoria

Receba novas skills de Desenvolvimento toda segunda

jtbd

0

Jobs to Be Done skills for Claude Code. Turn customer interview transcripts into structured, version-controlled demand evidence.

Desenvolvimentopor savvides

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

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

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

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

gitnexus-cli

0

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: \"Index this repo\", \"Reanalyze the codebase\", \"Generate a wiki\"

Desenvolvimento#gitpor quanpersie2001

gitnexus-exploring

0

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\"

Desenvolvimento#gitpor quanpersie2001

refactor

0

Propose better object-oriented architecture for complex, procedural code

Desenvolvimentopor broneq