Explore skills

64,955 skills found

shared-readme

1

Generate comprehensive README.md with project overview, setup instructions, and usage documentation.

Documentosby edfenton

shared-review-workflow

1

Severity definitions, approval gate protocol, and fix constraints shared across all review and test skills.

Desenvolvimento#ai#testby edfenton

shared-sec-baseline

1

Security output format, core refusal policy, and purpose statement shared across all platforms.

Segurançaby edfenton

shared-tdd

1

TDD policy — red-green-refactor workflow and evidence requirements for all platforms.

Desenvolvimentoby edfenton

award-travel

1

This skill should be used when the user asks about "award flights", "points", "miles", "avios", "asia miles", "loyalty programs", "flight availability", "award search", "redemptions", "business class availability", "first class availability", "hybrid flights", "cash and points", "split ticket", "positioning flights", "mix cash and miles", mentions specific airlines (British Airways, Qatar Airways,

DevOps e Infra#mcp#aiby AwardTravelFinder

devrites-browser-proof

1

Prove UI behavior via the browser-proof ladder — browser-harness → Chrome DevTools MCP → `/run`+`/verify` → project E2E → manual — recording routes, viewports, screenshots, console, network, interactions, design-reference match to `browser-evidence.md`. Use when the user says "check the UI in browser", "screenshot this", "prove it renders". Not for backend-only features.

Design e Frontend#mcp#aiby ViktorsBaikers

devrites-doubt

1

Stress-test a single non-trivial decision via CLAIM → EXTRACT → DOUBT → RECONCILE → STOP with `devrites-doubt-reviewer` for an independent take. Use when the user says "are we sure", "double-check this", "what could go wrong", or a boundary / data-model / auth / public-API / migration change is about to commit. Not for post-merge review or trivial choices.

Automação#ai#testby ViktorsBaikers

devrites-source-driven

1

Verify uncertain framework or library behavior against official docs or installed source before relying on it, then record the source in `evidence.md` / `decisions.md`. Use when the user says "check the docs", "is this still the API", "don't guess", "cite the source", "verify this assumption", or build encounters an unfamiliar framework call. Not for project-internal code or trivial stdlib calls.

Automação#ai#apiby ViktorsBaikers

rite-build

1

Implement exactly ONE vertical slice of the active feature, then stop with evidence — TDD, doubt loop, frontend craft, Spec Drift Guard. Use when the user says "build the next slice", "implement slice N", "continue", "code this slice". Not for bug fixes, prototypes, refactors outside scope, or two slices in a row.

Design e Frontend#aiby ViktorsBaikers

rite-define

1

Decompose an approved `spec.md` into `plan.md` + vertical task slices + `state.md`; every acceptance criterion maps to ≥1 slice. Use when the user says "plan this", "break this into slices", "task breakdown". Not for writing code or repairing an existing plan (use `/rite-plan`).

Design e Frontend#aiby ViktorsBaikers

rite-plan

1

Reshape an active plan — decompose / reslice / repair / reorder / split FE-BE / unblock — without changing product behavior unless asked. Use when the user says "replan", "reslice", "repair the plan", "drift", "unblock", or `/rite-build` flags Spec Drift. Not for the initial plan (use `/rite-define`).

Design e Frontend#aiby ViktorsBaikers

rite-polish

1

Polish the active feature before review — code polish always; UI normalize + ship-quality pass when UI is touched. Use when the user says "polish this", "finish before review", "ship-quality", "normalize the UI", "bolder", "quieter", "distill", "harden". Not for repo-wide refactors or pre-`/rite-prove` polish.

Desenvolvimento#aiby ViktorsBaikers