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

Cloudflare's AI Platform: Unified Inference Layer for AI Agents
Cloudflare's AI Platform provides a single API to access 70+ models across 12+ providers, including multimodal support for image, video, and speech models. It enables switching between models with one-line code changes and offers centralized cost monitoring with custom metadata.

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.

skillcheck: A linter for SKILL.md files that catches cross-agent compatibility issues
skillcheck is a Python tool that validates SKILL.md files against the agentskills.io specification, with unique features including description quality scoring, warnings about Claude-only fields, and file reference validation that aren't available in existing validators.

Creation OS: A Local σ-Gated LLM Runtime That Lets Models Say ‘I Don’t Know’ Instead of Hallucinating
Creation OS wraps local LLMs (BitNet, Qwen, Gemma, any GGUF) with a σ-gate that measures multiple uncertainty channels and decides ACCEPT, RETHINK, or ABSTAIN per output. No cloud, no API. TruthfulQA accuracy improved ~29% via selective regeneration.