Back to the board

Install Agent Skills

One command installs all 24 skills. They load on demand, so an agent only reads the one it needs.

npx skills add mblode/agent-skills

Install a single skill

Add --skill <name> to scope the install. Every skill page carries its own command.

npx skills add mblode/agent-skills --skill ui-audit

What you get

Architecture4
Design4
  • product-design What the interface should do, before anyone builds it.
  • ui-design Visual direction, Tailwind builds, screenshot to markup, dark mode, responsive.
  • ui-animation Springs, gestures, easing, and curves pulled from a screen recording.
  • presentation-creator Decks with a story spine, speaker notes, and a QA pass, as markdown or a web app.
Writing3
  • copywriting Product and marketing copy, persuasion frameworks, brand voice charts, AI-ism removal.
  • docs-writing Diataxis doc types, 48 rules, audit and writing modes.
  • readme-creator Writes or rewrites a README as a public-facing shop window.
Quality5
  • ui-audit React and Next.js UX audit: 82 rules, 12 playbooks, ship verdict.
  • ax-audit Agentic experience audit: 23 rules, ship verdict.
  • dx-audit Libraries, CLIs, and SDKs: root-cause findings, agent-friendly checks.
  • typography-audit 78 rules: punctuation, fonts, sizing, spacing, hierarchy, pairing.
  • optimise-seo Next.js SEO: sitemaps, metadata, structured data, hreflang, CWV.
Shipping6
  • planning Builds the plan, then scores it to 5/5 before any code.
  • pr-reviewer Read-only diff review: bugs, structure, AI slop, security.
  • tidy Hunts complexity across five angles and applies the simplifications.
  • pr-creator PRs with short human descriptions, Linear IDs, tidied commits.
  • pr-babysitter Watches an open PR: conflicts, CI, comments. Fixes what it can.
  • autoship npm releases with changesets: fix loop, CI watch, publish verify.
Authoring2

Source on GitHub.