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

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

Open Source AI Memory Storage for NodeJS Projects
Mind Palace is an open source memory storage and retrieval system for NodeJS that persists information across LLM chat sessions. It supports major LLMs and vector stores, automatically extracting and vectorizing summarized memories from interactions.

AgentCrawl Update Adds Critical Crawler Features and Enhancements
AgentCrawl's latest update introduces features like robots.txt compliance, disk caching, resumable crawls, and structured metadata extraction, turning it into a more robust and production-ready tool.

DAUB MCP Server Lets Claude Generate and Render UIs via JSON Specs
DAUB is an MCP server that enables Claude to generate UI interfaces directly from natural language prompts, producing structured JSON specs that render as live interfaces without code generation or compilation. It exposes four tools including generate_ui, render_spec, validate_spec, and get_component_catalog.