skill-creator

Create AI agent skills with SKILL.md templates and registration checklists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The Skill Creator standardizes and accelerates the creation of AI agent skills by providing a required SKILL.md template, frontmatter rules, naming conventions, and a registration checklist so agents load predictable, discoverable capabilities.

Core Features & Use Cases

  • Skill scaffolding: Provides a SKILL.md template and guidance for required frontmatter fields including name, description, license, and metadata.
  • Resource organization: Explains when to use assets for templates and schemas versus references for linking local documentation.
  • Registration & discovery: Describes how to register a skill in AGENTS.md and ensure description triggers are present for agent activation.
  • Use Case: Use this skill to create repository-specific or generic skills (for example, repo-api or pytest) that encode repeatable workflows and agent decisions.

Quick Start

Create a new skill by adding a SKILL.md with a complete frontmatter (name and description), include assets or references if needed, and add the skill to AGENTS.md for registration.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold reusable AI agent skills with standardized frontmatter?

Organize assets for templates and schemas, use references for linking local documentation, and add the skill to AGENTS.md for runtime loading and registration.

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

This registration checklist process satisfies frontmatter completeness, naming conventions, and assets vs references placement requirements.

When do I use assets versus references when creating agent skills?

Correctly placing resources ensures the skill follows the generic Agent Skills specification for standardized agent behavior.

Can I create repository-specific agent skills for repeatable workflows?

This involves scaffolding SKILL.md, organizing assets or references, and completing the registration checklist for runtime loading.

What are the required frontmatter fields for a valid SKILL.md template?

Satisfying frontmatter completeness is a primary requirement for the skill registration checklist to enable agent activation.