Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of Skills for Claude Code that make Claude work like a domain expert in specific scenarios.

中文


Skills

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

Installation

Single skill

# 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

All skills

# Clone the entire repository directly into the Skills directory
git clone https://github.com/testmind-hq/skills.git ~/.claude/skills

Updating

cd ~/.claude/skills
git pull

Usage

Once installed, simply describe your task in Claude Code — the relevant Skill will trigger automatically. See each Skill's README for its specific trigger phrases.


Contributing

Contributions are welcome. Each Skill should include:

  • SKILL.md: the Skill definition
  • README.md + README.zh.md: English and Chinese documentation
  • evals/evals.json: test case set

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors