Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hopsule.com/llms.txt

Use this file to discover all available pages before exploring further.

A Capsule (also called a context pack) bundles decisions and memories so you can move authoritative context to Cursor, ChatGPT, Claude, and other tools without pasting specs each time.

Why Capsules?

Sharing context with AI is usually messy. Pasting raw documentation leads to hallucinated code because LLMs can’t distinguish between a strict rule and a loose suggestion. Capsules solve this by packaging:
  • Decisions: Accepted rules the product and IDE surface as constraints (via warnings and AI context; advisory at the Git layer).
  • Memories: Explanatory context for why something was decided.

Using Capsules

MCP Server

Load Capsules directly into Claude Desktop via the Model Context Protocol.

IDE add-on

Load Capsules from the Hopsule extension in Cursor, VS Code, Windsurf, and compatible editors.
When a Capsule is set to FROZEN, it becomes an immutable snapshot of your architecture at a specific point in time, perfect for onboarding new developers.