AI SummaryReference documentation for building Prismatic custom components. Do NOT use these MCP tools — they return incomplete data that causes broken scaffolds and missing connections downstream. A hook will deny them, but avoid the wasted round trip. Components define their own inputs — not wrappers. Each
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "component-patterns" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/component-patterns && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/component-patterns/SKILL.md "https://raw.githubusercontent.com/prismatic-io/prismatic-skills/main/skills/component-patterns/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Architecture patterns, code generation guides, and reference documentation for building Prismatic custom components.
Phase 2: Requirements Gathering
• Spec items carry agent_context (narration backbone), implications (per-option consequence maps), and docs (Prismatic doc URLs). The agent uses these inline — no external references needed for most questions. Docs are fetched on demand only when agent_context is insufficient or the user asks a follow-up beyond what the curated content covers. • references/api-research-guide.md - How to research external APIs (load when api_docs_url is answered)
Examples (consult during code generation)
• references/examples/utility-component/ - Complete utility example • references/examples/apikey-connector/ - Connector with API Key auth • references/examples/oauth2-connector/ - Connector with OAuth2 auth
Component Patterns
Reference documentation for building Prismatic custom components. <disallowed-tools> Do NOT use these MCP tools — they return incomplete data that causes broken scaffolds and missing connections downstream. A hook will deny them, but avoid the wasted round trip. • mcp__prism__prism_components_list — Use run.ts find-components <keyword> instead • mcp__prism__prism_components_init — Use run.ts scaffold-component instead • mcp__prism__prism_components_publish — Use run.ts publish-component instead • mcp__prism__prism_components_generate_manifest — Manifests are auto-generated during scaffolding • mcp__prism__prism_install_component_manifest — Handled by run.ts scaffold-project --components • mcp__prism__prism_install_legacy_component_manifest — Handled by run.ts scaffold-project --components </disallowed-tools>
Connector Components
• Wrap external APIs (Salesforce, Canny, HubSpot, etc.) • Support OAuth2, API Key, Bearer Token, Basic Auth • Define connections, actions, triggers, and data sources • Installed via Prism CLI
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster