Install
Grab the binary for your OS and run it, or use the npm package in a DX repo.
DownloadDocs
Skemia runs as a local Studio, a CLI, and an MCP server over the same map. Here is the fast path. Full reference lives on the documentation site.
The fastest way in. Download the binary, run it, and open the local URL.
# start the local Studio
./skemia-macos-arm64 serve
▸ http://localhost:4999 Point it at any Salesforce DX repo. The analysis is source-only and writes a map you can query.
skemia scan --project . --out skemia-output Query the built map directly instead of reading files. Same engine powers the CLI, the MCP server, and the SQL console.
# what breaks if I change this
skemia query impact --out skemia-output --component QuoteService
# who writes a field, who reads it
skemia query writers --out skemia-output --field Quote__c.Approval_Status__c Go deeper
Grab the binary for your OS and run it, or use the npm package in a DX repo.
DownloadExpose the map as a tool so Claude Code, Cursor, and other agents can query it.
Read the docsscan, query, diff, enrich, cluster, and more. Source-only, scriptable, CI-ready.
Read the docsEvery command, the MCP tool list, the SQLite schema, and the PR impact gate are on the documentation site.