skill-creator

Architect and refine OpenCode skills with directory scaffolding and SKILL.md authoring.

Updated Feb 9, 2025
One-click install
npx skills add https://github.com/xeon826/dotfiles --skill skill-creator-xeon826
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xeon826/dotfiles/tree/main/opencode/skill/skill-creator
Command: npx skills add https://github.com/xeon826/dotfiles --skill skill-creator-xeon826

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of AI skills, ensuring they are well-structured, discoverable, and optimized for agent interaction.

Core Features & Use Cases

  • Skill Scaffolding: Automatically creates the necessary directory structure and SKILL.md file for new skills.
  • Frontmatter Optimization: Guides users in writing effective name and description fields for discoverability.
  • Resource Organization: Provides structure for scripts/, references/, and assets/ directories.
  • Use Case: A developer needs to create a new skill for managing cloud deployments. This Skill will scaffold the skill directory, provide a template SKILL.md, and offer guidance on organizing deployment scripts and cloud provider documentation.

Quick Start

Create a new skill named 'cloud-deploy' in the '.opencode/skill/' directory.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an OpenCode skill and scaffold its directory structure?

To create an OpenCode skill, this tool automatically scaffolds the directory structure and generates a SKILL.md file to extend agent capabilities. It handles directory creation, frontmatter optimization, and resource organization.

What is a SKILL.md file and how does frontmatter optimization improve agent discoverability?

A SKILL.md file defines an agent's capabilities, and frontmatter optimization improves discoverability by structuring the name and description fields. This ensures agents can accurately identify and invoke the skill during relevant workflows.

How do I organize scripts, references, and assets when building agent development workflows?

Organize scripts, references, and assets by utilizing the provided directory structure within your skill folder. This tool guides resource organization to ensure deployment scripts and documentation are correctly structured for agent interaction.

Can I update existing OpenCode skills and fix agent discovery issues without rebuilding from scratch?

Yes, you can update existing OpenCode skills and fix discovery issues without rebuilding. This tool refines current workflows by optimizing frontmatter and restructuring resources proactively through structured guidance.

What's the best way to structure prompt engineering resources for workflow automation?

The best way to structure prompt engineering resources is by using the standardized skill scaffolding format. This separates scripts, references, and assets into dedicated directories, ensuring agent development resources are highly accessible.