decision-extractor
Scan recent notes for decision language and offer to update project Decision Logs
npx skills add majiayu000/claude-skill-registry --skill decision-extractor --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.
# Decision Extractor Scan recent notes (weekly reports, meetings) for decision language and surface decisions that should be logged in project files. ## Arguments - Time range (optional): "this week", "last 2 weeks", "this month" (default: last 2 weeks) - Project filter (optional): Only look for decisions about a specific project - `--include-slack`: Also scan Slack for decision language (default: vault only) ## Steps 1. **Find files to scan:** - Glob recent weekly reports based on time range - Glob meeting notes in those week folders - If project filter, narrow scope 2. **Scan vault for decision language:** Pattern match for phrases indicating decisions: - "decided to", "decision:", "the call is" - "agreed on", "agreed to", "we'll go with" - "chose to", "choosing", "selected" - "approved", "signed off on" - "not doing", "won't pursue", "deprioritizing" - "the plan is", "moving forward with" - "resolved to", "committed to" 3. **Scan Slack for decisions (if --include-slack):** - Use `mcp__playground-slack-mcp__get_messages` with action: `my_messages` - Time range: Match the vault time range argument - Search sent messages and @mentions for same decision patterns - These are "async d
- Arguments
- Steps
- Output Format
- Decision Log Format
- Notes
What does the decision-extractor skill do?
Scan recent notes for decision language and offer to update project Decision Logs
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill decision-extractor --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.
