By pandasuite
Explore and understand PandaSuite Studio projects from Claude Code — screens, units, structure, and state.
Use when the user asks how to build something in PandaSuite, whether a feature is supported, or why something isn't working (e.g. an audio that won't play, a link that doesn't trigger). Answer from two sources at the same level — the documentation (searchDocs) and the user's own project — letting each guide the other, and cite the docs you use.
Use when connecting to the PandaSuite MCP or reading a Studio project — the read-only contract and how to operate its describe / execute catalog tools.
Use when you need to see what a published PandaSuite viewer actually does as it runs — after a tap, a navigation, a timer, or a binding or condition firing — not just how it's configured in Studio.
Use when exploring, describing, or explaining a PandaSuite project to a user — its screens, navigation, persistent layers (masters/foreground/background), components, and interactivity. Translates the MCP's technical type names into the names users see in Studio and keeps explanations jargon-free for non-developers (no-coders).
Give your AI agent eyes on the app you built in PandaSuite.
PandaSuite is a no-code studio for interactive apps, where rich behavior is composed from simple pieces rather than dropped in as one big widget. This plugin lets an agent read a Studio project and talk about it the way you do — in screens, elements, and interactions, not data types or tool names.
Ask it to:
It's read-only. The agent sees your project; it never changes it.
Works in Claude Code, Codex, Cursor, Antigravity, and Gemini CLI. Sign-in is OAuth in the browser — no API key to paste.
Claude Code
/plugin marketplace add pandasuite/ai-plugin, then /plugin install pandasuite@pandasuite.claude --plugin-dir /path/to/ai-plugin (the cloned repo).Gemini CLI
gemini extensions install https://github.com/pandasuite/ai-pluginAntigravity
agy plugin install https://github.com/pandasuite/ai-plugin — installs the skills and the MCP together.Codex
codex plugin marketplace add pandasuite/ai-plugin, then codex plugin add pandasuite@pandasuite (or run codex and use /plugins).codex mcp login pandasuite — opens the browser for OAuth. Check it with codex mcp get pandasuite.Cursor
.cursor-plugin/plugin.json).One MCP gives the agent a read-only connection; four skills teach it to use that connection well.
The connection is the PandaSuite MCP (https://mcp.pandasuite.com) — read-only, one Studio project at a time. It discovers what a project contains from the live catalog, not a frozen list, so it stays accurate as PandaSuite evolves.
The skills also ship as a data package, so you can drop them into your own AI SDK agent (e.g. the Claude Agent SDK) without installing the full plugin.
npm install @pandasuite/skills
import { skills } from "@pandasuite/skills";
// skills: { name, description, body, files? }[]
const gettingStarted = skills.find((s) => s.name === "getting-started");
console.log(gettingStarted?.body); // the SKILL.md markdown, ready to inject
Each entry comes from a SKILL.md: its name, description, the markdown body, and any companion files (relative path → contents). Tool names in the bodies are harness-neutral (no mcp__ prefix), so they work as-is in an AI SDK runtime.
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.
npx claudepluginhub pandasuite/ai-plugin --plugin pandasuiteMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.