Integrate testing-skills-with-subagents into writing-skills

- Moved testing-skills-with-subagents to writing-skills/testing-skills-with-subagents.md
- Moved examples/ directory to writing-skills/examples/
- Updated writing-skills to reference via @testing-skills-with-subagents.md
- Updated README to reflect consolidation
- Removed standalone skill (now a supporting reference)
This commit is contained in:
Jesse Vincent
2025-12-09 16:34:28 -08:00
parent 718ec45d33
commit b57c27d815
4 changed files with 8 additions and 13 deletions

View File

@@ -120,9 +120,8 @@ Fetch and follow instructions from https://raw.githubusercontent.com/obra/superp
- **finishing-a-development-branch** - Merge/PR decision workflow
- **subagent-driven-development** - Fast iteration with quality gates
**Meta**
- **writing-skills** - Create new skills following best practices
- **testing-skills-with-subagents** - Validate skill quality
**Meta**
- **writing-skills** - Create new skills following best practices (includes testing methodology)
- **using-superpowers** - Introduction to the skills system
## Philosophy
@@ -140,9 +139,8 @@ Skills live directly in this repository. To contribute:
1. Fork the repository
2. Create a branch for your skill
3. Follow the `writing-skills` skill for creating new skills
4. Use the `testing-skills-with-subagents` skill to validate quality
5. Submit a PR
3. Follow the `writing-skills` skill for creating and testing new skills
4. Submit a PR
See `skills/writing-skills/SKILL.md` for the complete guide.