CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
glebis avatar

Decision Toolkit

glebis/claude-skills
300 installs345 stars
Summary

This generates interactive decision frameworks when you're facing non-trivial choices like partnerships, career moves, or resource allocation. Instead of giving you an answer, it builds step-by-step guides that walk through nine dimensions: context, first principles, timing, stakeholders, cognitive biases, opportunity cost, scenarios, open questions, and synthesis. The output can be an HTML wizard, markdown checklist, voice summary, or PDF report. What I appreciate here is the bias checklist and pre-mortem templates, which force you to confront FOMO and sunk cost fallacies explicitly. The accessibility implementation is thorough with semantic HTML and keyboard navigation. Use this when you need structured thinking, not when you already know what to do.

Install to Claude Code

npx -y skills add glebis/claude-skills --skill decision-toolkit --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

Decision Toolkit

Overview

Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them.

Philosophy

Principles

  1. Guide, don't decide — Tools illuminate the decision space; humans choose
  2. One thing at a time — Reduce cognitive load through progressive disclosure
  3. Multiple lenses — Same decision viewed through different frameworks reveals blind spots
  4. Biases visible — Make cognitive biases explicit and checkable
  5. Actionable output — End with concrete next steps, not abstract conclusions

Accessibility First

  • Support screen readers (semantic HTML, ARIA labels)
  • Keyboard navigable (tab order, focus states)
  • High contrast by default (WCAG AA minimum)
  • Reduced motion option
  • Works without JavaScript (graceful degradation)
  • Mobile-friendly touch targets (44px minimum)

Cognitive Inclusivity

Different people process decisions differently:

StyleAccommodation
AnalyticalNumbers, matrices, weighted scores
IntuitiveGut-check prompts, "how does this feel?"
VisualDiagrams, progress bars, color coding
VerbalWritten summaries, question prompts
SequentialStep-by-step wizard flow
GlobalDashboard overview option

When to Use

Invoke this skill when user faces:

  • Collaboration/partnership decisions
  • Career or job changes
  • Investment of significant time/money
  • Project prioritization
  • Technology/tool selection
  • Any choice with multiple factors and uncertainty

Not for: Trivial decisions, emergency responses, or when user just needs information.

Decision Types

Type 1: Opportunity Evaluation

Should I pursue this opportunity?

  • Partnership, job offer, investment, project

Type 2: Resource Allocation

Where should I invest my time/money/attention?

  • Prioritization, budgeting, focus areas

Type 3: Risk Assessment

What could go wrong and is it worth it?

  • New ventures, changes, experiments

Type 4: Trade-off Navigation

Which option among alternatives?

  • Tool selection, hire decisions, strategic choices

The Decision Journey

Nine steps, each focused on one dimension:

┌─────────────────────────────────────────────────────────────┐
│  1. CONTEXT         What is the decision?                   │
│  2. FIRST PRINCIPLES Does this solve a real problem?        │
│  3. TIMING          Is now the right moment?                │
│  4. STAKEHOLDERS    Who else is involved? Are they stable?  │
│  5. BIASES          What might cloud my judgment?           │
│  6. OPPORTUNITY COST What am I giving up?                   │
│  7. SCENARIOS       What could happen?                      │
│  8. QUESTIONS       What do I still need to learn?          │
│  9. SYNTHESIS       Summary + decision                      │
└─────────────────────────────────────────────────────────────┘

Output Formats

1. Interactive HTML Guide (Primary)

Step-by-step wizard with:

  • Progress indicator
  • One question per screen
  • State persistence across steps
  • Final summary aggregating all inputs
  • Keyboard navigation
  • Print-friendly CSS

2. Markdown Framework

For offline/text-based use:

  • Structured prompts
  • Checkbox-style bias audit
  • Fill-in-the-blank templates

3. Voice Summary

For audio consumption:

  • 5-7 paragraph executive summary
  • Orpheus TTS markup for emotional texture
  • Key decision + rationale

4. PDF Report

For documentation/sharing:

  • Professional formatting
  • All frameworks applied
  • Appendix with raw analysis

Frameworks Reference

First Principles Test

1. What problem does this solve?
2. Can I solve it myself?
3. Is this the best solution?
4. What assumptions am I making?
5. If starting fresh today, would I choose this?

Bias Checklist

□ FOMO — Am I afraid of missing out?
□ Sunk Cost — Am I factoring past investment?
□ Authority — Am I deferring to credentials?
□ Social Proof — Am I following the crowd?
□ Commitment — Do I feel locked in by past statements?
□ Optimism — Am I assuming problems will resolve?
□ Recency — Am I overweighting recent events?
□ Confirmation — Am I seeking validating info only?
□ Shiny Object — Is novelty distracting me?
□ Loss Aversion — Am I overweighting potential losses?

Opportunity Cost Calculator

Hours/week × Weeks × Hourly rate = Direct cost
+ What else could those hours produce?
+ What relationships/opportunities might suffer?
= True opportunity cost

Scenario Matrix

| Scenario | Probability | Outcome | Expected Value |
|----------|-------------|---------|----------------|
| Worst    | X%          | ...     | ...            |
| Bad      | X%          | ...     | ...            |
| Neutral  | X%          | ...     | ...            |
| Good     | X%          | ...     | ...            |
| Best     | X%          | ...     | ...            |

Pre-mortem

Imagine it's [future date]. This decision failed. Why?

Possible causes:
1. ...
2. ...
3. ...

Which causes are within my control?
Which warning signs should I watch for?

10-10-10 Framework

How will I feel about this decision in:
- 10 minutes?
- 10 months?
- 10 years?

Regret Minimization

Imagine you're 80 looking back.
Would you regret doing this?
Would you regret NOT doing this?

Implementation Guide

Step 1: Gather Context

Ask user for:

  • What is the decision?
  • What are the options?
  • What's the timeline?
  • What's at stake?
  • Any relevant background?

Or extract from existing documents (meeting transcripts, notes).

Step 2: Choose Output Format

Based on user preference and context:

  • Complex decision + time available → Interactive HTML
  • Quick analysis → Markdown framework
  • On-the-go consumption → Voice summary
  • Need to share with others → PDF report

Step 3: Generate Tool

Use templates in templates/ directory:

  • decision-guide-template.html — Full interactive wizard
  • decision-framework.md — Text-based analysis
  • decision-voice-summary.md — Audio script template

Step 4: Customize

Replace placeholders:

  • {{DECISION_TITLE}} — What's being decided
  • {{CONTEXT}} — Background information
  • {{OPTIONS}} — Available choices
  • {{STAKEHOLDERS}} — People/teams involved
  • {{TIMELINE}} — Relevant dates
  • {{FACTORS}} — Key evaluation criteria

Step 5: Apply Branding (Optional)

If using Agency brand:

  • Import brand-agency skill CSS variables
  • Use neobrutalism styling
  • Apply Geist/EB Garamond typography

Accessibility Implementation

Semantic HTML

<main role="main" aria-label="Decision Guide">
  <nav aria-label="Progress">
    <ol role="list">...</ol>
  </nav>
  <section aria-labelledby="step-title">
    <h1 id="step-title">...</h1>
  </section>
</main>

Keyboard Navigation

// Ensure all interactive elements are focusable
// Tab order follows visual order
// Enter/Space activate buttons
// Arrow keys navigate options

Screen Reader Announcements

<div role="status" aria-live="polite" id="announcer">
  <!-- Announce step changes, selections, results -->
</div>

Color Contrast

/* Minimum 4.5:1 for normal text, 3:1 for large text */
--text-on-light: #000000;  /* 21:1 on white */
--text-on-dark: #ffffff;   /* 21:1 on black */
--text-on-primary: #ffffff; /* Check each color */

Reduced Motion

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

Cultural Considerations

Individualist Framing

  • "What do YOU want?"
  • Personal goals and values
  • Individual opportunity cost

Collectivist Framing

  • "How does this affect your team/family?"
  • Relationship implications
  • Group harmony considerations

Power Distance Awareness

  • Some cultures defer to authority figures
  • Bias check should include "Am I deferring inappropriately?"
  • Include stakeholder perspectives explicitly

Uncertainty Tolerance

  • Some prefer detailed scenario analysis
  • Others find it anxiety-inducing
  • Offer both detailed and simplified views

Example Invocations

From Meeting Transcript

User: Analyze this meeting transcript and create a decision toolkit
Claude: [Extracts decision, stakeholders, options from transcript]
        [Generates interactive HTML guide]
        [Creates voice summary]

From Scratch

User: I need to decide whether to take a new job offer
Claude: [Asks clarifying questions]
        [Generates decision framework]
        [Customizes for career decision type]

Quick Analysis

User: Help me think through this partnership decision, just give me the frameworks
Claude: [Provides markdown framework]
        [Skips interactive tool]
        [Focuses on key questions]

Files

  • SKILL.md — This file
  • templates/decision-guide-template.html — Interactive wizard template
  • templates/decision-framework.md — Text-based analysis template
  • templates/decision-voice-summary.md — Audio script template
  • references/bias-encyclopedia.md — Detailed bias descriptions
  • references/framework-deep-dives.md — Extended framework explanations

Integration

Works well with:

  • brand-agency — Apply visual branding
  • transcript-analyzer — Extract decisions from meetings
  • pdf-generation — Create shareable reports
  • elevenlabs-tts — Generate audio summaries

Learnings

2026-01-09

Context: Initial skill creation from Synthius decision session

Key Insight: Dashboard-everything-at-once overwhelms. Step-by-step wizard with one concept per screen dramatically improves usability.

Architecture: 9-step journey covering all major decision dimensions. State object persists selections across steps. Summary aggregates everything.

Accessibility Note: High contrast neobrutalism actually helps accessibility — clear borders, distinct states, no subtle gradients.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Productivity & Planning
First SeenJun 3, 2026
View on GitHub

More from glebis/claude-skills

All 22 skills →
  • Elevenlabs Tts291
  • Telegram264
  • Brand Agency258
  • Doctorg243
  • Transcript Analyzer243
  • Gmail241
  • Zoom236
  • Tdd235
  • Fathom232
  • Youtube Transcript232
  • Github Gist230
  • Llm Cli219
  • Chrome History216
  • Granola216
  • Meta212
  • Google Image Search625
  • Pdf Generation460
  • Health Data379
  • Firecrawl Research367
  • Presentation Generator307
  • Deep Research306

Recommended

More Productivity & Planning →
incept5 avatar
eve-plan-implementation

incept5/eve-skillpacks

Execute software engineering plan documents using Eve jobs, dependencies, and review gating.
300
forztf avatar
speckit-plan-zh

forztf/open-skilled-sdd

执行实施规划工作流程,使用计划模板生成设计工件。触发词包括:"speckit计划"。
298
9
jwynia avatar
github-agile

jwynia/agent-skills

Diagnose GitHub-driven agile workflow problems and guide feature branch development
298
141
szeyu avatar
flashcard-creator

szeyu/vibe-study-skills

Create flashcards for spaced repetition learning, compatible with Anki import. Supports basic cards, cloze deletions, and mnemonic aids. Use when creating study flashcards, Anki decks, vocabulary cards, memorization aids, or spaced repetition materials from notes or topics. Triggers - create flashcards, make Anki cards, spaced repetition, memory cards, cloze deletion cards.
295
21
onewave-ai avatar
sales-coaching-plan-generator

onewave-ai/claude-skills

Individualized development plans by weakness. Skill assessments, call reviews, ride-along checklists, certification tracking.
288
244
johnlindquist avatar
brainstorm

johnlindquist/claude

Generate ideas and explore possibilities with AI. Use for creative problem solving, generating alternatives, and expanding on concepts.
283
24