template-skill

Generate a dense vector-embedding prompt for precise RAG semantic search.

167k|19.9k|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/anthropics/skills --skill template-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/anthropics/skills/tree/main/template-skill
Command: npx skills add https://github.com/anthropics/skills --skill template-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a foundational structure, eliminating the need to start from scratch when developing new AI automation capabilities. It streamlines the initial setup, allowing you to focus directly on core logic and functionality.

Core Features & Use Cases

  • Standardized Structure: Offers a pre-defined directory layout and SKILL.md format, ensuring consistency across all your custom AI Skills.
  • Quick Start: Includes essential YAML frontmatter and placeholders for instructions, accelerating the development of new automations.
  • Use Case: When you need to create a new AI Skill to automate a specific business process, use this template to quickly establish the necessary file structure and documentation.

Quick Start

Basic SKILL.md structure


name: my-new-skill description: A concise explanation of what this skill does.

Instructions for my-new-skill

... add your automation steps here ...

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 skill with a standardized structure?

Create a custom AI skill by using a pre-defined directory layout and SKILL.md format with YAML frontmatter. This template-based approach eliminates setup overhead, letting you focus on core automation logic and functionality instead of building from scratch.

What's the best way to generate precise search instructions for RAG systems?

Generate vector-embedding-dense prompts that produce action-oriented search instructions for RAG workflows. The prompt structure—three declarative sentences without filler—yields embedding-ready queries for semantic search across knowledge bases, documents, and skill units.

Can I use this template to automate a specific business process?

Yes. This template provides the standardized SKILL.md structure and essential YAML frontmatter needed to quickly establish file organization and documentation for automating any specific business process without starting from scratch.

How do I structure a semantic search query for document retrieval?

Use a three-sentence declarative format with no filler to structure your semantic search query. This constraint produces embedding-ready prompts optimized for precise retrieval across document sections, fact extraction, and knowledge base lookups in RAG systems.

What's included in the SKILL.md starter template?

The SKILL.md template includes YAML frontmatter with name and description fields, plus a structured section for automation instructions. This foundation accelerates development by providing a consistent format across all custom AI skills.

Does this template support multi-language or domain-specific retrieval?

The template generates English-only output optimized for semantic search across diverse domains and use cases. The three-sentence structure applies uniformly to section lookup, fact extraction, and knowledge base retrieval regardless of subject matter.