ck:ck-help

Guide ClaudeKit users to skills, commands, and workflows via intent routing.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-ck-help-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:ck-help
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/ck-help
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-ck-help-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, pathlib, re, sys, io, and includes scripts (resource) components.

What problem does it solve?

ClaudeKit users often need a fast, accurate way to find the right command or skill and understand how to use it without reading the entire catalog or guessing syntax.

Core Features & Use Cases

  • Self-guided skill discovery: Uses a Python script to scan the skills directory and present help content dynamically based on the user’s query.
  • Smart intent routing: Validates intent using keyword/phrase heuristics and fuzzy matching to decide whether to show overviews, category guides, command details, search results, or recommendations.
  • LLM-friendly output formatting: Emits an output-type marker so the assistant can present information in the most appropriate style.

Quick Start

Ask the skill a category or command question like ck-help and include what you want to do.

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 the correct workflow and commands for a specific task?

To discover the correct workflow and commands, query a skill catalog using a Python script that parses YAML frontmatter from SKILL.md files to present names, descriptions, and task-based recommendations dynamically.

How does intent routing work for command lookup and category navigation?

Intent routing validates user queries using keyword and phrase heuristics with fuzzy matching to decide whether to display overviews, category guides, command details, or search results across available skills.

Can I search for available skills using keyword matching?

Yes, you can search available skills by keyword. The system scans the skills directory and applies fuzzy matching to route presentation based on detected intent and resolved subcommands.

What is the best way to navigate a skill catalog without reading the entire documentation?

The best way to navigate a skill catalog without reading full documentation is to use smart intent routing that emits output-type markers, allowing the assistant to present information in the most appropriate style for your query.

Do I need Python3 installed to parse YAML frontmatter for skill discovery?

Yes, you need Python3 installed. The skill discovery mechanism relies on Python3 along with pathlib, re, sys, and io modules to parse YAML frontmatter and scan the skills directory effectively.

Why does the assistant present search results differently for various queries?

The assistant presents search results differently because the system emits output-type markers based on detected intent, allowing it to format command lookup, category navigation, and keyword search results appropriately.