Sandbox
@mblode/agent-skills

26 on-demand skills for Claude Code, Codex, and Cursor

This is a skills bundle for coding agents. It gives builders reusable instructions for architecture, design, writing, quality checks, shipping, and repo maintenance, loaded only when needed. The skills are grouped into folders under `skills/`, with separate markdown files for each task. The package is meant to be installed as one bundle and used across Claude Code, Codex, and Cursor.

109 stars11 forksPythonUpdated 7d ago
Who it's for

Builders who use Claude Code, Codex, or Cursor and want reusable skills for software shipping.

What it delivers

You can load the right skill for the task instead of re-explaining the same shipping workflow every time.

What it does

Architecture skills

Includes skills for codebase structure, Next.js and CLI scaffolds, and multi-tenant architecture.

Design and UI skills

Includes product design, UI design, UI verification, UI animation, and presentation creation.

Writing skills

Includes ELI5 explanations, docs writing, README creation, and markdown saving.

Quality skills

Includes AX audit, DX audit, typography audit, and SEO checks and fixes.

Shipping skills

Includes planning, PR review, tidy diffs, PR creation, PR babysitting, and npm release automation.

Authoring helpers

Includes chat-history, agents-md, and agent-skills-creator for working with prompts, instructions, and skill packs.

How to get it

  1. 1Run
    npx skills add mblode/agent-skills -g --agent claude-code codex cursor -y

README

Agent Skills

UI audits, typography, docs, PR review, and releases, loaded on demand by your coding agent

26 skills for the parts of shipping that code review never covers: the loading states, the type scale, and whether half the diff is AI slop.

Install

npx skills add mblode/agent-skills -g --agent claude-code codex cursor -y

--agent takes a space-separated list. A comma-separated one is rejected whole as a single invalid name.

The bundle is listed at skills.sh.

Agents: these skills. Humans: Taste Training, a course on spotting and fixing AI slop. First unit free.

Skills

Architecture

Design

  • 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.

Writing

  • 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.

Personal voice, blog posts, and voice evaluation live in ghostwriter.

Quality

  • 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.

Shipping

  • 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.

Authoring

  • 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.

License

MIT


Crafted by Matthew Blode

Files in the repo

Repository payload9 top-level entries
  • .claude-plugin
  • .github
  • maintenance
  • skills
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE.md
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k