No description
Find a file
2026-03-16 14:31:12 +00:00
design-an-interface Updates 2026-02-03 12:04:06 +00:00
edit-article Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
git-guardrails-claude-code Updates 2026-02-10 14:09:43 +00:00
grill-me Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
improve-codebase-architecture Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
migrate-to-shoehorn Updates 2026-02-04 14:06:26 +00:00
obsidian-vault Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
prd-to-issues Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
prd-to-plan Added prd-to-plan skill 2026-03-02 13:16:11 +00:00
request-refactor-plan Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
scaffold-exercises Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
setup-pre-commit Updates 2026-02-10 10:39:16 +00:00
tdd Added horizontal slices issue to TDD skill 2026-02-04 14:09:07 +00:00
triage-issue Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
ubiquitous-language Added ubiquitous language skill 2026-03-16 14:31:12 +00:00
write-a-prd Standardize skill metadata: remove -user suffixes and add missing frontmatter 2026-03-13 10:35:27 +00:00
write-a-skill Initial commit 2026-02-03 11:15:48 +00:00
LICENSE Added MIT license 2026-03-13 16:43:32 +00:00
README.md Added a readme 2026-03-13 16:42:53 +00:00

Agent Skills

A collection of agent skills that extend capabilities across planning, development, and tooling.

Planning & Design

These skills help you think through problems before writing code.

  • write-a-prd — Create a PRD through an interactive interview, codebase exploration, and module design. Filed as a GitHub issue.
  • prd-to-issues — Break a PRD into independently-grabbable GitHub issues using vertical slices.
  • grill-me — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.

Development

These skills help you write, refactor, and fix code.

  • tdd — Test-driven development with a red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time.
  • triage-issue — Investigate a bug by exploring the codebase, identify the root cause, and file a GitHub issue with a TDD-based fix plan.
  • improve-codebase-architecture — Explore a codebase for architectural improvement opportunities, focusing on deepening shallow modules and improving testability.

Tooling & Setup

  • setup-pre-commit — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.
  • git-guardrails-claude-code — Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, etc.) before they execute.

Writing Skills

  • write-a-skill — Create new skills with proper structure, progressive disclosure, and bundled resources.