Source

owainlewis/blueprint

38 skills · 6.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
review Uses a fresh agent to review an implementation change without editing it. Checks behavior, security, regressions, com…
owainlewis/blueprint
629
2
plan Turns an approved design or decided brief into ordered tasks for separate agent runs. Use for implementation tasks, t…
owainlewis/blueprint
625
3
spec Write a short implementation spec at docs/<feature-slug>/spec.md and pause for review. Use when behavior, interfaces,…
owainlewis/blueprint
379
4
tdd Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify.
owainlewis/blueprint
375
5
refactor Improve the shape of existing code without changing behavior.
owainlewis/blueprint
374
6
commit Stage intended changes and create one Conventional Commit.
owainlewis/blueprint
343
7
task-to-pr Completes one or more tasks. Creates one tested and reviewed pull request for each task. Use to implement, build, fix…
owainlewis/blueprint
299
8
implement Finish one code task: understand it, make the smallest change, test it, review it, and report or open the requested P…
owainlewis/blueprint
269
9
design-doc Write a short design document for unclear or important architecture decisions before implementation. Use when a decis…
owainlewis/blueprint
250
10
design Writes a proposed design covering requirements, user experience, technical choices, and proof. Use when important pro…
owainlewis/blueprint
226
11
branch Create or switch to a Git branch for the current task. Use whenever starting work on a ticket, feature, or fix, whene…
owainlewis/blueprint
221
12
browser-verify Independently verify browser-rendered work in a real browser. Check user flows, layout, console errors, and failed re…
owainlewis/blueprint
217
13
improve Makes existing code easier to understand without changing behavior. Use to simplify structure, remove duplication or …
owainlewis/blueprint
215
14
test Proves that a code change meets its acceptance criteria. Uses focused automated checks and a real browser for browser…
owainlewis/blueprint
211
15
debug Find and fix the root cause when something breaks: a failing test, a broken build, a bug report, or behavior that doe…
owainlewis/blueprint
200
16
architecture Creates or updates root ARCHITECTURE.md from verified implementation. Use when a repository needs current architectur…
owainlewis/blueprint
174
17
architecture-review Reviews a technical proposal before implementation. Use for designs, RFCs, ADRs, architecture proposals, and issues t…
owainlewis/blueprint
166
18
html-doc Generates a polished, static HTML reading view from an existing Markdown PRD or technical design. Use when a user ask…
owainlewis/blueprint
140
19
codex-issue-coordinator Coordinates a large batch of GitHub issues through separate Codex worker threads, tested pull requests, review loops,…
owainlewis/blueprint
113
20
address-pr-feedback Fetch GitHub PR review feedback, judge each comment, implement valid fixes, verify, and optionally reply.
owainlewis/blueprint
110
21
build Follow a complete coding workflow for one scoped implementation task: understand, plan, implement, test, verify, and …
owainlewis/blueprint
99
22
coverage Evaluate test coverage and fill real gaps with high-value tests.
owainlewis/blueprint
92
23
compress Compress agent-facing instructions to the fewest words that preserve behavior, constraints, and clarity.
owainlewis/blueprint
84
24
pr Commit, push, and open a pull request. Use when finished work on the current branch needs to become a PR.
owainlewis/blueprint
82
25
pr-to-ready Make an open pull request ready to merge by checking live feedback, fixing required items, running checks, and report…
owainlewis/blueprint
82
26
multitask Run several tickets to PRs at the same time, one worker per ticket. Use when the user passes multiple tickets and wan…
owainlewis/blueprint
81
27
milestone Completes every open issue in a GitHub milestone. Takes one issue at a time to a tested and reviewed pull request. Us…
owainlewis/blueprint
65
28
goal-design Write short Codex and Claude Code /goal prompts with a clear result, checks, proof, and stop rules.
owainlewis/blueprint
46
29
bootstrap-project Bootstrap a new or empty project repository with a local skeleton: README, license, .gitignore, AGENTS.md, docs, and …
owainlewis/blueprint
26
30
codex-run-loop Use when the user asks Codex to coordinate multiple tickets, run a batch of issues, work tickets in parallel, or crea…
owainlewis/blueprint
15
31
explain-visually Create a beautiful HTML explanation of a repo, spec, PR, architecture, or concept so a smart beginner can understand …
owainlewis/blueprint
15
32
excalidraw-diagram Create an editable Excalidraw diagram from a repo, spec, architecture, workflow, concept, PR, or source material. Use…
owainlewis/blueprint
12
33
issue-coordinator Coordinates a large batch of GitHub issues through separate Codex worker threads, tested pull requests, review loops,…
owainlewis/blueprint
7
34
goal-skill Create or tighten Codex /goal prompts with measurable completion criteria, verifier evidence, constraints, boundaries…
owainlewis/blueprint
3
35
bootstrap Scaffold a new project from minimal, opinionated defaults: uv for Python, bun + Next.js for TypeScript. Use when the …
owainlewis/blueprint
2
36
loop-design Design or tighten long-running agent goals and loops for Claude Code, Codex, scheduled prompts, or issue-tracker work…
owainlewis/blueprint
2
37
init Scaffold a new project from your standards. Use when starting a greenfield repo so the agent applies your preferred s…
owainlewis/blueprint
1
38
requirements Transform rough notes into a structured requirements document. Use when starting a new feature or project and you nee…
owainlewis/blueprint
1