Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
owainlewis
/
blueprint
home
/
skills
/
owainlewis
/
blueprint
owainlewis/blueprint
7 skills
View on GitHub
$
npx skills add owainlewis/blueprint
Skill
Installs
design
Designs what to build and how it should work, including requirements, acceptance criteria, interfaces, data, errors, technical choices, constraints, risks, and scope. Use when the user asks to design
—
improve
Improves existing code without changing intended behavior by simplifying structure, removing duplication and dead code, clarifying names, and reducing unnecessary abstractions. Use when the user asks
—
milestone
Completes all open GitHub issues in a milestone by running the task-to-pr skill one issue at a time. Use when the user asks to complete, deliver, work through, or finish a GitHub milestone.
—
plan
Breaks a reviewed design or brief into ordered, agent-ready tasks, tickets, and optional milestones. Use when the user asks to break a feature or project into implementation tasks, create implementati
—
review
Independently reviews code for correctness, security, regressions, unnecessary complexity, and missing tests or evidence. Use when the user asks for a code review, PR review, diff review, security rev
—
task-to-pr
Takes one task, ticket, or existing pull request to a tested, independently reviewed, green pull request ready for human merge. Use when the user asks to implement, build, fix, deliver, or take one ta
—
test
Tests a code change against its acceptance criteria using focused automated checks and real-browser verification for browser-facing work. Use when the user asks to test, verify, validate, QA, check ac
—