michaeldyryndamichaeldyryndaCommunityยท10 Agent Skills Included

dotfiles

Structured planning, TDD implementation, and code review workflows

Turns feature conversations into structured specs, decomposes them into vertical-slice tasks, and implements each task with strict test-driven development. Generates conventional commits and pull request descriptions, reviews branches for test coverage gaps, and cleans up dead code, comments, and naming. Eliminates vague plans, untested changes, and messy code reviews across daily development work.
npx skills add michaeldyrynda/dotfiles --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install michaeldyrynda/dotfiles skills?โ–ผ

Run `npx skills add michaeldyrynda/dotfiles --all -g -y` in your terminal to install all skills in this collection globally.

How to break a feature spec into tasks?โ–ผ

Use the to-spec skill to write a structured spec from your conversation, then the task-planner skill splits it into ordered, user-focused vertical-slice tasks.

How to enforce test-driven development?โ–ผ

The task-implementor skill implements exactly one task per run using strict red-green-refactor cycles, then pauses for your review before continuing.

How to write better commits and pull requests?โ–ผ

The commit skill creates atomic conventional commits with automatic type and scope detection, while the pr skill generates full PR descriptions from your branch history and repo template.

Can these skills improve code readability?โ–ผ

Yes. The BaseCode skills remove dead code and unhelpful comments, flatten nested logic, and improve naming so your code is easier for the next developer to read.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’