Find the skill for your next task.

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

deep-code-review

In-depth design-focused code review - understands codebase context before evaluating PR changes, posts structured feedback to GitHub

50.86k repo starsObserved in 1 repos
Testing & Quality

expo-api-docs

Write TSDoc comments for Expo SDK APIs following official conventions. MUST USE when introducing new user-facing TypeScript APIs in expo-* packages - document APIs correctly from the start, not as an afterthought. Also use when improving existing documentation. Covers @platform, @example, @deprecated, @default annotations, third-person declarative style, blockquote notes, and type export patterns for docs generation.

50.86k repo starsObserved in 1 repos
Documents

building-cypress-binary

Builds and packages the Cypress Electron binary locally (yarn binary-build, binary-package, binary-zip, Docker/Linux parity), including non-interactive --version/--platform flags and unsetting ELECTRON_RUN_AS_NODE for agent hosts. Covers macOS signing, optional env speedups, dist smoke-test pitfalls, and why the tree is dirty after a build. Use when the user asks to build the Cypress binary, binary-package, electron MODULE_NOT_FOUND during binary-build, or local binary zip. For artifact debugging, use debugging-cypress-artifacts.

50.68k repo starsObserved in 1 repos
Development

debugging-cypress-artifacts

Debugs Cypress bugs that only reproduce in packaged artifacts (cli/build CLI plus binary-package output), not yarn dev. Covers the git commit/build/clean/ reset debug loop, env -u ELECTRON_RUN_AS_NODE for binary-build on agent hosts, CYPRESS_RUN_BINARY, DEBUG and inspect flags, and workspace recovery without stash. Use when investigating artifact-only bugs, binary-build electron MODULE_NOT_FOUND, or a packaged cypress open/run repro loop.

50.68k repo starsObserved in 1 repos
Testing & Quality

deprecated-shim

DEPRECATED — consolidated into bmad-foo; this skill will be removed in v7 in favor of `bmad-foo`.

50.65k repo starsObserved in 2 repos
Others

missing-trigger

Generates a thing and writes it to disk for the user.

50.65k repo starsObserved in 2 repos
Others

with-trigger

Generates a thing and writes it to disk. Use when the user asks to scaffold a thing.

50.65k repo starsObserved in 2 repos
Development

bmad-spec

Distill any intent input into the SPEC kernel + companions — the canonical, preservation-validated machine contract for downstream work. Use when the user says "create a spec", "distill this into a spec", "validate this spec", "update the spec", or "break this into stories".

50.65k repo starsObserved in 1 repos
Productivity

buildkite-logs

Fetch and inspect Julia Buildkite CI logs without web sign-in. Use when debugging Julia CI failures, reviewing Buildkite jobs, or when the Buildkite MCP is unavailable.

49.04k repo starsObserved in 1 repos
DevOps & Security

c-static-analysis

Run Clang static analysis on Julia's C/C++ runtime and codegen, and satisfy the GC-rooting checker. Use after modifying runtime/codegen .c/.cpp files under src/ (excluding headers), before opening a PR.

49.04k repo starsObserved in 1 repos
Testing & Quality