Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › a-discussion-of-decision-making-applied vs last30days

a-discussion-of-decision-making-applied vs last30days

Two Science & Research Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namea-discussion-of-decision-making-appliedlast30days
DescriptionApply crisis decision-making research to agent routing, uncertainty triage, and coordination failure analysis in time-pressured systems. Use when diagnosing handoff failures, analytical paralysis, or expert judgment…Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web.
CategoryScience & ResearchScience & Research
Sub-categoryscience-miscscience-misc
Tagstype:debug
Authorcuriositechmvanhorn
LicenseMIT
Install/add-skill a-discussion-of-decision-making-applied/add-skill mvanhorn-last30days-skill

Tag overlap

Shared

Only in a-discussion-of-decision-making-applied type:debug

Only in last30days

Sample code from each SKILL.md

a-discussion-of-decision-making-applied

flowchart TD
  A[Decision problem] --> B{High time pressure or fragmented info?}
  B -->|Yes| C{Strong pattern match?}
  B -->|No| D[Use ordinary rule-based or analytical handling]
  C -->|Yes| E[Recognition-primed action plus quick simulation]
  C -->|No| F[Knowledge-based reasoning plus targeted probe]
  E --> G[Act with update checkpoint]
  F --> G

last30days

CANONICAL_ROOT="$HOME/.claude/plugins/cache/last30days-skill/last30days"
CANONICAL_LATEST=$(ls -d "$CANONICAL_ROOT"/*/ 2>/dev/null | sort -V | tail -1)
CANONICAL_LATEST="${CANONICAL_LATEST%/}"

When to choose each

a-discussion-of-decision-making-applied — Apply crisis decision-making research to agent routing, uncertainty triage, and coordination failure analysis in time-pressured systems. Use when diagnosing handoff failures, analytical paralysis, or expert judgment…

last30days — Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web.

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open a-discussion-of-decision-making-applied → Open last30days →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Science & Research skills · Top 100