Claude Code Plugins

Community-maintained marketplace

Feedback

ai-eng/create-skill

@v1truv1us/ai-eng-system
0
0

Create a new OpenCode skill with AI assistance. Uses skill-creator for intelligent skill generation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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

  1. Understand Requirements: What domain knowledge should the skill provide?
  2. Generate Skill: Use @skill-creator to create properly formatted skill
  3. Save Skill: Write to appropriate location
  4. 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.