Open-source Claude Skill structures B2B SaaS growth knowledge for consistent AI reasoning

A developer has open-sourced a Claude Skill that addresses a common issue when using Claude for complex workflows: messy context leading to generic answers. The solution involves structuring knowledge into a referenceable format that Claude can use consistently.
The problem and approach
The developer found that when context is unstructured, Claude tends to produce generic answers for complex workflows like product-market fit validation, growth strategy, or go-to-market planning. Instead of repeatedly prompting Claude, they transformed their notes into a structured Claude Skill/knowledge base.
The core idea: instead of working with messy context, Claude can reference a structured knowledge base containing playbooks and workflow references.
Content and structure
For this B2B SaaS growth test case, the repository is organized around:
- 5 real SaaS case studies
- A 4-stage growth flywheel
- 6 structured playbooks
The goal isn't just documentation but giving Claude consistent context for reasoning. For example, instead of asking isolated questions, Claude can reason within a framework.
Results and applications
Once the context became structured, Claude started producing:
- Clearer reasoning
- More consistent answers
- Better step-by-step planning
The developer notes that the interesting part isn't only the growth content itself but the pattern, which could work for many Claude workflows including:
- Architecture reviews
- Onboarding docs
- Product specs
- GTM planning
- Internal playbooks
The repository is available at https://github.com/Gingiris/gingiris-b2b-growth.
📖 Read the full source: r/ClaudeAI
👀 See Also

LLMock: HTTP-based mocking server for deterministic LLM testing across processes
LLMock is a real HTTP server that mocks OpenAI, Claude, and Gemini APIs, allowing developers to run deterministic tests across multiple processes without hitting real APIs. It supports SSE streaming, tool calls, predicate routing, and request journaling with zero dependencies.

Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations
Claude Code's `read` tool silently downscales images before the model sees them, leading to degraded output and unrecognized hallucinations when extracting text from screenshots.

SOULS for AI Agents: A Community-Driven Personality Library
A Reddit user created an open-source repository of carefully crafted personality files ("souls") for AI coding agents. The repo currently includes Jarvis, Gojo, Eren Yeager, René Descartes, and Rapper, with a call for community contributions.
MartinLoop: Open-Source Control Plane for AI Coding Agents with Budget Stops and Audit Trails
MartinLoop is an open-source control plane that adds hard budget stops, JSONL audit trails, failure classification, and test-verified completion checks to AI coding agents.