skill-creator

Create SKILL.md frontmatter and progressive disclosure structures for agentskills.io standard skills.

4|Updated Apr 25, 2024
One-click install
npx skills add https://github.com/BridgingIT-GmbH/bITdevKit.Examples.GettingStarted --skill skill-creator-bridgingit-gmbh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/BridgingIT-GmbH/bITdevKit.Examples.GettingStarted/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/BridgingIT-GmbH/bITdevKit.Examples.GettingStarted --skill skill-creator-bridgingit-gmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams create high-quality Agent Skills that conform to the agentskills.io open standard. It guides on frontmatter structure, progressive disclosure, and portable resource organization to make skills reusable across tools and projects.

Core Features & Use Cases

  • Provides a canonical frontmatter template and recommended workflow structure for SKILL.md
  • Demonstrates progressive disclosure (Level 1 discovery, Level 2 instructions, Level 3 resources) for scalable skills
  • Shows how to organize templates, examples, checklists, and docs for portable, reusable skills across agents
  • Assists in converting custom instructions or chatmodes into portable skills and designing specialized capabilities

Quick Start

Draft a SKILL.md using the standard templates in ./templates, tailor the frontmatter to your skill, and validate with the provided checklists.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create portable Agent Skills that work across different projects?

To create portable Agent Skills, draft a SKILL.md file using canonical frontmatter templates and organize resources to conform to the agentskills.io standard for reuse across projects and agents.

What is progressive disclosure in Agent Skills and how does it work?

Progressive disclosure structures Agent Skills into Level 1 discovery, Level 2 instructions, and Level 3 resources, ensuring scalable skill loading and on-demand retrieval by agents.

How do I convert custom instructions into reusable Agent Skills?

You can convert custom instructions or chatmodes into reusable Agent Skills by restructuring them into a SKILL.md file with standard frontmatter and validating the output with provided checklists.

What frontmatter do I need for a SKILL.md file?

SKILL.md frontmatter requires metadata fields from a canonical template tailored to your skill, enabling proper discovery and on-demand loading by agents across the agentskills.io standard.

What is the best way to validate an Agent Skill for portability?

The best way to validate an Agent Skill for portability is to use provided validation checklists after drafting your SKILL.md and organizing templates, examples, and docs.

How do I organize resources for portable Agent Skills?

Organizing templates, examples, checklists, and docs into a structured resource directory ensures your Agent Skills remain portable, discoverable, and reusable across different agents and tools.