skill-creator

Scaffold and package reusable Skills from standard templates.

2|Updated Jun 23, 2022
One-click install
npx skills add https://github.com/magoz/.dotfiles --skill skill-creator-magoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/magoz/.dotfiles/tree/main/opencode/.config/opencode/skill/skill-creator
Command: npx skills add https://github.com/magoz/.dotfiles --skill skill-creator-magoz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables teams to quickly bootstrap and package new Skills from a standard template, ensuring consistency and reducing setup time.

Core Features & Use Cases

  • Template scaffolding: Generates SKILL.md templates and starter resource directories (scripts/, references/, assets/).
  • Packaging workflow: Provides a packaging script that validates and builds distributable Skill zips.
  • Lifecycle support: Includes example scripts, references, and assets to demonstrate structure and future expansion.

Quick Start

Run the initialization script to scaffold a new skill directory and populate it with template files.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package reusable AI Skills from a template?

To create reusable AI Skills, use a standard templated scaffold to generate SKILL.md files, populate starter directories like scripts and assets, and run a packaging script to build a distributable bundle.

How do I scaffold a new skill directory with starter resources?

You scaffold a new skill directory by running an initialization script that automatically generates a standard SKILL.md template and populates essential starter resource directories including scripts, references, and assets.

Does the packaging workflow validate templates before generating a distributable bundle?

Yes, the packaging workflow includes a validation step that checks your frontmatter templates and starter resources before building a ready-to-distribute Skill zip file.

What is the best way to ensure consistency when authoring multiple AI Skills?

The best way to ensure consistency is to bootstrap all new AI Skills from a standard template scaffold, which enforces uniform frontmatter templates, directory structures, and a validated packaging workflow.

Can I update templates in an existing skill directory or only initialize new ones?

You can update templates in existing skill directories using the scaffold workflow, which supports both initializing new skills and applying standard frontmatter template updates for future expansion.

Do I need any external dependencies to bootstrap and package new AI Skills?

No external dependencies are required to bootstrap and package new AI Skills; the workflow relies entirely on its internal scripts, references, and assets to generate and validate the distributable bundle.