ck:ck-help

Index ClaudeKit skills and commands for natural language discovery.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-ck-help-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:ck-help
Source: https://github.com/quanganh208/cookmate/tree/main/.opencode/skills/ck-help
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-ck-help-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users quickly find, understand, and execute ClaudeKit commands and workflows by mapping natural language queries to categorized skill guides, command details, search results, or task recommendations.

Core Features & Use Cases

  • Skill Discovery & Search: Scans the local .opencode/skills directory and returns matching skills or categories with fuzzy matching and synonym expansion.
  • Intent Detection & Guidance: Classifies input as overview, category, command, task, or search and emits presentation markers to guide responses.
  • Script Execution & Output Protocol: Runs the bundled Python script to produce structured outputs and requires translation of non-English arguments before execution; useful for on-the-fly help, workflow planning, and command-level documentation.

Quick Start

Run the ck-help script with a short query such as "fix CI build" to receive recommended skills, workflow steps, and command usage.

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 developer tooling skills using natural language queries?

Skill discovery uses fuzzy matching and synonym expansion to scan local directories and map natural language queries to categorized skills. It returns matching skills or categories, enabling developers to find relevant workflows quickly without memorizing exact command names.

Can I search for command workflows using non-English arguments?

Yes, non-English arguments are automatically translated to English before script execution. The intent detection mechanism classifies the translated input and emits structured output markers to guide the response with relevant command details and task recommendations.

What's the best way to get task-based recommendations for developer tooling contexts?

Provide a short query describing your task, such as "fix CI build," to receive recommended skills, workflow steps, and command usage. The system parses SKILL.md frontmatter and detects intent to classify whether you need an overview, category guide, or specific command details.

How does intent detection work when mapping natural language to command guides?

Intent detection classifies input into five types: overview, category, command, task, or search. Based on the classification, it emits presentation markers that guide the response format and invokes local Python scripts to produce structured outputs for the matched queries.

Do I need any dependencies installed to run the skill discovery and execution scripts?

No external dependencies are required. The skill bundles its own Python scripts and operates by scanning the local .opencode/skills directory to index available commands and workflows for interactive discovery and execution.

How do I find specific command details and documentation for a categorized skill?

Run the bundled script with a targeted query to retrieve command-level documentation. The system parses SKILL.md frontmatter from indexed skills and returns structured outputs including command details, category workflows, and search results.