ck:template-skill

Scaffold Claude Skill directories with standardized SKILL.md frontmatter and starter structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, reusable skeleton to create new Claude Skill units with the required SKILL.md frontmatter and a minimal instructions body, reducing setup friction and ensuring discovery metadata is present.

Core Features & Use Cases

  • Standardized Frontmatter: Ensures every new skill includes the mandatory name and description fields for discovery.
  • Clear Instruction Slot: Provides a placeholder section for operational instructions that the assistant will load on activation.
  • Use Case: Quickly scaffold a new Skill when onboarding a feature, creating consistent metadata and optional resource directories for scripts, references, or assets.

Quick Start

Fill the SKILL.md frontmatter with a name and description and replace the placeholder instructions with operational guidance for the new Skill.

Frequently Asked Questions about ck:template-skill

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

FAQPage Schema
How do I scaffold a new Claude skill with standard metadata?

To scaffold a new Claude skill, this template generates a directory with a standardized SKILL.md file containing required frontmatter fields like name and description, reducing setup friction and ensuring discovery metadata is present.

What frontmatter is required for Claude skill discovery?

Required frontmatter for Claude skill discovery includes the name and description fields. This template verifies their presence and detects optional populated directories for scripts, references, and assets.

Can I include scripts and reference assets when generating a skill boilerplate?

Yes, you can include scripts and reference assets when generating a skill boilerplate. The scaffolding process detects and supports optional populated scripts, references, and assets directories for new capabilities.

What is the best way to create consistent skill directories for a development team?

The best way to create consistent skill directories is using a reusable skeleton that enforces mandatory metadata fields and provides a clear instruction slot for operational guidance, ensuring consistent scaffolding across teams.

Do I need to manually create SKILL.md files for new Claude capabilities?

You do not need to manually create SKILL.md files. This scaffolding tool automatically generates the required frontmatter and a minimal instructions body, reducing setup friction when onboarding new features.

Why does my Claude skill need a placeholder instructions section?

Your Claude skill needs a placeholder instructions section to provide operational guidance that the assistant loads on activation. You replace this placeholder with specific instructions after scaffolding the directory.