Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:35 +08:00
commit 6aae23c1d2
19 changed files with 4572 additions and 0 deletions

43
commands/list-skills.md Normal file
View File

@@ -0,0 +1,43 @@
---
description: List all available Claude Code skills in a formatted table
allowed-tools:
- Bash
- Read
- Glob
---
List all available Claude Code skills and display them in a readable format optimized for terminal viewing.
**Group skills by plugin source** to keep related skills together. Use this format:
```
Available Skills:
Plugin: {plugin-source}
{skill-name}
Description: {description}
{skill-name-2}
Description: {description}
Plugin: {another-plugin-source}
{skill-name-3}
Description: {description}
```
**Important formatting rules:**
- Group all skills from the same plugin/marketplace together
- Show "Plugin: {source}" header once per group
- Under each skill, show ONLY the skill name and description (don't repeat the plugin source)
- If a skill appears multiple times (e.g., "2 instances"), note that in the skill name line
- Keep full descriptions (no truncation) - natural line wrapping is fine
- Add blank lines between plugin groups for visual separation
At the end, include usage instructions:
```
Usage:
Invoke with: Skill tool using skill name
Example: ui-engineering:senior-ui-engineer
```