English | 中文
A collection of custom skills for Claude Code to enhance productivity and workflow automation.
- Node.js environment installed
- Ability to run
npx tsxcommands
npx skills add leo-306/skillsRun the following command in Claude Code:
/plugin marketplace add leo-306/skillsOption 1: Via Browse UI
- Select Browse and install plugins
- Select leo-306/skills
- Select the skill(s) you want to install
- Select Install now
Option 2: Ask the Agent
Simply tell Claude Code:
Please install Skills from github.com/leo-306/skills
| Skill | Description |
|---|---|
| skill-stats | Query and analyze skill usage statistics across Claude Code and OpenClaw |
Query, analyze, and track all skill usage information across Claude Code and OpenClaw environments.
/skill-statsFeatures:
- Scans session files to extract skill usage data
- Categorizes skills by scope (builtin/plugin/user/project)
- Shows usage frequency, success rate, and last used time
- Identifies unused and deleted skills
- Supports both Claude Code and OpenClaw environments
Output Example:
| Scope | Skill Name | Calls | Success Rate | Last Used | Status |
|---|---|---|---|---|---|
| BUILTIN | keybindings-help | 1 | 100% | 24 days ago | Active |
| PLUGIN | planning-with-files | 1 | 100% | 27 days ago | Active |
| USER | skill-stats | 32 | 100% | Today | Active |
| USER | nano-banana | 16 | 100% | Today | Active |
| USER | frontend-design | 1 | 100% | 27 days ago | Active |
| USER | skill-creator | 1 | 100% | 27 days ago | Active |
Analysis:
- ✅ No redundant installations - all skills have usage records
- 🔥 High frequency: skill-stats (32 calls), nano-banana (16 calls)
- 📊 100% success rate across all skills
Recommendation:
- Keep current setup, all skills are actively used
Contributions are welcome! Please feel free to submit a Pull Request.
MIT