Agent skill

decision-extractor

Scan recent notes for decision language and offer to update project Decision Logs

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill decision-extractor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadEditGlobGrepmcp__playground-slack-mcp__get_messages
Path: skills/analysis/decision-extractor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Arguments
  2. Steps
  3. Output Format
  4. Decision Log Format
  5. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going