Sombra Skills

Living documentation that persists across conversations. Track projects, manage feature specs, and build technical references — all stored in Sombra so you can pick up exactly where you left off.

Install

Claude Code

/plugin marketplace add sombra-hq/sombra-skills
/plugin install sombra

On first use you'll be prompted to connect your Sombra account via OAuth. Free accounts work — no credit card required.

Other MCP clients

The Sombra tools that power these skills are available to any MCP client. Connect to https://sombra.so/mcp via Streamable HTTP with OAuth 2.1. See the MCP page for setup instructions. The slash-command skills above are specific to Claude Code's plugin system.

Skills

/sombra:projectAll MCP clients

Living project tracker

Track any multi-phase effort across conversations: house purchase, renovation, content strategy, product launch, learning goals. Creates a Sombra collection with structured phases, checkboxes, a decisions log, and open questions. Updates surgically across sessions — no rewriting the whole document when one item changes.

/sombra:project Kitchen Renovation
/sombra:specClaude Code

Living feature spec

Everything in project, plus git branch context, code path references, and commit-based progress detection. Tracks which branch, which files, which items are done — and can cross-reference your git log to suggest what to check off.

/sombra:spec Auth Rework
/sombra:resumeAll MCP clients

Pick up where you left off

Loads an existing project or spec, shows what's changed, and highlights the next step. Adapts automatically — git-aware in a repo, plain status report elsewhere.

/sombra:resume
/sombra:resume Auth Rework
/sombra:researchClients with web search

Build a technical reference

Deep research on APIs, libraries, and frameworks. Saves sources to Sombra, distils them into a dense context document that any agent can load to write correct code without stale training data.

/sombra:research Pedestal HTTP routing

Compatibility

SkillWorks in
projectClaude Code, Claude Desktop, Claude.ai, ChatGPT, OpenCode
specClaude Code, OpenCode (requires git + file access)
resumeAll clients (adapts — git-aware in repos, plain status elsewhere)
researchClients with web search access

Open source on GitHub

Full skill source, documentation, and contribution guide.

View on GitHub