moonshot-classify-task
Classifies a user request into task types (feature, modification, bugfix, refactor) and extracts intent keywords. Use at the start of PM analysis.
npx skills add majiayu000/claude-skill-registry --skill moonshot-classify-task-munlucky-claude-settings --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PM Task Classification ## Inputs - `analysisContext.request.userMessage` ## Procedure 1. Identify intent keywords from the user message. 2. Select one taskType: `feature | modification | bugfix | refactor`. 3. Set confidence: `high | medium | low`. ## Heuristics - feature: "new", "add", "implement", "create", "build" - modification: "change", "modify", "improve", "adjust", "remove" - bugfix: "bug", "error", "broken", "fails" - refactor: "refactor", "clean up", "restructure", "remove duplication" ## Technology Stack Detection React/Next.js 키워드 감지 시 시그널 설정: - Keywords: "react", "next", "next.js", "nextjs", "jsx", "tsx", "useState", "useEffect" - Output: `signals.reactProject: true` ## Output (patch) ```yaml request.taskType: feature request.keywords: - implement - react signals: reactProject: true # Set when React/Next.js keywords detected notes: - "taskType=feature, confidence=high" - "tech-stack: react/next.js detected" # Add when reactProject=true ```
- Inputs
- Procedure
- Heuristics
- Technology Stack Detection
- Output (patch)
What does the moonshot-classify-task skill do?
Classifies a user request into task types (feature, modification, bugfix, refactor) and extracts intent keywords. Use at the start of PM analysis.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moonshot-classify-task-munlucky-claude-settings --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
