/ Directory / Playground / awesome-claude-skills (Business)
● Community Mann1988 ⚡ Instant

awesome-claude-skills (Business)

by Mann1988 · Mann1988/awesome-claude-skills

Business-brain skills for Claude — consulting frameworks, content playbooks, and data-tracking templates curated by a former McKinsey analyst.

Mann1988/awesome-claude-skills is a curated collection of Claude skills aimed at knowledge-work productivity. Three packs ship today: mckinsey-consultant (pyramid principle, MECE, 3C/4P analyses, executive summaries), mimeng-writing (long-form content patterns), and us-gov-shutdown-tracker (open-data analysis template). Each pack is a SKILL.md + assets you install locally; activate the one that fits your current task.

Why use it

Key features

Live Demo

What it looks like in practice

awesome-claude-skills-business-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "awesome-claude-skills-business-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Mann1988/awesome-claude-skills",
        "~/.claude/skills/awesome-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-claude-skills-business-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Mann1988/awesome-claude-skills",
        "~/.claude/skills/awesome-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "awesome-claude-skills-business-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Mann1988/awesome-claude-skills",
        "~/.claude/skills/awesome-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-claude-skills-business-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Mann1988/awesome-claude-skills",
        "~/.claude/skills/awesome-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-claude-skills-business-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Mann1988/awesome-claude-skills",
        "~/.claude/skills/awesome-claude-skills"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-claude-skills-business-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Mann1988/awesome-claude-skills",
          "~/.claude/skills/awesome-claude-skills"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add awesome-claude-skills-business-skill -- git clone https://github.com/Mann1988/awesome-claude-skills ~/.claude/skills/awesome-claude-skills

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use awesome-claude-skills (Business)

Draft an executive memo with a consulting-grade structure

👤 Founders, PMs, and analysts writing up-and-out ⏱ ~30 min intermediate

When to use: You need a decision memo, not a brain dump — pyramid principle, MECE buckets, exec summary on top.

Prerequisites
  • Skill installed at ~/.claude/skills/ — git clone https://github.com/Mann1988/awesome-claude-skills ~/.claude/skills/awesome-claude-skills
Flow
  1. Trigger the consulting skill
    Using the mckinsey-consultant skill, draft a memo: 'Should we acquire company X?' Inputs: our top 3 goals, company X data, risks.✓ Copied
    → Output leads with the recommendation, then supporting buckets (MECE), then evidence
  2. Iterate
    Tighten the bucket headers so each one is a full sentence argument.✓ Copied
    → Pyramid-style, each level of the argument summarized by its parent

Outcome: A memo your CEO can read in 90 seconds and drill into.

Pitfalls
  • Skipping the synthesis and going straight to bullet lists — Force the recommendation onto the first line; bullets come after, never above the take

Produce long-form content in a specific voice

👤 Content creators and solo founders ⏱ ~20 min beginner

When to use: You want output that doesn't sound like default Claude.

Flow
  1. Activate the writing pack
    Use mimeng-writing: turn this rough draft into a long-form post about product market fit.✓ Copied
    → Voice is consistent, sentences are varied, no AI tells
  2. Calibrate
    Tune more toward conversational, less toward listicle.✓ Copied
    → Narrative flow increases; fewer headings

Outcome: Long-form content that sounds like you, not a bot.

Pitfalls
  • Using the voice pack for topics it was never trained on — Be explicit about scope; fall back to generic writing for off-topic content

Turn an open dataset into a tracking doc

👤 Analysts and journalists ⏱ ~45 min intermediate

When to use: You want a structured, updatable analysis doc for a policy or market dataset.

Prerequisites
  • Source dataset URL — Provide a data.gov / agency URL
Flow
  1. Pick the tracker template
    Use us-gov-shutdown-tracker as a template; adapt to <your dataset>.✓ Copied
    → Framework preserved: summary, key metrics, trend, sources
  2. Fill with current data
    Fetch the latest CSV, populate the sections, cite sources.✓ Copied
    → Numbers + source URLs for each claim

Outcome: A repeatable data-tracking doc.

Combine with: fetch

Combinations

Pair with other MCPs for X10 leverage

awesome-claude-skills-business-skill + claude-content-writer-skill

Use the consulting skill for structure, content-writer for voice

Structure with mckinsey-consultant. Then polish with /writer:execute in the claude-content-writer skill.✓ Copied
awesome-claude-skills-business-skill + fetch

Tracker skill + fetch for fresh data

Use us-gov-shutdown-tracker; pull current CSVs via fetch.✓ Copied
awesome-claude-skills-business-skill + seo-blog-writer-claude-skill

Pair writing voice with SEO mechanics

Write with mimeng-writing voice; run the SEO pass from seo-blog-writer.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
mckinsey-consultant (SKILL) decision question + inputs Strategic decisions and analyses 0
mimeng-writing (SKILL) topic + voice notes Long-form writing where voice matters 0
us-gov-shutdown-tracker (SKILL) dataset Open-data analysis with a tracker shape 0

Cost & Limits

What this costs to run

API quota
None
Tokens per call
Depends on the pack and how much of its reference text is loaded
Monetary
Free
Tip
Activate one pack at a time — loading all three inflates context for no value.

Security

Permissions, secrets, blast radius

Credential storage: None — SKILL.md is prompts and assets
Data egress: None from the skill itself; fetches are up to you

Troubleshooting

Common errors and fixes

Skill doesn't activate

Ensure the SKILL.md description matches the trigger; reinstall if renamed.

Verify: head ~/.claude/skills/awesome-claude-skills/*/SKILL.md
Output feels generic despite the pack

Be explicit: name the pack and the framework (e.g., 'use mckinsey-consultant pyramid principle').

Windows install instructions don't fit Mac/Linux

Treat the .exe steps as irrelevant; the skill itself is just files under ~/.claude/skills/.

Verify: ls ~/.claude/skills/awesome-claude-skills/

Alternatives

awesome-claude-skills (Business) vs others

AlternativeWhen to use it insteadTradeoff
claude-content-writer-skillYou want a profile-first content pipeline, not consulting frameworksContent-focused; no strategy frameworks
claude-marketing-research-skillYou want market research specificallyNarrower scope
mck-ppt-design-skillYou need consulting-style slide design, not memosDifferent output medium

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills