ck:ck-help

Scan SKILL.md frontmatter and skill directories for fuzzy command discovery.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-ck-help-nam3886
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:ck-help
Source: https://github.com/nam3886/golang-echo-boilerplate/tree/main/.claude/command-archive/ck-help
Command: npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-ck-help-nam3886

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides interactive discovery and help for ClaudeKit commands and workflows so users can find the right skill, subcommand, or workflow without manually browsing skill directories.

Core Features & Use Cases

  • Skill discovery: Scans .claude/skills and aggregates SKILL.md frontmatter into a searchable catalog for quick lookup.
  • Guided presentation: Detects output-type markers and prescribes how to present comprehensive docs, category guides, command details, search results, and task recommendations.
  • Use Case: Developers or maintainers can query with a category, command name, or task description to receive relevant skills, usage hints, and next-step suggestions.

Quick Start

Run the ck:ck-help skill with a category, command, or short task description to get discovered commands and workflow guidance.

Frequently Asked Questions about ck:ck-help

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

FAQPage Schema
How do I find available ClaudeKit commands without manually browsing directories?

You can find ClaudeKit commands by running a discovery query with a category, command name, or task description. The skill scans .claude/skills directories, parses SKILL.md frontmatter, and aggregates the results into a searchable catalog for quick lookup.

How does fuzzy search and synonym expansion work for skill discovery?

Fuzzy matching and synonym expansion work by taking your short task description or command query, parsing available skill metadata, and expanding the search terms to return relevant commands, usage hints, and next-step suggestions.

Can I get task-based recommendations for developer workflows in ClaudeKit?

Yes, you can get task-based recommendations by providing a short task description. The skill scans available workflows, applies fuzzy matching against your input, and prescribes relevant skills along with guided presentation markers for your developer workflow.

What is the best way to inspect subcommand details and category guidance for skills?

The best way to inspect subcommand details is to query the skill with a specific command name or category. It parses the SKILL.md frontmatter, detects output-type markers, and prescribes how to present comprehensive docs and command details for your project.

Do I need any external dependencies to run skill discovery and contextual help?

No external dependencies are required to run skill discovery and contextual help. The skill operates independently using built-in scripts to scan your project's .claude/skills directories, parse frontmatter, and emit output-type markers to guide command usage.