template-skill

Define a template for creating custom agent skills with SKILL.md structure.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/artefaritaKuniklo/agent-skills --skill template-skill-artefaritakuniklo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/artefaritaKuniklo/agent-skills/tree/main/template
Command: npx skills add https://github.com/artefaritaKuniklo/agent-skills --skill template-skill-artefaritakuniklo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This is a template skill for demonstrating the structure and content of a valid Skill Unit.

Core Features & Use Cases

  • Skill Definition: Provides a clear SKILL.md file with YAML frontmatter for name and description.
  • Resource Organization: Demonstrates the use of optional scripts/, references/, and assets/ directories.
  • Use Case: Use this template as a starting point for creating new, custom skills for Claude.

Quick Start

Follow the instructions in the SKILL.md file to define your custom skill's behavior.

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 custom AI agent skill from scratch?

To create a custom AI agent skill, use a template that defines the required SKILL.md structure and optional component directories to facilitate development. This provides a standardized starting point for operationalizing custom capabilities.

What is the required structure for a Claude agent skill?

The required structure for an agent skill includes a SKILL.md file with YAML frontmatter for name and description, alongside optional scripts, references, and assets directories to organize resources.

Do I need any dependencies to develop a custom skill template?

No dependencies are required to develop a custom skill template. It serves as a standalone starting point that outlines the necessary SKILL.md structure and optional component directories for new agent capabilities.

What is the best way to organize scripts and assets for AI agent development?

The best way to organize scripts and assets for AI agent development is using dedicated directories within the skill structure. The template demonstrates using separate folders for scripts, references, and assets.

When do I need a standardized template for agent skills?

You need a standardized template for agent skills when you want to ensure discoverability and operationalization. It provides a consistent SKILL.md structure that adheres to the Agent Skills specification.

How does the SKILL.md file work to define custom agent behavior?

The SKILL.md file works by using YAML frontmatter to define the skill's name and description, then providing instructions that outline the custom behavior for the AI agent to follow.