Structured cognition engine — knowledge graphs for AI agents. Three modes: Document (PDFs→entities), Code (repos→call-chains), Skill Graph (markdown→knowledge network). Includes agent, 5 commands, and the full Xplor spec.
npx claudepluginhub amlitio/xplor-pluginStructured cognition engine that transforms documents, codebases, and knowledge systems into traversable AI-queryable knowledge graphs. Includes the xplor-expert agent, build/validate/scaffold/debug/fuse commands, and the complete Xplor specification as a Claude Code skill.
Structured cognition engine for Claude Code. Transforms documents, codebases, and knowledge systems into traversable, AI-queryable knowledge graphs.
# Add the Xplor marketplace
/plugin marketplace add amlitio/xplor-plugin
# Install the plugin
/plugin install xplor@xplor
Or from a local directory:
/plugin marketplace add ./xplor-plugin
/plugin install xplor@xplor
A senior engineer with complete mastery of the Xplor platform. Knows every spec, every API contract, every design decision. Activate conversationally:
"Build the skill graph ingestion pipeline" "Fix the progressive disclosure violation in the traverse endpoint" "Add fusion support to the Explorer component"
The complete Xplor specification loaded as a Claude Code skill. Claude will automatically reference this when working on any Xplor component.
| Command | What It Does |
|---|---|
/xplor-build <component> | Build a complete Xplor component from scratch |
/xplor-validate <path> | Validate a skill graph, score it 0-100, list fixes |
/xplor-scaffold <domain> | Scaffold a new skill graph with proper structure |
/xplor-debug <issue> | Diagnose and fix Xplor bugs with root cause analysis |
/xplor-fuse <sources> | Merge multiple graphs (code + docs + skills) into one |
Document Mode — PDFs → entities → knowledge graph (Claude API extraction)
Code Mode — Repos → AST → call-chain graphs (Tree-sitter parsing)
Skill Graph Mode — Markdown + wikilinks → navigable intelligence graphs
All three feed into the same Explorer UI. All three can be fused into a single queryable intelligence layer.
# Validate your skill graph
/xplor-validate ./my-skills
# Scaffold a new domain
/xplor-scaffold trading --nodes 20
# Build a component
/xplor-build skill-graph-mode
# Debug an issue
/xplor-debug "wikilinks not extracting"
# Validate your skill graph
/xplor-validate ./my-skills
# Scaffold a new domain
/xplor-scaffold trading --nodes 20
# Build a component
/xplor-build skill-graph-mode
# Debug an issue
/xplor-debug "wikilinks not extracting"
# Fuse graphs across domains
/xplor-fuse --code ./repo --skills ./best-practices --output merged
Next.js 14 · Firebase · Claude claude-sonnet-4-6 API · Tree-sitter · gray-matter · MCP SDK · Stripe · Vercel
skills/xplor/SKILL.md for the complete specificationRuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search