Skip to main content

Official Plugins

Constellation integrates with AI coding assistants through official plugins that bring team-wide code intelligence directly into your development workflow. These plugins extend your AI assistant with deep codebase understanding while maintaining Constellation's privacy-first architecture.

What Are Constellation Plugins?

Constellation plugins are extensions for AI coding tools that connect to the Constellation platform. They provide:

  • Slash Commands — Quick access to common analysis workflows
  • Contextual Skills — Knowledge that loads automatically based on your questions
  • Proactive Agents — AI assistants that suggest analysis before risky changes
  • Safety Hooks — Reminders and guardrails for safer code modifications

All plugins leverage Constellation's Code Mode architecture for 10-15x faster performance compared to traditional tool integrations.

Benefits

BenefitDescription
Team-Wide IntelligenceEvery analysis operates on your team's shared knowledge graph
Proactive Risk AssessmentAgents warn you before making potentially breaking changes
Consistent AnalysisSame results across all team members, synchronized with latest index
Seamless IntegrationWorks within your existing AI-assisted development workflow

Available Official Plugins

PluginAI ToolFeatures
Claude Code PluginClaude Code6 commands, 1 skill, 3 agents, 3 hooks

Getting Started

  1. Choose your AI coding tool — Select the plugin that matches your AI assistant
  2. Install the plugin — Clone the plugin repository and configure your assistant
  3. Authenticate with Constellation — Run npx @constellationdev/cli@latest auth
  4. Index your project — Run constellation index to populate the knowledge graph
  5. Start analyzing — Use commands like /constellation:status to verify connectivity

For detailed installation instructions, see the documentation for your specific plugin.

Requirements

All plugins require:

  • MCP Server — For direct MCP integration without a plugin wrapper
  • CLI Tool — For indexing your codebase and managing projects