Skillwright

Templates · MIT licensed

Battle-tested skills.
One format.
Four IDEs.

Drop-in skills for code review, commit conventions, TypeScript discipline, security checks, TDD, and accessibility. Each one compiles to SKILL.md, .cursorrules, .windsurfrules, and copilot-instructions.md.

qualitysecurityreview

Code Review

Strict review checklist — security, performance, maintainability before merge.

/code-review/review/pr-review
View template
gitworkflowhygiene

Commit Conventions

Conventional Commits + atomic-PR discipline that keeps history readable.

/commit/git/pr/pull-request
View template
typescriptqualitytypes

TypeScript Strict

Type-first TypeScript — no-any, exhaustive switches, parse-don't-validate.

/typescript/ts/type-safety
View template
securityowaspreview

Security Review

OWASP-aligned vulnerability checklist for auth, payments, and user input.

/security-review/security/owasp
View template
testingworkflowquality

TDD Workflow

RED → GREEN → REFACTOR enforcement for new features and bug fixes.

/tdd/test-driven/write-tests-first
View template
accessibilitywcagfrontend

Accessibility (WCAG 2.2 AA)

WCAG 2.2 AA checklist for components — keyboard, focus, screen readers.

/accessibility/a11y/wcag
View template
workflowpromptingcontext

Ask First

Interviews you with 3–5 questions before starting any non-trivial task.

/ask-first/interview-me/gather-context
View template
reviewdecisionplanning

Sparring Partner

Attacks your plan, then steelmans it, then gives an honest verdict.

/sparring/red-team/stress-test/attack-my-plan
View template
promptingworkflowmeta

Prompt Writes Prompt

Drafts the well-formed prompt for your vague request, then runs it.

/write-a-prompt/draft-prompt/meta-prompt
View template
learningcommunicationonboarding

Feynman Explainer

Explains by analogy and plain language, checking comprehension as it goes.

/explain/feynman/eli5/teach-me
View template
strategydecisionplanning

Business Stress Test

Surfaces the wrong assumptions in a plan before money and time go in.

/stress-test/pre-mortem/validate-idea/gut-check
View template

How to install

Two ways. Pick the one your workflow likes.

Option A · Skillwright

One-click import

Hit ⌘ K in Skillwright, choose Import from GitHub, paste the template URL. Skillwright compiles for every IDE you use and tracks upstream so you get notified on updates.

Get Skillwright

Option B · Manual

Copy from the repo

Each template ships pre-compiled outputs in a compiled/ folder. Drop .cursorrulesin your repo root, or paste the body into your IDE's rule field.

Open the repo