help

Featured

Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available

AI & Automation 3,685 stars 288 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /help - Workspace Discovery Guide users through the capabilities of this workspace setup. ## Usage ``` /help # Interactive guided discovery /help workflows # Workflow orchestration skills /help agents # Specialist agents catalog /help tools # CLI tools (tldr, prove, recall) /help hooks # Active hooks and what they do /help advanced # MCP, frontmatter, customization /help <name> # Deep dive on specific skill/agent ``` ## Behavior Based on Arguments ### No Arguments: Interactive Discovery Use AskUserQuestion to guide the user: ``` question: "What are you trying to do?" header: "Goal" options: - label: "Explore/understand a codebase" description: "Find patterns, architecture, conventions" - label: "Fix a bug" description: "Investigate, diagnose, implement fix" - label: "Build a feature" description: "Plan, implement, test new functionality" - label: "Prove something mathematically" description: "Formal verification with Lean 4" ``` Based on response, show relevant tools: | Goal | Show | |------|------| | Explore codebase | scout agent, tldr CLI, /explore workflow | | Fix a bug | /fix workflow, sleuth agent, debug-agent | | Build feature | /build workflow, architect agent, kraken agent | | Prove math | /prove skill, lean4 skill, Godel-Prover | | Research docs | oracle agent, nia-docs, perplexity | | Configure workspace | hooks, rules, settings, frontmatter | ...

Details

Author
parcadei
Repository
parcadei/Continuous-Claude-v3
Created
5 months ago
Last Updated
3 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category