Open-source Claude skill for management consulting frameworks and case studies

What this is
A developer has created an open-source Claude skill specifically designed for management consulting and strategy work. The skill provides structured reference material that can be used with Claude AI to assist with consulting problems, case interview preparation, and strategic analysis.
Key details from the source
The skill is built as a collection of 80+ markdown files organized by domain. The creator describes it as "something reusable and open; providing a foundation to hit the ground running on future projects/help with the workload; and help out academic endeavors."
The content covers several specific areas:
- Frameworks — issue trees, profitability analysis, Porter's Five Forces, BCG matrix, market sizing, DuPont analysis, DCF (Discounted Cash Flow), and others
- Industry context — key metrics, economics, and terminology for healthcare, financial services, energy, TMT (Technology, Media, Telecommunications), consumer/retail, industrials, and real estate
- Case studies — three worked examples: profitability decline, market entry, and PE (Private Equity) market sizing, each with a full walkthrough from prompt to recommendation
- Specialist areas — due diligence, post-merger integration, GenAI enterprise strategy, corporate restructuring (the creator notes these need "vertical depth")
The project is MIT licensed and completely free. The creator is actively seeking contributors with experience in consulting, finance, operations, or any of the covered industries to help refine and expand the content. There are open issues on the repository for those looking for starting points.
The GitHub repository is available at: https://github.com/DogInfantry/claude-skill-management-consultant-B1
The creator's stated goal is for this to be "a good tool for case interview prep, strategy work, or just having a more grounded thinking partner on Claude."
📖 Read the full source: r/ClaudeAI
👀 See Also

ClearSpec: A Spec Generator to Reduce Hallucination in Claude Code
ClearSpec is a tool that generates structured specifications from plain English descriptions, connecting to GitHub repos to reference real file paths and dependencies, then uses those specs as prompts for Claude Code to provide better context.

MCP Server Connects Claude to CellarTracker Wine Inventory
A developer built an MCP server that connects Claude directly to CellarTracker accounts, allowing conversational queries about wine inventory, tasting notes, purchase history, and drinking windows without manual CSV exports.

Session Siphon: Open Source Tool Consolidates AI Coding Agent Conversations
Session Siphon is a free, open source tool that consolidates and indexes conversation history from multiple AI coding agents across different providers and machines. The developer created it using Claude to solve the problem of tracking conversations across different platforms.

MCP Server Connects Claude to Agent-to-Agent Marketplace
A developer built an MCP server that exposes five tools and two resources, allowing Claude to search, invoke, and pay for capabilities from other AI agents in a marketplace. The server includes persistent storage in an agent vault and was largely implemented using Claude Code.