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

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