ck:ck-help

Scan SKILL.md frontmatter to catalog ClaudeKit skills with names, descriptions, and categories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scouting and organizing ClaudeKit skills becomes effortless as this guide automatically discovers, normalizes, and catalogs available skills from their SKILL.md frontmatter.

Core Features & Use Cases

  • Auto-discovers skills by reading SKILL.md at the root of each skill directory and extracts name, description, and category.
  • Normalizes categories and generates a searchable catalog with optional dependency and component visibility.
  • Provides quick-start guidance and category/command lookup for rapid skill discovery across large repos.

Quick Start

Run the discovery script to generate the live skill catalog from the repository.

Frequently Asked Questions about ck:ck-help

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

FAQPage Schema
How do I automatically discover and catalog ClaudeKit skills from a repository?

You can automatically discover ClaudeKit skills by running a script that scans for SKILL.md frontmatter at the root of each skill directory to extract and catalog core identifiers like name, description, and category.

How does frontmatter extraction work for skill discovery?

Frontmatter extraction for skill discovery works by reading the SKILL.md file in each directory, parsing the structured metadata to resolve subcommands, and normalizing synonyms to produce a ready-to-index representation.

Can I normalize skill categories and resolve subcommands across a large repo?

Yes, you can normalize skill categories and resolve subcommands across a large repo by building a structured catalog that maps synonyms and extracts optional resources for robust search results.

What's the best way to generate a searchable catalog of ClaudeKit commands?

The best way to generate a searchable catalog of ClaudeKit commands is to run the discovery script, which parses SKILL.md frontmatter to produce a structured index supporting category guides and command details.

Do I need any dependencies to catalog skills by scanning frontmatter?

No dependencies are required to catalog skills by scanning frontmatter, as the discovery script operates independently to extract core identifiers and generate a structured catalog.

Why are my skill categories not normalizing correctly in the catalog?

Skill categories may not normalize correctly if the SKILL.md frontmatter lacks structured metadata or if synonyms are not properly mapped during the discovery and catalog generation process.