← ClaudeAtlas

help-melisted

Natural language skill discovery — describe what you want to do and get matched to the right skill.
joris887/exosuit · ★ 4 · AI & Automation · score 74
Install: claude install-skill joris887/exosuit
______________________________________________________________________ ## help-me Finding the right skill for: **$ARGUMENTS** ## Intent Matching Map the user's natural language request to the most appropriate skill(s): ### Development Workflow | User Says | Skill | Why | |---|---|---| | "start working", "begin", "new sprint" | `/sprint-start` | Creates a clean feature branch | | "build", "implement", "add feature", "create", "deliver" | `/story-cycle <description>` | Full story delivery with TDD | | "ship", "finish sprint", "create PR", "merge" | `/sprint-end` | Quality gates → PR → merge | | "resume", "pick up where I left off", "continue" | `/continue` | Smart session resumption | | "done for today", "end session", "save progress" | `/handoff` | Structured session handoff | ### Planning & Design | User Says | Skill | Why | |---|---|---| | "plan", "break down", "decompose", "stories" | `/ideate <idea>` | Decompose into backlog stories | | "explore design", "compare approaches", "architect" | `/brainstorm <idea>` | Design exploration with alternatives | | "research", "investigate", "compare technologies" | `/research <topic>` | Deep online research with citations | ### Testing & Quality | User Says | Skill | Why | |---|---|---| | "test plan", "prepare for testing" | `/manual-test` | Generate test plan from changes | | "found a bug", "test feedback", "this doesn't work" | `/testing-cycle <feedback>` | Classify and process test findings | | "run UAT", "acceptance test