Standards skills for AI coding agents. Nine matching skills that define how code, design, docs, copy, git, reviews, the public web, APIs, and databases must be done — minimal, consistent, and anti-generic.
npx skills add opikdev/skills # all skills
npx skills add opikdev/skills --skill opik-coding-standards # one skill| Skill | Enforces |
|---|---|
| opik-coding-standards | Simple, tested, secure code; rare comments; root-cause fixes; verify before done |
| opik-design-standards | Token-driven, accessible, non-generic UI/UX; all states designed |
| opik-docs-standards | Minimal, scannable docs under docs/; Diátaxis types; drift is a bug |
| opik-copywriting-standards | User-centered, non-generic product copy; what/why/how-to-fix errors |
| opik-git-standards | Conventional subject-only commits; atomic changes; safe agent conduct |
| opik-review-standards | Evidence-based, severity-ranked, high-signal reviews |
| opik-web-standards | Rendering strategy, Core Web Vitals, technical/on-page SEO, WCAG 2.2 AA, platform hygiene |
| opik-api-standards | REST resource design, RFC 9457 errors, pagination, versioning, idempotency, spec-as-contract |
| opik-database-standards | Schema design, constraints, evidence-based indexing, safe migrations, query discipline |
Each skill is one SKILL.md with a triggering description and enforceable rules, ending in a self-check. Skills cross-reference each other (reviews check against the other eight; design states pair with copy states).