ck:template-skill

Create reusable Claude skill skeletons with YAML frontmatter and Markdown bodies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a reusable skeleton for Claude-powered skills, enabling rapid creation and consistent structure across projects.

Core Features & Use Cases

  • Starter frontmatter with name, description, and optional metadata to standardize discovery and activation.
  • Markdown body template to describe usage instructions that load into context during activation.
  • Quick-start scaffold that teams can customize to fit their domain and workflow.

Quick Start

Customize the frontmatter and body to define the skill's name, description, and usage guidelines.

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 Claude skill using a markdown template?

A Claude skill template provides a reusable skeleton with mandatory YAML frontmatter for name and description, plus a markdown body for usage instructions, ensuring consistent discovery and activation across projects.

What is the required frontmatter format for Claude skill development?

The required frontmatter format for Claude skills is YAML syntax containing mandatory name and description fields, along with optional metadata, to standardize skill discovery and activation across different projects.

How do I standardize skill discovery across multiple Claude projects?

You standardize skill discovery by applying a reusable starter template with consistent YAML frontmatter and markdown body structure, ensuring all Claude-powered skills share the same activation format across projects.

Can I customize the starter template for specific team development workflows?

Yes, teams can customize the starter frontmatter and markdown body template to fit their domain and workflow, adapting the quick-start scaffold for specific Claude skill development needs.

What are the limitations of using a basic skill template for Claude integration?

This basic skill template provides only a skeleton structure with frontmatter and markdown body, meaning it does not include advanced internal reasoning logic or complex component dependencies for specialized Claude integration.