skill-creator

Create a wrapper pointing to a canonical SKILL.md and verify its first heading.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill skill-creator-ctimmerman-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill skill-creator-ctimmerman-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrappers often scatter canonical skill definitions across repositories, making discovery and maintenance tedious. The skill-creator provides a single, navigable pointer to the real skill definition so teams stay synchronized.

Core Features & Use Cases

  • Centralizes the canonical location for a skill, ensuring consistent discovery.
  • Guides loading of the canonical SKILL.md and any supporting files in the same folder.
  • Useful for teams adopting OpenCode templates and enforcing uniform skill references.

Quick Start

Open the canonical file at .opencode/skills/skill-creator/SKILL.md and verify its first heading to confirm loading.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create canonical skills from a wrapper in OpenCode?

To create canonical skills from a wrapper, you point the wrapper to the real skill definition at the canonical path and verify the first heading. This organizes local repository skill references and ensures clear provenance.

What is a canonical skill wrapper used for?

A canonical skill wrapper is used to centralize the location of a skill definition scattered across repositories. It provides a single navigable pointer so teams stay synchronized during discovery and maintenance.

How do I navigate from a skill wrapper to its actual SKILL.md file?

You navigate from a skill wrapper to the actual SKILL.md file by following the canonical path reference. Opening the canonical file and verifying its first heading confirms successful loading of the skill and supporting files.

Can I use skill-creator to manage local repository skill references?

Yes, you can use skill-creator to manage local repository skill references. It satisfies basic discovery and straightforward navigation requirements by exposing canonical skills and verifying the first heading.

Does skill-creator work with supporting files in the same folder as SKILL.md?

Yes, skill-creator works with supporting files located in the same folder as SKILL.md. The wrapper guides loading of the canonical SKILL.md along with any associated supporting files in that directory.

Why should I use a wrapper instead of directly editing canonical skill definitions?

Using a wrapper prevents canonical skill definitions from being scattered across repositories, which makes discovery tedious. It provides clear provenance and ensures consistent discovery for teams adopting OpenCode templates.