A collection of agent skills that extend capabilities across planning, development, and tooling.
The skills use CLIs such as td, linear, and glab for using task management tools instead of GitHub issues.
This is heavily inspired from https://github.com/mattpocock/skills
Skills and commands that are no longer actively maintained are available in the deprecated folder.
These skills help you think through problems before writing code.
- product-discovery — Shape rough product ideas, uncover important unknowns, research options, and recommend a direction without implementation.
npx skills@latest add patriksimms/skills/product-discovery- setup-ts-project - Add development tooling like testing, formatting, linting, CI, database, docker and renovate for typescript project.
npx skills@latest add patriksimms/skills/setup-ts-project- setup-logger - Set up or migrate standardized LogTape logging for TypeScript Node.js and Bun applications.
npx skills@latest add patriksimms/skills/setup-loggerThese skills help with day-to-day git and debugging workflows.
- deliver-change - Deliver a GitHub or GitLab change from a clarified outcome through implementation, tests, green checks, and review loops until the pull or merge request is ready for human review.
npx skills@latest add patriksimms/skills/deliver-change- review-code - Review a branch, pull request, merge request, or work-in-progress diff, then deduplicate and risk-rank evidence-backed findings into blocking and non-blocking results.
npx skills@latest add patriksimms/skills/review-code- renovate-review - Review and harden Renovate dependency upgrades, add missing behavioral protection, and grant narrowly scoped automerge when earned.
npx skills@latest add patriksimms/skills/renovate-review- commit - Create a well-formed git commit from current changes using session history for rationale and summary.
npx skills@latest add patriksimms/skills/commit