ck:template-skill

Scaffold Claude skill directories with a starter SKILL.md and YAML frontmatter.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/hidonguyen/trade-ops --skill ck-template-skill-hidonguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:template-skill
Source: https://github.com/hidonguyen/trade-ops/tree/main/.opencode/skills/template-skill
Command: npx skills add https://github.com/hidonguyen/trade-ops --skill ck-template-skill-hidonguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made scaffold for creating Claude-compatible skill units by enforcing the required SKILL.md entry point and YAML frontmatter, reducing onboarding friction and inconsistent documentation.

Core Features & Use Cases

  • Standardized Frontmatter: Ensures every skill contains name and description fields used for discovery.
  • Operational Instruction Area: Provides a Markdown space for the runtime instructions that are loaded into context on activation.
  • Use Case: Quickly create consistent skill directories for automations, internal tools, or documentation so teams can reliably add new capabilities.

Quick Start

Use this template to scaffold a new skill by replacing the YAML frontmatter and adding operational instructions in the Markdown body.

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 directory with the required structure?

To scaffold a Claude skill directory, use a starter template that generates a SKILL.md file with required YAML frontmatter and an instruction body, ensuring consistent structure for onboarding contributors.

What is the required format for a SKILL.md file in Claude?

A SKILL.md file requires YAML frontmatter containing name and description fields for discovery, followed by a Markdown body for operational instructions loaded into context on activation.

Does a Claude skill template support populating scripts, references, and assets directories?

Yes, the skill template optionally references populated scripts, references, and assets directories to provide runtime resources alongside the required SKILL.md entry point and YAML frontmatter.

What's the best way to create consistent documentation for new Claude skills?

The best way to create consistent documentation is using a standardized template that enforces required frontmatter fields and provides a dedicated Markdown space for operational instructions.

Can I use this skill template to onboard contributors to internal automations?

Yes, you can use the template to quickly create consistent skill directories for automations, internal tools, or documentation so teams can reliably add new capabilities.

Why does my Claude skill lack discoverability when loaded into context?

Skills lack discoverability when the SKILL.md file omits required YAML frontmatter, specifically the name and description fields used for discovery and activation context loading.