By omry-graphit
Build custom HTML dashboards from real data using the Graphit CLI. KB-aware queries, entity wrapping, cached data sources.
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-native business intelligence for your terminal and your AI coding assistant.
Turn natural language into governed SQL and bespoke, hand-authored HTML dashboards.
@graphit/cli exposes the Graphit platform as commands your AI coding assistant - Claude Code or Codex - or you can drive directly: explore the governed semantic layer (the "knowledge base"), run governed queries against cached data sources, and build custom HTML/SVG/CSS dashboards on a bespoke canvas.
It installs as a plugin/skill, so your assistant knows how to reach for Graphit on any question about your business data - even when you never say "Graphit."
1. Install the CLI - the graphit binary, needed either way (requires Node.js 18+):
npm install -g @graphit/cli
graphit auth login
2. Connect it to your AI coding assistant. Either install the plugin from the marketplace, or copy the skill in with graphit setup.
Plugin marketplace - Claude Code:
/plugin marketplace add omry-graphit/graphit-plugin
/plugin install graphit@graphit-plugin
Plugin marketplace - Codex:
codex plugin marketplace add omry-graphit/graphit-plugin
Or, on any supported editor (Claude Code, Codex, Cursor, VS Code):
graphit setup
Either path installs the Graphit skill so the assistant can drive the CLI on your behalf.
graphit auth login # Open the browser login flow
graphit auth status # Show the current account and org
graphit auth logout # Clear stored credentials
The CLI talks to https://api.graphit-app.com by default. Set GRAPHIT_API_URL to point at a different backend.
| Group | What it does |
|---|---|
graphit auth | Log in, check status, log out |
graphit kb | Knowledge base: list, get, search, explore, and full CRUD for metrics, dimensions, rules, synonyms, domains, relationships, topics, tables, and templates |
graphit query | Run a governed SQL query against your data |
graphit ds | Data sources: list, create, refresh, verify, update cached sources |
graphit dashboard | Custom dashboards: list, create, get, update HTML or a single entity, export to PNG/PDF, delete |
graphit connector | Connections: list, add (Snowflake key pair, Snowflake OAuth, GitHub), test, remove |
graphit governance | Query governance: inspect and set the enforcement mode |
graphit setup | Install the Graphit skill into your AI coding assistant |
Run any command with --help for its exact flags and subcommands:
graphit kb create metric --help
graphit dashboard export --help
Global --output <json|table|styled> controls how results print (defaults to json, the machine-readable form agents rely on).
{{metric:NAME}}, {{dim:NAME}}), and the enforcement mode (observe / warn / strict) is set per org. Ad-hoc measures on a governed source require explicit approval and can be hard-blocked under strict mode.Full docs, the complete CLI reference, and the dashboard build workflow live at graphit-app.com.
UNLICENSED. Copyright Graphit.
npx claudepluginhub omry-graphit/graphit-plugin --plugin graphitComplete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.