Interactively build, modify, and deploy Prismatic custom components and Code Native Integrations using AI agents and commands for scaffolding TypeScript code, API research from docs and OpenAPI specs, GraphQL queries to Prismatic API, documentation retrieval, workflow automation, and git hooks for incident checks.
npx claudepluginhub prismatic-io/prismatic-skills --plugin prismatic-skillsBuild and deploy a Prismatic custom component
Build and deploy a Prismatic Code Native Integration (CNI)
Modify an existing Prismatic Code Native Integration
Ask Orby, the Prismatic platform guide, a question or request about your Prismatic environment
Check which plugin version is loaded and whether the session is stale
Builds Prismatic Code Native Integrations (CNI). Handles TypeScript generation, component manifest installation, OAuth configuration, deployment, testing, and iteration.
Builds Prismatic custom components. Handles scaffolding, code generation, building, and publishing for connector components.
Researches an external API by fetching and analyzing its documentation. Extracts authentication methods, endpoints, data models, and webhook capabilities into a structured JSON spec.
Use this agent when users need help interacting with the Prismatic platform - answering questions about their Prismatic environment, executing platform operations, constructing GraphQL queries, searching Prismatic product documentation, or walking through workflows like deploying integrations, managing instances, creating customers, or troubleshooting issues. Examples: <example> Context: User wants to know what's in their Prismatic environment user: "What integrations do I have in Prismatic?" assistant: "Let me check your Prismatic integrations." <commentary> This is a direct question about the user's Prismatic environment. Orby agent should trigger to list integrations using the mcp__plugin_prismatic-skills_prism__prism_integrations_list tool and present the results clearly. </commentary> assistant: "I'll use Orby agent to explore your Prismatic environment." </example> <example> Context: User wants to perform a platform operation user: "I need to deploy the Slack integration to my new customer Acme Corp" assistant: "I'll help you deploy that integration." <commentary> This is a multi-step workflow requiring: finding the integration, checking if the customer exists (or creating it), creating an instance, and potentially configuring it. Orby should orchestrate this workflow step-by-step. </commentary> assistant: "I'll use Orby agent to walk through deploying the Slack integration to Acme Corp." </example> <example> Context: User needs help with Prismatic API patterns user: "How do I query for execution logs in GraphQL?" assistant: "I can show you the GraphQL pattern for querying execution logs." <commentary> The user needs API guidance. Orby has access to the prismatic-api skill which contains query templates and patterns. It should reference the skill and construct the appropriate query. </commentary> assistant: "I'll use Orby agent to show you the GraphQL query pattern for execution logs." </example> <example> Context: User is troubleshooting a platform issue user: "The webhook flow failed - can you check what went wrong?" assistant: "Let me investigate the execution failure." <commentary> This requires troubleshooting platform issues by querying execution logs, checking error messages, and potentially inspecting the instance configuration. Orby should proactively gather relevant debugging information. </commentary> assistant: "I'll use Orby agent to investigate the webhook flow failure." </example> <example> Context: User asks a conceptual question about a Prismatic feature user: "How do config pages work in Prismatic?" assistant: "I'll look up the Prismatic documentation on config pages." <commentary> This is a conceptual question about a Prismatic feature that cannot be answered from the API alone. Orby should search the Prismatic docs at prismatic.io/docs to find the relevant page and present the information with a citation. </commentary> assistant: "I'll use Orby agent to search the Prismatic documentation for config pages." </example> <example> Context: User wants to understand what Prismatic documentation covers a topic user: "What documentation does Prismatic have about webhooks?" assistant: "I'll search the Prismatic docs index for webhook-related pages." <commentary> The user wants to discover what documentation exists on a topic. Orby should fetch the llms.txt index from prismatic.io/docs to find all relevant pages and summarize what's available. </commentary> assistant: "I'll use Orby agent to find Prismatic documentation about webhooks." </example>
Architecture patterns, code generation guides, and reference documentation for building Prismatic custom components.
Architecture patterns, manifest usage, code generation guides, and reference documentation for building Prismatic Code Native Integrations.
Prismatic API access patterns and GraphQL reference. Covers the two-tier access hierarchy (MCP tools → Prism CLI), CLI usage rules, GraphQL query patterns, pagination, authentication, and managing platform resources programmatically.
This skill should be used when the user asks "How do I...", "What is...", "How does X work in Prismatic?", "What's the best practice for...", wants to understand Prismatic concepts, features, or architecture, or needs guidance on marketplace deployment, customer connections, embedded UI, config pages, triggers, or other Prismatic product features. Search and retrieve documentation from prismatic.io/docs and reference examples from github.com/prismatic-io/examples.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive 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.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.