dotfiles
Structured planning, TDD implementation, and code review workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorscommit
Generate conventional commits with automatic type and scope detection.
migrate-plans
Migrate legacy .ai plan layouts to slug-based directories with non-destructive moves.
frontend-ui-ux-engineer
Translate vague UI concepts into accessible, responsive frontend code.
task-implementor
Implement one planned task using test-first development and pause for review.
find-skills
Discover and install agent skills using the Skills CLI.
to-spec
Generate a structured spec.md from the current conversation context.
pr
Generate pull request descriptions from git history and templates.
frontend-design
Translate bold aesthetic direction into production-ready frontend code.
grill-me
Interview users step-by-step about plans or designs with explicit recommendations.
task-planner
Decompose a final specification into ordered vertical-slice task files under .ai/tasks/.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core