Source

gannonh/skills

87 skills · 1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
plan-build-verify Use this skill for multi-step, spec-driven, or acceptance-gated implementation work in a GitHub repository where spec…
gannonh/skills
100
2
readme Write or rewrite a project README as plain factual documentation covering what the tool is, how to install and run it…
gannonh/skills
80
3
thermo-run Launch both thermo-nuclear review subagents in parallel, then synthesize their findings. Use for thermos, double ther…
gannonh/skills
77
4
user-acceptance Use when finishing a ticket, feature branch, or pull request and the user asks to validate, demo, verify, sign off, s…
gannonh/skills
50
5
pull-requests Use this skill for pull request workflows - creating PRs (branch, commit, push, open), reviewing PRs (code quality, t…
gannonh/skills
46
6
kata-linear Linear ticket lifecycle for any project. Use when starting work on a Linear issue, ending work on an issue, or asking…
gannonh/skills
38
7
address-pr-comments Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first an…
gannonh/skills
35
8
gh-fix-ci Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Trigger words include: 'fix…
gannonh/skills
35
9
gh-address-comments Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first an…
gannonh/skills
33
10
brainstorming-with-explorer-challenger-teams Run structured brainstorming sessions using paired explorer/challenger agent teams.
gannonh/skills
32
11
committing-changes Use this skill when committing code changes, creating git commits, staging files for commit, or when the user asks to…
gannonh/skills
32
12
coderabbit-review Use this skill when working with CodeRabbit, such as running CodeRabbit reviews, generating and processing automated …
gannonh/skills
24
13
building-claude-code-skills Use this skill when creating new Claude Code skills from scratch, editing existing skills to improve their descriptio…
gannonh/skills
17
14
canvas-design Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the us…
gannonh/skills
17
15
skill-creator Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an ex…
gannonh/skills
17
16
agents-md-improver Audit and improve AGENTS.md files in repositories. Use when user asks to check, audit, update, improve, or fix AGENTS…
gannonh/skills
11
17
babysit-pr Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and me…
gannonh/skills
11
18
finalize Finalize the current feature branch by running the `simplify`, `strict-quality-review`, and `/okf update` passes in o…
gannonh/skills
11
19
fix-github-ci Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Trigger words include: 'fix…
gannonh/skills
11
20
okf Create, read, and maintain Open Knowledge Format documentation bundles in repositories. Use this skill when the user …
gannonh/skills
11
21
simplify Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability…
gannonh/skills
11
22
strict-quality-review Run a strict maintainability review with parallel adversarial subagents for abstraction quality, giant files, and spa…
gannonh/skills
11
23
agent-browser Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, …
gannonh/skills
9
24
ps-setup-pstack Configure P-Stack for Pi, Codex, Cursor, OpenCode, and Claude Code. Use when installing P-Stack, choosing its small, …
gannonh/skills
7
25
ps-architect Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use …
gannonh/skills
6
26
ps-arena Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for p…
gannonh/skills
6
27
ps-automate-me Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a s…
gannonh/skills
6
28
ps-blast-radius Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe beca…
gannonh/skills
6
29
ps-bro Restate the last message in plain human language, with no jargon.
gannonh/skills
6
30
ps-create-verification-skill Generate a project-local verification skill that drives your app the way a user does — any language, framework, or pl…
gannonh/skills
6
31
ps-figure-it-out Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a …
gannonh/skills
6
32
ps-how Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering question…
gannonh/skills
6
33
ps-interrogate Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find b…
gannonh/skills
6
34
ps-maintain-verification-skill Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, …
gannonh/skills
6
35
ps-no-comments Spawn Comment Sicko, fix accepted findings, and offer encodings for claimed constraints.
gannonh/skills
6
36
ps-poteto-mode poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verifie…
gannonh/skills
6
37
ps-principle-boundary-discipline Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, co…
gannonh/skills
6
38
ps-principle-build-the-lever Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it o…
gannonh/skills
6
39
ps-principle-encode-lessons-in-structure Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode th…
gannonh/skills
6
40
ps-principle-exhaust-the-design-space Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 compe…
gannonh/skills
6
41
ps-principle-experience-first Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship…
gannonh/skills
6
42
ps-principle-fix-root-causes Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach…
gannonh/skills
6
43
ps-principle-foundational-thinking Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what…
gannonh/skills
6
44
ps-principle-guard-the-context-window Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagent…
gannonh/skills
6
45
ps-principle-laziness-protocol Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias towar…
gannonh/skills
6
46
ps-principle-make-operations-idempotent Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Con…
gannonh/skills
6
47
ps-principle-migrate-callers-then-delete-legacy-apis Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in th…
gannonh/skills
6
48
ps-principle-minimize-reader-load Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state…
gannonh/skills
6
49
ps-principle-model-the-domain Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the…
gannonh/skills
6
50
ps-principle-never-block-on-the-human Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-corr…
gannonh/skills
6
Page 1 · 87 total Next