skill

Solid

Manage local skills - list, add, remove, search, edit

Data & Documents 23 stars 4 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
46
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Management CLI Meta-skill for managing oh-my-droid skills via CLI-like commands. ## Subcommands ### /skill list Show all local skills organized by scope. **Behavior:** 1. Scan user skills at `~/.factory/skills/omc-learned/` 2. Scan project skills at `.omd/skills/` 3. Parse YAML frontmatter for metadata 4. Display in organized table format: ``` USER SKILLS (~/.factory/skills/omc-learned/): | Name | Triggers | Quality | Usage | Scope | |-------------------|--------------------|---------|-------|-------| | error-handler | fix, error | 95% | 42 | user | | api-builder | api, endpoint | 88% | 23 | user | PROJECT SKILLS (.omd/skills/): | Name | Triggers | Quality | Usage | Scope | |-------------------|--------------------|---------|-------|---------| | test-runner | test, run | 92% | 15 | project | ``` **Fallback:** If quality/usage stats not available, show "N/A" --- ### /skill add [name] Interactive wizard for creating a new skill. **Behavior:** 1. **Ask for skill name** (if not provided in command) - Validate: lowercase, hyphens only, no spaces 2. **Ask for description** - Clear, concise one-liner 3. **Ask for triggers** (comma-separated keywords) - Example: "error, fix, debug" 4. **Ask for argument hint** (optional) - Example: "<file> [options]" 5. **Ask for scope:** - `user` → `~/.factory/skills/omc-learned/<name>/SKILL.md` - `projec...

Details

Author
MeroZemory
Repository
MeroZemory/oh-my-droid
Created
3 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category