template-skill

Create new Skill Units from a SKILL.md frontmatter template.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ajshedivy/ibmi-agent-skills --skill template-skill-ajshedivy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ajshedivy/ibmi-agent-skills/tree/main/skills/skills-template
Command: npx skills add https://github.com/ajshedivy/ibmi-agent-skills --skill template-skill-ajshedivy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template skill provides a ready-to-use skeleton and frontmatter structure to standardize how new Skill Units are created, reducing setup time and ensuring discovery-friendly metadata.

Core Features & Use Cases

  • Provides a consistent SKILL.md frontmatter template including name and description.
  • Offers a ready-to-use description structure with sections for problem, features, and quick start to guide future skills.
  • Serves as a starting point for rapid Skill Unit bootstrap and onboarding of new contributors.

Quick Start

Create a new skill by duplicating this template and updating the SKILL.md frontmatter with your skill name and description.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new skill using a frontmatter template?

To create a new skill, duplicate the skill template and update the SKILL.md frontmatter with your skill name, tagline, and description to establish discovery-friendly metadata. You then add operational guidance to the body.

What metadata should I include in a SKILL.md file for skill discovery?

SKILL.md metadata should include name, tagline, description, request, complexity, category, keywords, dependencies, components, and toxicity fields extracted from the skill's content and filesystem to ensure proper discovery.

What is the best way to standardize skill creation for new contributors?

The best way to standardize skill creation is to apply a consistent skeleton and frontmatter structure, providing ready-to-use description sections for problem, features, and quick start to guide future skills and onboard contributors.

Do I need any dependencies to use the skill template?

No dependencies are required to use the skill template. It serves as a standalone skeleton that you can copy to bootstrap a new Skill Unit and rapidly define its metadata and operational guidance.

What sections should a skill description include to guide future skills?

A skill description should include sections for the problem it solves, core features and use cases, and a quick start guide to effectively structure the skill's operational guidance and onboarding documentation.

Can I use this template to structure operational guidance for new skills?

Yes, you can use this template to structure operational guidance by extracting the name and description from the frontmatter and defining the body content, ensuring your new skills follow the same standardized structure.