ck:ck-help

Parse SKILL.md frontmatter to catalog ClaudeKit commands, skills, and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

ClaudeKit command and workflow discovery is streamlined by providing an at-a-glance catalog of available skills, enabling quick selection and execution.

Core Features & Use Cases

  • Runtime extraction of skill metadata from SKILL.md frontmatter to surface name, description, and category.
  • Category and command lookup with fuzzy matching to help users find the right tool even with typos.
  • Type-guided presentation using output markers to tailor responses for different tasks and audiences.

Quick Start

Ask ClaudeKit to search for a category or command to begin exploring.

Frequently Asked Questions about ck:ck-help

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

FAQPage Schema
How do I discover available commands and workflows in ClaudeKit?

You discover ClaudeKit commands by asking the tool to scan its skill catalog. It parses SKILL.md frontmatter to extract names, descriptions, and categories, presenting an at-a-glance catalog for quick selection and execution.

What is the best way to find a specific skill when I only know the category?

To find a skill by category, use the category lookup feature. It maps categories from parsed frontmatter and applies fuzzy matching to help you find the right tool even with typos or partial names.

How does frontmatter parsing work for skill metadata extraction?

Frontmatter parsing works by scanning SKILL.md files at runtime to extract skill names and descriptions. It maps them to categories and emits standardized output markers to tailor responses for different tasks and audiences.

Can I search for ClaudeKit commands if I make spelling mistakes?

Yes, you can search for commands with spelling mistakes. The tool applies fuzzy matching to lookups, ensuring you find the correct command or workflow even when your search query contains typos or incomplete terms.

Do I need any dependencies to run skill discovery workflows?

No dependencies are required to run skill discovery workflows. The tool operates independently by scanning the repository catalog and parsing frontmatter natively to surface available commands without external packages.