ck:template-skill

Bootstrap a new Skill unit with YAML frontmatter and an instruction section.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JoseMas68/CRMDev --skill ck-template-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:template-skill
Source: https://github.com/JoseMas68/CRMDev/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/JoseMas68/CRMDev --skill ck-template-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a minimal, standardized starting point to define a new Skill unit, ensuring required frontmatter and structure are in place for discovery and activation.

Core Features & Use Cases

  • YAML Frontmatter Scaffold: Includes required name and description fields for quick bootstrapping.
  • Instruction Placeholder: Clear area to add operational guidance that will load on activation.
  • Use Case: Quickly spin up a new skill prototype and iterate on instructions before adding scripts, references, or assets.

Quick Start

Create a copy of this template, update the name and description in the frontmatter, then replace the instruction placeholder with the specific guidance your skill should execute.

Frequently Asked Questions about ck: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 the correct metadata structure?

YAML frontmatter in a Skill file requires mandatory name and description fields to enable discovery and activation. This template includes these required fields so the skill unit can be properly indexed and loaded without additional components or external dependencies.

What is the best way to bootstrap a skill prototype before adding scripts?

Bootstrapping a skill prototype involves copying a starter template, updating the name and description in the YAML frontmatter, and replacing the instruction placeholder with specific operational guidance. This establishes a consistent structure before adding scripts, references, or assets.

Do I need any external dependencies to scaffold a new Skill unit?

No external dependencies are required to scaffold a new Skill unit. This template operates independently with no components or dependencies, satisfying requirements for a SKILL.md entry point using only the built-in YAML frontmatter and instruction placeholder structure.

When do I need a documentation scaffold for skill metadata?

You need a documentation scaffold for skill metadata during early-stage prototyping and when initializing a consistent structure. It provides a minimal, standardized starting point to define a new Skill unit before adding code or references, ensuring required frontmatter is in place.

Can I use this template to initialize structure for a SKILL.md entry point?

Yes, you can use this template to initialize structure for a SKILL.md entry point. It applies to documentation scaffolding and satisfies the requirements for discovery and activation by providing the mandatory YAML frontmatter and a clear instruction placeholder area.