This repository is a dump of the custom agent skills I use in my day-to-day workflow to keep code production-ready, clean, and high-taste.
All the skills here are a side-effect of domain-expertise. AI doesn’t replace such expertise, it amplifies what you can get out of it and makes you way better relative to others.
So learn to code, automate, or develop expertise in any other field. It’s extremely valuable.
npx skills@latest add jaleelb/skills- git-commiter — A safe, step-by-step Git commit planner and execution skill that inspects, groups, and validates Git changes before committing.
- implementation-planner — * implementation-planner — A stateful engineering-planning skill inspired by Matt Pocock’s
grill-me, but expanded into a complete feature-planning workflow. It inspects the codebase, helps you reason through a feature one decision at a time, challenges assumptions, recommends options, and records accepted choices as durable Decision Records or ADRs. It then turns those decisions into execution-ready implementation plans with concrete files, tasks, migrations, tests, and rollback considerations, keeps plans synchronized when decisions change, and reviews completed work for missing requirements, decision drift, and unverified behavior.