Add new skills for TDD, issue management, PRD creation, and productivity tools
- Introduced TDD skills including deep modules, interface design, mocking, refactoring, and testing guidelines. - Added skills for breaking plans into GitHub issues and creating PRDs from conversation context. - Implemented productivity skills for scaffolding exercises, setting up pre-commit hooks, and managing notes in Obsidian. - Created a caveman communication mode for concise technical responses and a grilling technique for thorough plan discussions. - Developed a skill for writing new agent skills with structured templates and guidelines. - Included git guardrails to prevent dangerous git commands and a migration guide for using @total-typescript/shoehorn in tests.
This commit is contained in:
parent
3e3ca9b9fa
commit
62f43a1817
43 changed files with 97 additions and 65 deletions
3
skills/deprecated/README.md
Normal file
3
skills/deprecated/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Deprecated
|
||||
|
||||
Skills I no longer use.
|
||||
3
skills/engineering/README.md
Normal file
3
skills/engineering/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Engineering
|
||||
|
||||
Skills I use daily for code work.
|
||||
3
skills/misc/README.md
Normal file
3
skills/misc/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Misc
|
||||
|
||||
Tools I keep around but rarely use.
|
||||
3
skills/personal/README.md
Normal file
3
skills/personal/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Personal
|
||||
|
||||
Skills tied to my own setup, not promoted in the plugin.
|
||||
3
skills/productivity/README.md
Normal file
3
skills/productivity/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Productivity
|
||||
|
||||
General workflow tools, not code-specific.
|
||||
Loading…
Add table
Add a link
Reference in a new issue