ck:template-skill

Replace placeholder SKILL.md content with valid YAML frontmatter and actionable instructions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template helps you quickly replace placeholder content in SKILL.md so Claude can reliably discover and use your custom skill with clear, actionable instructions.

Core Features & Use Cases

  • Skill Discovery Metadata: Defines required frontmatter fields (name, description, and optional metadata) so the skill is discoverable.
  • Operational Instruction Body: Provides a dedicated instruction section that you can populate with the workflow Claude should follow.
  • When to Use: Use it when starting a new Claude Code skill, standardizing skill packaging across projects, or onboarding a team to a consistent skill format.

Quick Start

Replace the frontmatter description with your skill’s real purpose, then replace the placeholder instruction text below the YAML frontmatter with the exact steps Claude 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 custom Claude Code skill from a template?

To create a custom Claude Code skill, replace the placeholder SKILL.md content with valid YAML frontmatter, including the name and description fields, then add actionable instructions for the runtime to load into context.

What metadata is required for Claude Code skill discovery?

Claude Code skill discovery requires YAML frontmatter containing at least the name and description fields, which allows the runtime to identify and activate the custom skill when applicable.

When should I use a SKILL.md template for workflow setup?

Use a SKILL.md template when starting a new Claude Code skill, standardizing skill packaging across multiple projects, or onboarding a team to a consistent prompt instructions format.

How do I standardize existing skill packaging for consistent behavior across projects?

Standardize skill packaging by applying a template SKILL.md with uniform YAML frontmatter and a dedicated operational instruction body, ensuring Claude Code loads consistent context and behavior.

Does a Claude Code skill require dependencies to activate?

No, a Claude Code skill does not require external dependencies to activate; it relies entirely on a valid SKILL.md file with proper YAML frontmatter and clear instruction text for the runtime.

What is the best way to structure prompt instructions in a SKILL.md file?

The best way to structure prompt instructions is separating the YAML frontmatter for discovery metadata from the markdown body, which contains the exact operational steps Claude should execute.