By prismeai
Prisme.ai AI Builder toolkit: MCP server (workspaces, automations, apps, events, AI Knowledge), DSUL linter, skills and hooks for Claude Code and Codex.
Expert code reviewer for comprehensive analysis of code changes. Use for architecture, duplication, security, performance, and best practices review before merging PRs.
Use this agent when working with Prisme automations, apps, events, or when you need to search Prisme documentation. Requires the workspace name or ID, the environment (sandbox or prod), and the details to investigate.
Add A2UI (Agent-to-UI) surfaces to a Prisme.ai MCP workspace so that LLM agents can render interactive UI through MCP tool calls. Scaffolds an MCP endpoint (or extends an existing one) with tools whose outputs include a __surface payload (components, data_model, actions) that the host UI renders using the prisme://blocks/v1 catalog. Use when the user says "ajoute des surfaces A2UI", "expose une UI via MCP", "/agent-implement-a2ui <workspace> <surfaces>", or wants the agent to draw cards/forms/tables/buttons inside a chat.
Create a Prisme.ai bootstrap workspace that provisions an Agent Factory agent, attaches Storage-backed file or URL sources, seeds Agent Evaluations cases, runs evaluation, and validates the setup through the supported product apps Agents, Storage, and Evaluation.
Build or audit Prisme.ai App+MCP consumer DSUL workspaces that consolidate tests for a target App surface and its MCP server through Agent Factory agents. Use when implementing, recreating, or assessing connector consumer workspaces.
Generate public documentation (MDX) for a Prisme.ai App+MCP connector, mirroring the structure of existing pages (gryzzly.mdx, data-galaxy.mdx, …) in the prismeai/docs repo. Produces one `apps-store/marketplace/connectors/<slug>.mdx` page and inserts a matching `<Card>` into `overview.mdx`. Use when the user says "document the X app+mcp", "écris la doc de X", "/app-mcp-document X", or similar. Assumes the source workspace already exists locally (scaffolded by `/app-mcp-implement`).
Find every Prisme.ai App+MCP connector workspace (by the `app-mcp` label) and check each one against the current `/app-mcp-implement` skill templates + best-practice rules, reporting drift and applying approved fixes. The connectors are the workspaces scaffolded by `/app-mcp-implement`; this skill keeps the whole fleet in sync when a template or trap-fix lands. Use when the user says "update all app-mcp connectors", "vérifie que les connecteurs sont à jour", "propage le fix de template à tous les connecteurs", "/app-mcp-fleet-sync", or similar.
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
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.
A Model Context Protocol (MCP) server for interacting with the Prisme.ai AI Builder API, distributed as a plugin for Claude Code and Codex (one repo, both manifests).
| Feature | Description |
|---|---|
| Workspaces | Pull/push workspaces, search across workspaces, edit, search activity |
| Automations | CRUD, execution, authoritative DSUL linting (validate_automation) |
| AI Knowledge | RAG queries, document management, project management |
| Documentation | Access Prisme.ai docs directly |
| Skills & agents | /prisme-ai:* skills (connector scaffolding, testing, docs, A2UI…), code-review + prisme-assistant agents |
Claude Code
/plugin marketplace add prismeai/prismeai-mcp
/plugin install prisme-ai@prismeai-mcp
Codex
codex plugin marketplace add prismeai/prismeai-mcp
codex plugin add prisme-ai@prismeai-mcp
The plugin ships a prebuilt, self-contained plugin/build/index.js: the only runtime requirement is node (already required by both tools). No npm install, no build step, no SessionStart cost.
Credentials are user-created API tokens, registered per environment:
https://<studio-domain>/settings/tokens (e.g. https://sandbox.prisme.ai/settings/tokens).set_token tool (environment + token). The token is probe-validated against the API, then persisted to the plugin data dir (credentials.json, mode 600) — an invalid token persists nothing.set_token anytime to rotate an expired token.If a tool call targets an environment with no stored token, the error contains the exact token-creation URL for that environment. Users migrating from the old setup.sh install are imported automatically on first start (from PRISME_ENVIRONMENTS or ~/.claude.json).
Run /prisme-ai:guide for the skills catalog and the Prisme.ai environment context (environments, workspace parameters, event schema, recommended workflow).
Releases bump the plugin version and refresh the committed bundle (see .github/workflows/release.yml). Pull the update with:
/plugin marketplace update prismeai-mcp
npm install # also installs linter/ deps
npm run dev # run from TypeScript sources (tsx)
npm run build # tsc build (build/ tree)
npm run build:bundle # self-contained single-file bundle -> plugin/build/index.js
plugin/build/index.js is a committed artifact rebuilt by CI on each release tag.
| Guide | Description |
|---|---|
| Quick Start | Installation and setup |
| Tools Reference | All available MCP tools |
| Environments | Multi-environment configuration |
| Development | Contributing and development |
| Manual Setup | Claude Desktop, Cursor, other clients |
npx claudepluginhub prismeai/prismeai-mcp --plugin prisme-aiHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques