AI SummaryGuide users through the capabilities of this workspace setup. Use AskUserQuestion to guide the user: Based on response, show relevant tools:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "help" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/help-carmandale-agent-config && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/help-carmandale-agent-config/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/skills/help-carmandale-agent-config/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/help-carmandale-agent-config/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/skills/help-carmandale-agent-config/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
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 `
/help tools
Display CLI tools and capabilities: `markdown
/help - Workspace Discovery
Guide users through the capabilities of this workspace setup.
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 |
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster