template-skill

Create a new Claude Skill skeleton with required frontmatter in SKILL.md.

27|10|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/baidubce/skills --skill template-skill-baidubce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/baidubce/skills/tree/main/template
Command: npx skills add https://github.com/baidubce/skills --skill template-skill-baidubce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams bootstrap a new Claude Skill by providing a ready-to-edit skeleton that enforces consistent structure and metadata.

Core Features & Use Cases

  • Provides a minimal SKILL.md skeleton with required frontmatter (name and description) and a ready body to define activation instructions.
  • Sets conventions for packaging skill resources, including optional directories like scripts/, references/, and assets/.
  • Suitable for quickly scaffolding new skills to ensure uniform discovery and onboarding.

Quick Start

Replace the placeholder name and description in SKILL.md and add the operational instructions in the body to finalize this Skill unit.

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 Claude Skill with consistent frontmatter and structure?

To create a new Claude Skill with consistent frontmatter, use a ready-to-edit skeleton that provides a minimal SKILL.md file. You update the placeholder name and description in the YAML frontmatter, then add operational instructions in the body to finalize the skill unit.

What is the standard directory structure for packaging Claude Skills resources?

The standard directory structure for packaging Claude Skills includes optional directories like scripts/, references/, and assets/. These conventions help teams organize skill resources uniformly alongside the core SKILL.md file for consistent discovery and onboarding.

How do I scaffold a skill skeleton for team projects to ensure uniform discovery?

You scaffold a skill skeleton for team projects by using a template that enforces consistent structure and metadata. This minimal SKILL.md approach sets conventions for packaging resources, ensuring uniform discovery across multiple team projects.

What metadata is required in a SKILL.md file for Claude Skill activation?

The required metadata in a SKILL.md file for Claude Skill activation includes the name and description fields within the YAML frontmatter. This essential frontmatter ensures consistent discovery and must be updated from placeholder values to finalize the skill.

Can I use this skill template for quickly bootstrapping multiple project workflows?

Yes, you can use this skill template for quickly bootstrapping multiple project workflows. It is specifically suitable for scaffolding new skills across teams, providing a clean skeleton that enforces consistent structure and metadata for uniform onboarding.

What are the limitations of using a basic skill skeleton for workflow documentation?

A limitation of using this basic skill skeleton is that it provides only a minimal structure and requires manual updates. You must replace placeholder text in the SKILL.md body with actual operational instructions to define the activation logic for your specific workflow.