skill-template

Generates a modular plugin skill skeleton with standardized metadata and documentation.

21|4|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/joaquimscosta/arkhe-claude-plugins --skill skill-template-joaquimscosta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/joaquimscosta/arkhe-claude-plugins/tree/main/templates/plugin-template/skills/skill-template
Command: npx skills add https://github.com/joaquimscosta/arkhe-claude-plugins --skill skill-template-joaquimscosta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standard blueprint for creating new Claude Skills with consistent metadata and structure.

Core Features & Use Cases

  • Consistent frontmatter and Markdown template
  • Ready-to-fill skeletons for SKILL.md, EXAMPLES.md, TROUBLESHOOTING.md
  • Guidance on versioning, directories, and separation of prompts

Quick Start

Use this template to scaffold a new skill directory and fill in the required fields.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I scaffold a new plugin skill with consistent metadata and structure?

Scaffolding a plugin skill means using this template to generate a complete skeleton with standardized frontmatter, markdown sections, and directory layout. The template provides ready-to-fill files for SKILL.md, EXAMPLES.md, and TROUBLESHOOTING.md, ensuring your skill includes required metadata, Quick Start guidance, Core Workflow documentation, and embedding-ready content within the 1,024-character limit.

What should be included in skill frontmatter and metadata?

Skill frontmatter uses YAML to define metadata with strict requirements: embedding-ready content limited to 1,024 characters, specific trigger keywords for agent decision logic, and structured sections covering metadata, Quick Start, When to Use, Core Workflow, Output Structure, and Examples. This standardization ensures compatibility with AI agent routing and skill discovery.

Can I use this template for modular plugin development?

Yes, this template supports modular plugin design by providing standardized blueprints for consistent metadata, workflow documentation, and prompt separation across multiple skills. It enables you to create embedding-ready, reusable skill components that integrate with agent systems while maintaining uniform structure and documentation.

What versioning and directory structure does the template recommend?

The template provides guidance on directory organization and versioning practices to standardize how skills are structured and maintained. It separates prompts, documentation, examples, and troubleshooting into distinct files, establishing conventions that scale across multiple skills and support collaborative plugin development.

Why is consistent skill structure important for AI agents?

Consistent structure enables AI agents to parse skill metadata reliably, apply three-sentence request formatting, and execute decision logic correctly. Standardized frontmatter, concise embedding-ready content, and trigger keywords allow agents to discover, route to, and invoke skills consistently across deployments.