Default -- no args or unrecognized:
Load references/default-mode.md. Display quick reference.
Error handling is defined within each reference file.
Completion Checklist
Correct mode identified from arguments
Appropriate reference file loaded
Output displayed to user
1---2name: cf-help3description: CLEAR Help4---56# CLEAR Help78Provides help and guidance for the CLEAR Framework. Routes to the appropriate reference based on arguments.910---1112## When to Use This Skill1314| Trigger Pattern | Example User Request |15|-----------------|---------------------|16| General help request | "How do I use CLEAR?" |17| Command-specific help | "/cf-help knowledge" |18| Subcommand detail | "/cf-help knowledge search" |19| Full reference listing | "/cf-help --full" |20| Guided walkthrough | "/cf-help --interactive" |2122**DO NOT use for:** executing commands directly, or debugging CLEAR state (use `/cf-debug`).2324---2526## Dependencies2728| Category | Files | When to Load |29|----------|-------|--------------|30| **Default** | `references/default-mode.md` | No arguments provided |31| **Command** | `references/command-mode.md` | Command name provided |32| **Subcommand** | `references/subcommand-mode.md` | Command + subcommand provided |33| **Full** | `references/full-mode.md` | `--full` flag provided |3435---3637## Routing3839Parse `$ARGUMENTS` and route to exactly one mode. Load only the matching reference file.40411. **Interactive** -- args contain `--interactive`, `-i`, or `guide`:42 Load and invoke `skills/cf-help-guide/SKILL.md`. Stop here.43442. **Full** -- args contain `--full`:45 Load `references/full-mode.md`. Follow its instructions.46473. **Subcommand** -- two positional args (e.g., `knowledge search`):48 Load `references/subcommand-mode.md`. Pass command and subcommand.49504. **Command** -- one positional arg (e.g., `knowledge`):51 Load `references/command-mode.md`. Pass command name.52535. **Default** -- no args or unrecognized:54 Load `references/default-mode.md`. Display quick reference.5556Error handling is defined within each reference file.5758---5960## Completion Checklist6162- [ ] Correct mode identified from arguments63- [ ] Appropriate reference file loaded64- [ ] Output displayed to user
Run npx skillmds@latest add qball-inc/cf-help in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
CLEAR Help It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
QBall-Inc (@qball-inc) published this skill. Their other Agent Skills are listed on their SkillMD profile.