Skip to main content

Welcome to Odyssey

Odyssey is the Open Engineering Claude Code plugin marketplace — a curated collection of plugins, rules, and skills that extend Claude Code for our stack.

Get started

Add the marketplace to any project:

/plugin marketplace add https://odyssey.echo-station.space/.claude-plugin/marketplace.json

Then install the plugins relevant to your project:

/plugin install common@odyssey    # GitLab, Atlassian, Slack, Figma MCPs + general skills
/plugin install django@odyssey # Django/DRF skills, agents, and auto-formatting
/plugin install campfire@odyssey # Angular NX skills
/plugin install slipgate@odyssey # Remote MCP gateway

What's in the box

How it works

Plugins are installed into your project's .claude/ directory. Each plugin can include:

  • MCP servers — connect Claude to external tools (GitLab, Jira, Slack, etc.)
  • Skills — slash commands for common tasks (/django-model-generator, /plan-it, etc.)
  • Agents — specialised sub-agents for complex workflows
  • Hooks — automated actions triggered by Claude's tool use (e.g. auto-formatting on save)