| name | ai-eng/create-skill |
| description | Create a new OpenCode skill with AI assistance. Uses skill-creator for intelligent skill generation. |
| agent | skill-creator |
| subtask | true |
Create Skill Command
Create a new OpenCode skill using AI assistance.
Process
- Understand Requirements: What domain knowledge should the skill provide?
- Generate Skill: Use @skill-creator to create properly formatted skill
- Save Skill: Write to appropriate location
- Validate: Run basic validation checks
Usage
/ai-eng/create-skill "database optimization for PostgreSQL"
Output Location
Skill will be saved to:
- Project-local:
.opencode/skills/[skill-name]/SKILL.md - Global:
~/.config/opencode/skills/[skill-name]/SKILL.md - Ferg content:
content/skills/[skill-name]/SKILL.md
Examples
Database Skill
/ai-eng/create-skill "database query optimization"
API Integration Skill
/ai-eng/create-skill "REST API client for external service"
Security Skill
/ai-eng/create-skill "security vulnerability scanning"
The skill-creator will handle progressive disclosure, proper frontmatter, and ensure compatibility with opencode-skills plugin.