sidemantic
v1.0.0Build, validate, and query Sidemantic semantic models, answer business questions with trusted metrics, and generate analytics webapps.
By SidemanticLicense: Apache-2.0120 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sidemantic for Codex and Claude Code
codex plugin marketplace add sidequery/sidemantic
codex plugin marketplace upgrade sidequery
codex plugin add sidemantic@sidequeryPaste and run these commands in a terminal with Codex. They add and refresh the sidequery catalog, then install this plugin.
Compatibility: the page URL and API slug “sidemantic” remain stable.
- Codex:
sidemantic@agent-plugin-marketplace→sidemantic@sidequery
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sidequery/sidemanticClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sidemantic/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/modeler/SKILL.md├── skills/semantic-analyst/SKILL.md└── skills/webapp-builder/SKILL.md
Included Skills3
Build, validate, and manage semantic models using Sidemantic. Use when asked to create a semantic layer, define metrics/dimensions, model a database schema, generate models from SQL queries, import from Cube/dbt/LookML, or set up analytics definitions. Prioritizes CLI-first workflows, with YAML and optional Python API usage for advanced automation.
Answer analytical, KPI, metric, trend, cohort, and business-performance questions through a Sidemantic semantic layer. Use when asked to analyze data, explain why a metric changed, compare segments or periods, calculate a business measure, or explore warehouse data when Sidemantic MCP tools or semantic model files are available. Discover and reuse trusted definitions, distinguish durable semantic-model gaps from one-off query logic, and prefer semantic queries over duplicated raw SQL.
Build interactive analytics webapps, demos, dashboards, or embedded app surfaces from Sidemantic semantic models using copyable component primitives and deterministic query inspection. Use when asked to create a web UI around Sidemantic models, generate a metric explorer, copy reusable analytics components into a project, connect a frontend to Sidemantic query APIs, build a Pyodide/DuckDB-WASM or Sidemantic Rust WASM/DuckDB-WASM demo, expose Sidemantic through an app server, or adapt the Sidemantic widget/UI patterns into a product webapp.
Plugin manifests2
{
"name": "sidemantic",
"description": "Build, validate, and query Sidemantic semantic models, answer business questions with trusted metrics, and generate analytics webapps.",
"version": "1.0.0",
"author": {
"name": "Sidemantic",
"email": "[email protected]",
"url": "https://sidemantic.com"
},
"homepage": "https://sidemantic.com",
"repository": "https://github.com/sidequery/sidemantic",
"license": "Apache-2.0",
"keywords": [
"analytics",
"semantic-layer",
"sql",
"dashboard"
],
"skills": "./skills/",
"interface": {
"displayName": "Sidemantic",
"shortDescription": "Analyze trusted metrics and build semantic analytics.",
"longDescription": "Sidemantic helps Codex answer business questions with trusted metrics; build, validate, query, and migrate SQL-first semantic models; and turn those models into analytics dashboards and app surfaces.",
"developerName": "Sidemantic",
"category": "Data & Analytics",
"capabilities": [
"Semantic modeling",
"Semantic analysis",
"SQL generation",
"Analytics webapps"
],
"websiteURL": "https://sidemantic.com",
"defaultPrompt": [
"Create a Sidemantic model from my schema.",
"Validate these metrics and dimensions.",
"Explain why revenue changed using our trusted metrics.",
"Build a dashboard from my Sidemantic models."
],
"brandColor": "#2563EB"
}
}{
"name": "sidemantic",
"description": "Build, validate, and query Sidemantic semantic models, answer business questions with trusted metrics, and generate analytics webapps. Ships modeler, semantic-analyst, and webapp-builder skills.",
"version": "1.0.0",
"author": {
"name": "Sidemantic"
},
"homepage": "https://sidemantic.com",
"repository": "https://github.com/sidequery/sidemantic",
"license": "Apache-2.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sidemantic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sidemantic)