English | 中文
Skills accumulated from daily learning and work, used to build personal AI Workflows.
Skills are reusable tools and scripts that enhance AI coding assistants (like Claude Code, Cursor, etc.) with specialized capabilities. Each skill is self-contained and can be easily integrated into your workflow.
When you invoke a /skill-name command in Claude Code:
- Parse Command - Claude Code identifies and parses the skill command and arguments
- Load Config - Reads
SKILL.mdto get skill metadata and entry point - Check Dependencies - Verifies required dependencies are installed
- Execute Script - Runs the script specified by
entry_point(Shell or Python) - Return Result - Returns execution results to the user
| Skill | Description |
|---|---|
| mermaid-to-img | Convert Mermaid diagrams to high-quality images (PNG/JPG/SVG/PDF) |
| mac-notifier | Send native macOS notifications when Claude Code completes tasks or awaits input |
| text-to-audio | Convert text to natural speech using ChatTTS local AI model |
| researcher | Build and maintain persistent personal knowledge base for deep technical research |
- Add the plugin marketplace:
/plugin marketplace add zth9/skills
- Install individual skills:
/plugin install mermaid-to-img@zth9/skills
openskills install zth9/skills --globalClone and copy the skill folder to your Claude Code skills directory:
git clone https://github.com/zth9/skills.git
cp -r skills/mermaid-to-img ~/.claude/skills/Each skill contains a SKILL.md file with instructions that can be used with any AI coding assistant.
MIT License - see LICENSE for details.
