Create or improve convention documentation based on the current conversation. Use this when a feature's learnings should be captured as reusable conventions.
dimanu-py/codenet
SkillsMP has collected 6 skills from dimanu-py/codenet. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 6 of 6 collected skills.
Breaks down ANY work into 1-3 hour micro-steps with zero downtime. Use for large refactorings, technical improvements, debugging, research, migrations, or any work that feels too big or risky. Automatically applies expand-contract pattern for risky changes.…
Mutation testing patterns for Python using mutmut. Use when analyzing Python code to find weak or missing tests, verifying pytest effectiveness, strengthening Python test suites, or validating TDD workflows in Python projects.
Create or update spec .md files in docs/specs/ using the established format. Use when a feature needs to be documented before Gherkin scenarios are written.
Create or improve adr documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Create or improve design documents based on the current conversation. Use this when a new feature or architectural change has been discussed that should be captured as a design doc.