Install Agent Skills
One command installs all 26 skills. They load on demand, so an agent only reads the one it needs.
npx skills add mblode/agent-skillsInstall 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-designWhat you get
- Architecture4
- codebase-architecture Design a structure, deepen an existing one, or harden it with guardrails.
- scaffold-nextjs Next.js turborepo with Blode UI, Ultracite, GitHub, and Vercel.
- scaffold-cli TypeScript CLI package: ESM, tsdown, vitest, changesets, CI.
- multi-tenant-architecture Tenant isolation, routing, and custom domains on Cloudflare or Vercel.
- Design5
- product-design What the interface should do, before anyone builds it.
- ui-design Visual direction, design-system extraction, Tailwind builds, screenshot to markup, dark mode, responsive, and a React and Next.js UX audit with a ship verdict.
- ui-verification Boots the app in a headless browser and runs nine probes that turn inferred UI defects into measured ones, then proves the fix cleared.
- ui-animation Springs, gestures, easing, and curves pulled from a screen recording.
- presentation-creator Decks with a story spine, speaker notes, and a contrast-checked QA pass, as Marp markdown, a web app, or a handoff to pptx.
- Writing3
- eli5 Session talk in plain language: optional analogy, exact technical terms, and house vocabulary without forced templates.
- docs-writing Diataxis doc types, 51 rules, audit and writing modes, agent-readable docs.
- readme-creator Type-aware README from the manifests: one install, a runnable quickstart, badges only where published.
- Quality4
- ax-audit Agentic experience audit: 27 rules for tool parity, approval gates, and escape hatches, ship verdict.
- dx-audit Libraries, CLIs, SDKs, npm packages: 38 rules, agent-friendly checks, root-cause findings.
- typography-audit 78 rules: punctuation, fonts, sizing, spacing, hierarchy, pairing.
- seo SEO/AEO audits and fixes, search-demand research, writer briefs, and search, AI visibility, and conversion measurement.
- Shipping6
- planning Writes and reviews executable plans with repository evidence, vertical slices, and explicit acceptance criteria.
- pr-reviewer Read-only diff review: bugs, structure, AI slop, security.
- tidy Applies diff-scoped simplifications, preserving necessary guards and existing edits.
- pr-creator PRs with short human descriptions, Linear IDs, templates, drafts, tidied commits.
- pr-babysitter Watches an open PR: conflicts, CI, comments. Fixes what it can.
- autoship npm releases with changesets: fix loop, CI watch, Version Packages merge, OIDC publish verify.
- Authoring4
- chat-history Recover decisions, previous fixes, and context from past AI conversations with fast local search and source evidence.
- agents-md Wires a repo so Claude Code, Codex and Cursor read the same instructions, then audits and refactors AGENTS.md and CLAUDE.md, with grades.
- agent-skills-creator Creates and audits skills by their added value, with portable workflows, a validator, and regression scenarios.
- save-md Writes a named source as a markdown file the next turn can reread.
Source on GitHub.