help

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

By parcadei · 488 installs

npx skills add parcadei/continuous-claude-v3 --skill help

Source repository · Upstream listing

/help Workspace Discovery Guide users through the capabilities of this workspace setup. Usage Behavior Based on Arguments No Arguments: Interactive Discovery Use AskUserQuestion to guide the user: 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 /help workflows Display workflow meta skills: /help agents Display agent catalog: /help tools Display CLI tools and capabilities: bash tldr tree src/ File tree tldr structure src/ lang python Code structure (codemaps) tldr search "pattern" src/ Search files tldr cfg file.py func Control flow graph tldr dfg file.py func Data flow graph tldr impact func src/ Reverse call graph (who calls this?) tldr dead src/ Find dead code tldr arch src/ Detect architectural layers /prove every group homomorphism preserves identity /prove continuous functions on compact sets are uniformly continuous bash Recall past learnings (cd opc && uv run python scripts/core/recall learnings.py query "hook patterns") Store new learning (via /remember skill) /remember "Hook X works by..." /premortem [plan file] Analyze implementation plan for risks /help hooks Display active hooks: /help advanced Display advanced customization: yaml name: my skill description: What it does triggers: ["keyword1", "keyword2"] allowed tools: [Bash, Read, Edit] priority: high skills: [other skill] Auto load dependencies yaml name: my agent description: Specialist for X model: sonnet haiku claude opus 4 5 20251101 tools: [Read, Grep, Glob, Bash] bash mkdir p .claude/skills/my skill Create .claude/skills/my skill/SKILL.md with frontmatter bash Create .claude/agents/my agent.md with frontmatter /help <specific name For specific skill/agent lookup: 1. Search for matching skill: .claude/skills/<name /SKILL.md 2. Search for matching agent: .claude/agents/<name .md 3. Read the file and display: Description Usage examples When to use Related skills/agents Dynamic Discovery To keep help current, dynamically read frontmatter: Example Interaction User : /help Claude : User selects : "Fix a bug" Claude :