ck:ck-help

Organize ClaudeKit skills and workflows into a navigable catalog.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

ClaudeKit helps users discover and understand all available commands, skills, and workflows in a structured, navigable catalog.

Core Features & Use Cases

  • Centralized discovery of commands and sub-skills
  • Category guides, command details, and task recommendations for planning and execution
  • Quick access to contextual guidance and hands-on examples

Quick Start

Run the ck-help.py script to see available commands and guided workflows.

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 a structured catalog?

You can discover available commands and workflows by running the ck-help script, which organizes skills into a navigable catalog for quick discovery and contextual guidance.

How do I find category guides and command details for planning and execution?

Find category guides and command details by using the centralized discovery feature, which provides task recommendations and quick access to hands-on examples for planning and execution contexts.

What is the best way to search across documented skills and subcommands?

The best way to search across documented skills and subcommands is using the smart search functionality, which applies generated metadata fields like categories and argument hints for accurate presentation.

What metadata structure is required to organize skills for quick discovery?

Organizing skills for quick discovery requires a mandatory SKILL.md file at the root with YAML frontmatter, plus generated metadata fields including commands, categories, argument hints, and dependencies.

Can I use generated metadata fields for skill discovery and presentation without dependencies?

Yes, you can use generated metadata fields for discovery and presentation without external dependencies, as the skill operates independently with only internal scripts required.

Why does my skill catalog need a mandatory SKILL.md file at the root?

A mandatory SKILL.md file at the root is needed because it satisfies the content requirements of a Skill Unit, containing YAML frontmatter with name and description for proper catalog organization and navigation.