Coding & Development

stablyai/orca-emulator

github.com

>-

$ npx skills add stablyai/orca
스킬 보기→

stablyai/orca-linear

github.com

>-

$ npx skills add stablyai/orca
스킬 보기→

stablyai/orca-per-workspace-env

github.com

>-

$ npx skills add stablyai/orca
스킬 보기→

stablyai/orca-emulator-android

github.com

>-

$ npx skills add stablyai/orca
스킬 보기→

stablyai/linear-tickets

github.com

>-

$ npx skills add stablyai/orca
스킬 보기→

mattpocock/diagnosing-bugs

github.com

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

$ npx skills add mattpocock/skills
스킬 보기→

JuliusBrussee/verify-and-stop

github.com

Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.

$ npx skills add JuliusBrussee/caveman
스킬 보기→

JuliusBrussee/surgical-patch

github.com

Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.

$ npx skills add JuliusBrussee/caveman
스킬 보기→

JuliusBrussee/safe-refactor

github.com

Restructure code while preserving behavior. Use for extraction, consolidation, ownership moves, or cleanup where verification must bracket structural edits.

$ npx skills add JuliusBrussee/caveman
스킬 보기→

JuliusBrussee/investigate-first

github.com

Diagnose ambiguous failures before editing. Use for unknown causes, intermittent behavior, performance regressions, or investigations needing evidence-ranked hypotheses.

$ npx skills add JuliusBrussee/caveman
스킬 보기→

mattpocock/implement-spec

github.com

Implement a specification in code.

$ npx skills add mattpocock/skills
스킬 보기→

mattpocock/to-tickets

github.com

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).

$ npx skills add mattpocock/skills
스킬 보기→

mattpocock/to-spec

github.com

Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.

$ npx skills add mattpocock/skills
스킬 보기→

mattpocock/wizard

github.com

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

$ npx skills add mattpocock/skills
스킬 보기→

mattpocock/wayfinder

github.com

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

$ npx skills add mattpocock/skills
스킬 보기→

dtiger1889-ops/prove

github.com

The user suspects something in your last response was made up, or contradicts

$ npx skills add dtiger1889-ops/claude-harness-toolbox
스킬 보기→

cloudflare/nextjs-on-cloudflare

github.com

Build, migrate, and deploy Next.js apps on Cloudflare Workers with vinext. Use when starting a Next.js project on Cloudflare, moving an existing app to Workers, choosing between vinext and OpenNext, or setting up vinext for Workers. For setup, migration, or deployment, install vinext's upstream skills with `npx skills add cloudflare/vinext` if missing, then read and follow the applicable skill and docs.

$ npx skills add cloudflare/skills
스킬 보기→

dtiger1889-ops/breakdown

github.com

Convergent, action-first problem decomposition (the terse twin of /fanout). Use ONLY when the user types /breakdown or says "break this down" / "break it down" / "decompose this". Takes ONE tangled or ambiguous problem and returns the single smallest next ACTION plus a collapsed full plan. Terse, no hand-holding, no capability narration. Do NOT use for open-ended ideation with many valid answers (that is /fanout), and do NOT use when the task is already one clear action.

$ npx skills add dtiger1889-ops/claude-harness-toolbox
스킬 보기→

tderoussel/overnight-build

github.com

Composes an autonomous unattended Claude Code build prompt that survives usage-limit resets via BUILD_LOG.md checkpointing, plus the launcher that restarts it. Use when the user asks for an overnight build, an autonomous build, a build to run while they sleep, an unattended or unsupervised session, or any long build they will not be monitoring. Trigger phrases include "overnight build", "run overnight", "build while I sleep", "autonomous build", "let it run", "unattended". Produces a single copyable prompt; does not run the build.

$ npx skills add tderoussel/agent-skills
스킬 보기→

tderoussel/codebase-audit

github.com

Runs a ranked, evidence-backed audit of a product, codebase, or subsystem, ending in a verify list that separates proven findings from inferred ones. Use when the user asks for an audit, a gap analysis, a deep read, a bug hunt, a readiness check, a re-audit, a state reconciliation, or asks what they are not seeing. Trigger phrases include "audit", "gap analysis", "what am I missing", "deep audit", "readiness", "bug hunt", "review the whole thing". Produces findings and a verify list; does not fix.

$ npx skills add tderoussel/agent-skills
스킬 보기→

prisma/prisma-mongodb-upgrade

github.com

Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb".

$ npx skills add prisma/skills
스킬 보기→

prisma/prisma-compute

github.com

Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a Prisma app, `@prisma/cli app deploy`, `compute:deploy`, `create-prisma --deploy`, `PRISMA_SERVICE_TOKEN`, Compute auth/workspaces, apps/deployments/build logs/domains, localhost vs `0.0.0.0`, deploy port binding, or framework deploy readiness for Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, Turborepo, or custom/prebuilt artifacts.

$ npx skills add prisma/skills
스킬 보기→

tderoussel/ship-gate

github.com

Verification gate for a Next.js-on-Vercel + Supabase + GitHub Actions stack, to run before claiming anything is shipped, deployed, live, merged, passing, or done. Use before saying a change is in production, before merging a PR, before reporting CI green, and before writing any status into a document — even if the user does not ask for verification. Trigger phrases include "is it live", "did it deploy", "ship it", "merge it", "is CI green", "confirm prod", "did that work". Encodes traps where the obvious check returns a false pass.

$ npx skills add tderoussel/agent-skills
스킬 보기→

agent-sh/agnix-skill

github.com

Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 456 rules.

$ npx skills add agent-sh/agnix
스킬 보기→