skill-creator

Create standardized AI agent skills with SKILL.md templates and naming conventions.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/sebasmzg/sebas.dot --skill skill-creator-sebasmzg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sebasmzg/sebas.dot/tree/main/.config/opencode/skill/skill-creator
Command: npx skills add https://github.com/sebasmzg/sebas.dot --skill skill-creator-sebasmzg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Provides a clear, repeatable process and templates so teams can create consistent, discoverable AI agent skills instead of ad-hoc or undocumented instructions.

Core Features & Use Cases

  • SKILL.md template with required frontmatter and operational guidance.
  • Naming conventions and decision trees for when to use assets vs references.
  • Registration checklist and examples to add skills to AGENTS.md and keep version metadata.
  • Use Cases: author new agent skills, document recurring patterns, onboard contributors to agent authoring practices.

Quick Start

Ask the agent to create a new skill named my-skill using the provided SKILL-TEMPLATE.md, include critical patterns and minimal code examples, and register it in AGENTS.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI agent skills with consistent documentation?

To create reusable AI agent skills, use a standardized SKILL.md template with required frontmatter fields like name and description. This ensures consistent discovery and repeatable automation tasks across developer teams.

What is the best way to organize templates and assets for AI agent onboarding?

Organizing templates and assets for agent onboarding requires following naming conventions and decision trees to separate assets from local references. This structure captures reusable patterns for developer teams authoring agent behavior docs.

Does a SKILL.md template require specific frontmatter fields for agent behavior docs?

A SKILL.md template requires specific frontmatter fields including name and description for agent behavior docs. These fields ensure consistent discovery and versioning when registering skills in AGENTS.md.

How do I register a new agent skill in AGENTS.md?

Register a new agent skill in AGENTS.md by following a registration checklist that maintains version metadata. This process adds the skill for consistent discovery and ensures proper documentation of recurring patterns.

When should I use assets versus references in an AI agent skill?

Use assets versus references in an AI agent skill based on provided naming conventions and decision trees. This distinction helps organize templates and local references correctly for repeatable automation tasks.

Can I use skill-creator to standardize recurring automation tasks for developer teams?

You can use skill-creator to standardize recurring automation tasks by providing templates, naming conventions, and checklists. This enables developer teams to document recurring patterns and onboard contributors to agent authoring practices.