Prism plugin for Claude clients (Claude Code, Cowork, etc.): browser-based secure sign-in, then list workspaces, projects, and catalog. Includes a remote MCP server for sandboxed clients like Cowork. Credentials never transit chat.
List all tables / models in a project's catalog (enlist shape). Defaults to the user's currently-selected workspace + project. Usage — /prism:catalog [workspace-id] [project-id]
Run a Prism sandbox diagnostic — shows backend URL, DNS + multi-host network probes, and (optionally) session status. Usage — /prism:diag [sessionId]
Start a secure Prism sign-in. Opens a browser flow — credentials never touch this chat.
Sign out of Prism. Invalidates the current session so the next command will re-prompt for sign-in.
Ping the Prism MCP server — confirms connectivity from the Claude client to the Prism backend. Requires no authentication.
External network access
Connects to servers outside your machine
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.
Official Ask-Y plugins for Claude clients (Claude Code, Cowork, etc.).
This marketplace hosts all Ask-Y plugins in one repo. Add it once and install any of the included plugins.
/plugin marketplace add Ask-Y-Data-Products/claude-plugins
/plugin install prism@ask-y
/prism:login
/prism:login returns a browser sign-in URL. Open it, sign in, and the
plugin remembers the session for the rest of your conversation — no
files written, no client restart, no setup step.
Beta customer? See
INSTALL.mdfor the full install guide covering both Claude Code and Claude Cowork (including the ZIP-upload path for Cowork org admins).
Claude plugin for the Prism data platform. Browser-based secure sign-in, then list workspaces, projects, and catalog through /prism:* slash commands. Stateless — works in sandboxed plugin runtimes like Claude Cowork. Credentials never transit the chat transcript or the model context.
Commands:
| Command | What it does |
|---|---|
/prism:login | sign in via browser, start a Prism session for this conversation |
/prism:logout | invalidate the current session |
/prism:status | show who you're signed in as and when the session expires |
/prism:workspaces | list your Prism workspaces |
/prism:projects [workspaceId] | list projects in a workspace |
/prism:catalog [workspaceId] [projectId] [--variation enlist] | list catalog models |
/prism:diag | sandbox diagnostic (backend URL, reachability, session status) |
Skill sources live under prism/commands/.
fetch).https://appstage.ask-y.ai.The Prism plugin defaults to https://appstage.ask-y.ai. To point at a different backend (local dev, a different stage, prod), set PRISM_BACKEND_URL in the environment that launches your Claude client:
# Windows (PowerShell)
$env:PRISM_BACKEND_URL = "http://localhost:5141"
# macOS / Linux
export PRISM_BACKEND_URL=http://localhost:5141
The default backend URL is set in prism/.claude-plugin/plugin.json and can be overridden without editing the plugin.
The plugin never asks for your password, token, or any credential inside the chat. Sign-in works via server-side session rendezvous:
sessionId and a loginUrl./prism:* command sends only the sessionId via the X-Mcp-Session header. The backend resolves it to the cached JWT and executes the request.The actual JWT never leaves the backend. Your chat transcript sees only the sign-in URL and the opaque sessionId (a session handle with the same lifetime as the JWT — revokable via /prism:logout).
/prism:login to start a fresh session.PRISM_BACKEND_URL in your environment./api/auth/mcp-session endpoint is returning a loginUrl that resolves to the Prism login page./prism:diag for a sandbox probe (home, temp, env vars, outbound fetch reachability).Each plugin is a self-contained subdirectory at the repo root.
<plugin-name>/ at the repo root.<plugin-name>/.claude-plugin/plugin.json with name, version, description, and optionally mcpServers.<plugin-name>/commands/*.md..claude-plugin/marketplace.json.version in both plugin.json and the marketplace entry.MIT — © 2026 Ask-Y Inc.
npx claudepluginhub ask-y-data-products/claude-plugins --plugin prismComprehensive 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.
Harness-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
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
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.