A collection of Skills for Claude Code that make Claude work like a domain expert in specific scenarios.
| Skill | Description | Quick Install | Docs |
|---|---|---|---|
| unit-test-methodology | Systematic unit test generation enforcing equivalence partitioning, boundary value analysis, decision tables, and more. Supports Go / Python / Java / TypeScript / Rust / Zig | npx skills add https://github.com/testmind-hq/skills --skill unit-test-methodology |
README |
# Clone the repository
git clone https://github.com/testmind-hq/skills.git
# Symlink the skill into Claude Code's Skills directory
ln -s /path/to/skills/unit-test-methodology ~/.claude/skills/unit-test-methodology# Clone the entire repository directly into the Skills directory
git clone https://github.com/testmind-hq/skills.git ~/.claude/skillscd ~/.claude/skills
git pullOnce installed, simply describe your task in Claude Code — the relevant Skill will trigger automatically. See each Skill's README for its specific trigger phrases.
Contributions are welcome. Each Skill should include:
SKILL.md: the Skill definitionREADME.md+README.zh.md: English and Chinese documentationevals/evals.json: test case set