ck-help

Guide ClaudeKit command discovery, intent validation, and workflow navigation.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck-help
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/ck-help
Command: npx skills add https://github.com/felix-howard/ella --skill ck-help

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a comprehensive guide to ClaudeKit, helping users discover commands, understand skills, and navigate workflows naturally.

Core Features & Use Cases

  • Command Discovery: Easily find available ClaudeKit commands and their purposes.
  • Workflow Guidance: Understand how different skills and commands work together.
  • Intent Validation: Helps clarify user intent for more accurate command execution.
  • Use Case: A new user wants to know how to set up notifications. They can ask ck-help notifications and get a clear, step-by-step guide on how to configure their preferred notification service.

Quick Start

Ask ck-help for a category like 'plan' to see its workflow.

Frequently Asked Questions about ck-help

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

FAQPage Schema
How do I discover available ClaudeKit commands and their workflows?

Discover available ClaudeKit commands by querying the guide with natural language to validate intent, find specific workflows, and translate arguments for script execution.

How does natural language command discovery work for CLI tools?

Natural language command discovery works by parsing user intent, validating it against built-in heuristics, and mapping the request to appropriate CLI commands and execution scripts.

Can I use this guide to set up specific workflow features like notifications?

Yes, you can use this guide to set up workflow features like notifications by asking for the category to receive step-by-step configuration instructions for your preferred service.

What is the best way to navigate and understand different ClaudeKit skills?

The best way to understand ClaudeKit skills is to query the guide by category, which clarifies how different commands work together and presents output based on type markers.

How do I validate command arguments before script execution in a CLI workflow?

Validate command arguments before script execution by checking them against the guide's heuristics, ensuring the translated arguments match the required CLI execution format.