ck:template-skill

Define reusable Claude Skills with mandatory name and description in SKILL.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a scaffold for new Claude Skills, enabling teams to quickly define a consistent entry point and metadata for discovery and activation.

Core Features & Use Cases

  • Provides a ready-to-fill SKILL.md frontmatter with mandatory name and description.
  • Guides the creation of optional metadata, scripts, references, and assets to extend the Skill.
  • Enables rapid bootstrap of new skills for experimentation and onboarding within a project.

Quick Start

Edit the SKILL.md to replace the placeholder name and description, then add any optional components as needed and document intended usage.

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 skill for Claude workflows?

To create a new skill for Claude workflows, you define a reusable skill unit by providing a mandatory name and description in a SKILL.md file. This template provides the scaffold to quickly bootstrap and document the intended usage.

What is the required YAML frontmatter format for Claude skills?

The required YAML frontmatter format for Claude skills must include at least the name and description fields. You can also add optional metadata and a descriptive body in the SKILL.md file for operational guidance.

How do I bootstrap a custom skill unit for project onboarding?

You bootstrap a custom skill unit by editing the SKILL.md template to replace the placeholder name and description. You then add any optional scripts, references, or assets needed to extend the skill for your project.

Can I add optional scripts and references to a Claude skill template?

Yes, you can add optional scripts, references, and assets to a Claude skill template. The scaffold guides the creation of these optional components to extend the skill and document intended usage.

Does a Claude skill require dependencies or components to function?

No, a Claude skill does not require dependencies or components to function. The template allows you to start with a basic SKILL.md entry point and optionally extend it with additional assets later.

Why do I need a SKILL.md file to define Claude workflows?

You need a SKILL.md file to define Claude workflows because it provides a consistent entry point and metadata for skill discovery and activation. This ensures teams can rapidly experiment with and onboard new skills.