Claude Skills

Makes existing code easier to understand without changing behavior. Use to simplify structure, remove duplication or dead code, improve names, or remove unnecessary abstractions.

★ 322 Synced 1 day ago View SKILL.md

At a glance

Manual install Shell Actively maintained
Install git clone --depth 1 https://github.com/owainlewis/blueprint cp -r blueprint/skills/improve ~/.claude/skills/improve
Can use Not declared by the author

Setup, runtime and requirements describe owainlewis/blueprint, the repo this skill ships in.

Also in owainlewis/blueprint

View the repo

Explains how an existing system works today. Use for architecture maps, audits, or ARCHITECTURE.md. Return a chat report unless the user ask...

Reviews a technical proposal before implementation. Use for designs, RFCs, ADRs, architecture proposals, and issues that define how a system...

Codex Issue Coordinator Code Review & Testing

Coordinates a large batch of GitHub issues through separate Codex worker threads, tested pull requests, review loops, and gated merges. Use...

Writes a clear design for a proposed feature or system change. Use when important product or technical choices must be settled before coding...

Generates a polished, static HTML reading view from an existing Markdown PRD or technical design. Use when a user asks to render, present, v...

Plan Support

Turns an approved design or decided brief into ordered tasks for separate agent runs. Use for implementation tasks, tracker tickets, or usef...

Uses a fresh agent to review an implementation change without editing it. Checks behavior, security, regressions, complexity, tests, docs, a...

Task To Pr Code Review & Testing

Completes one or more tasks. Creates one tested and reviewed pull request for each task. Use to implement, build, fix, or deliver tasks, tic...

Proves that a code change meets its acceptance criteria. Uses focused automated checks and a real browser for browser-facing work. Use to te...