quasar-graph
01Plugin Claude Code
Plugin marketplace listing 1 plugin: quasar-graph.
Plugin Claude Code
Plugin marketplace listing 1 plugin: quasar-graph.
Plugin Claude Code
Maps your projects into a living architecture graph: scan a directory of repos, sync the graph to the quasar-graph backend, then use it as a map — graph-aware context, cross-repo research, one-command stack cloning, and in-place graph editing.
Instructions file
Instructions for o-samoilov/quasar-graph: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Skill Claude CodeCodex
Internal skill used by quasar-graph:scan sub-agents. Analyzes ONE project directory and writes its project.md. Do NOT invoke directly — only via the scan orchestrator.
Skill Claude CodeCodex
Use when the user wants to clone (+ optionally install) the projects of a quasar-graph graph onto their machine. Triggers on /quasar-graph:clone, 'clone graph', 'clone graph projects', 'deploy graph projects locally', 'bootstrap graph' — in any language.
Skill Claude CodeCodex
Use when the user wants the current project's graph connections in the working session — explicitly (/quasar-graph:context, 'show this project's connections', 'bind this project to the graph', 'project context from graph') or via structural questions about the current project's architecture: who calls this service…
Skill Claude CodeCodex
Use when the user wants to edit an existing quasar-graph graph without re-scanning — move nodes, update descriptions or per-node agent context, add or remove nodes and edges. Triggers on /quasar-graph:edit, 'edit graph', 'move a node', 'update node description', 'add an edge' — in any language.
Skill Claude CodeCodex
Internal skill used by quasar-graph:clone sub-agents. Installs dependencies for ONE cloned project, choosing the command (incl. container path) from its config/docs. Do NOT invoke directly — only via the clone orchestrator.
Skill Claude CodeCodex
Internal skill used by quasar-graph:research sub-agents. Searches ONE project's source code to answer a query and returns structured findings. Do NOT invoke directly — only via the research orchestrator.
Skill Claude CodeCodex
Use when the user wants to research/answer a question across their projects' code using a quasar-graph graph as the map. Triggers on /quasar-graph:research, 'research graph', 'query graph', 'find in graph', 'search the graph' — in any language.
Skill Claude CodeCodex
Use when the user wants to scan a directory of their projects to build a quasar-graph index. Triggers on /quasar-graph:scan, 'index my projects', 'scan my projects directory'.