skill-creator

Scaffold new AI agent skills with SKILL.md templates and folder structures.

3|Updated Apr 5, 2023
One-click install
npx skills add https://github.com/mrp4sten/.dotfiles --skill skill-creator-mrp4sten
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mrp4sten/.dotfiles/tree/main/development/IA/opencode/skill/skill-creator
Command: npx skills add https://github.com/mrp4sten/.dotfiles --skill skill-creator-mrp4sten

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized approach to crafting new AI agent skills that conform to the Agent Skills spec, reducing duplication and guiding consistent implementation.

Core Features & Use Cases

  • Provides a canonical SKILL.md template and the expected directory structure (skills/{skill-name}/ with SKILL.md, assets, references) to bootstrap new skills.
  • Enforces frontmatter fields and naming conventions to improve discoverability, versioning, and reusability across projects.
  • Supplies clear guidance on when to create a skill, how to document patterns, and how to extend skills with templates and references for future reuse.

Quick Start

Create a new skill by following the SKILL.md template and populating assets and references as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI agent skill that follows the correct project structure?

To create an AI agent skill, use a canonical SKILL.md template to scaffold the expected directory structure of skills/{skill-name}/ containing SKILL.md, assets, and references folders for standardized onboarding.

What frontmatter fields are required for AI agent skills?

Required frontmatter fields for AI agent skills are enforced by templates to improve discoverability, versioning, and reusability, ensuring your SKILL.md conforms to the Agent Skills spec across projects.

When do I need to use a skill template for project onboarding?

You need a skill template for project onboarding, contributor handoffs, and documenting agent patterns across initiatives to reduce duplication and guide consistent implementation.

What's the best way to document agent patterns across multiple initiatives?

The best way to document agent patterns is applying standardized templates that enforce naming conventions, frontmatter fields, and folder structures, ensuring reusability and consistent implementation across initiatives.

Can I extend AI agent skills with custom templates and references?

Yes, you can extend AI agent skills by populating the assets and references folders within the skills/{skill-name}/ directory, supplying clear guidance for future reuse.

Does scaffolding a new skill automatically generate the SKILL.md file?

Scaffolding a new skill provides a canonical SKILL.md template that you populate as needed, applying standardized frontmatter and directory structures to bootstrap new agent skills quickly.