Plugin Claude Code
Plugin marketplace listing 1 plugin: symbiote.
Plugin Claude Code
Plugin marketplace listing 1 plugin: symbiote.
Instructions file
Instructions for MohmmedAshraf/symbiote, covering claude.md, project overview, monorepo structure, commands and build everything.
Skill Claude CodeCodex
Manage Symbiote's Developer DNA — the learned coding preferences, style rules, and anti-patterns that persist across sessions. This skill should be used when the user asks to "show my coding preferences", "manage DNA", "update my coding style", "what are my coding rules", "switch DNA profile", "export DNA", "import…
Skill Claude CodeCodex
Trace the blast radius of a code change using Symbiote's dependency graph. This skill should be used when the user asks to "analyze impact", "what will this change break", "show affected files", "check blast radius", "impact analysis", or "what depends on this".
Skill Claude CodeCodex
Initialize Symbiote for the current project. Scans the codebase and extracts developer DNA (coding preferences), project constraints, and architectural decisions from the current context. Use when the developer runs /symbiote-init, asks to "initialize symbiote", "set up symbiote", or "scan my project". Requires…
Skill Claude CodeCodex
Trigger a full codebase rescan to update Symbiote's knowledge graph with latest changes. This skill should be used when the user asks to "rescan the project", "update the code graph", "rebuild symbiote index", "rescan codebase", or "refresh symbiote". Optionally regenerates embeddings for semantic search.
Cursor rule Cursor
Symbiote bonds with your AI tools — giving them memory, context, and your coding DNA.
Plugin Claude Code
AI coding companion with persistent memory — code knowledge graph, developer DNA, and architectural intelligence via MCP.
MCP server Claude CodeCodexCursor +2
Symbiote bonds with your AI tools — giving them memory, context, and your coding DNA. Runs locally from the symbiote-cli npm package.
Agent
Use this agent to validate architectural integrity, detect structural issues, and enforce layer boundaries. Examples.
Agent
Use this agent to review code changes using Symbiote's code knowledge graph for deep, context-aware analysis. Examples.
Agent
Use this agent to plan safe refactoring operations using dependency analysis. Examples.
Hook
Runs when a session starts on startup and compact, executing session-start.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs when you submit a prompt, before the agent sees it, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs before the agent uses a tool, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs after a tool call finishes, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs when a tool call fails, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs when a subagent starts, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs before the context is compacted for manual and auto tool calls, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs when the agent finishes a response, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.
Hook
Runs when a session ends, executing symbiote-hook.sh via bash. From MohmmedAshraf/symbiote.