AI SummarySearch and retrieve Prismatic product documentation and code examples to answer conceptual questions, explain features, and provide best-practice guidance. Prismatic docs pages serve clean markdown by appending to the URL path: The version strips HTML/CSS/JS, returning clean content ideal for LLM
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "prismatic-docs" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/prismatic-docs && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/prismatic-docs/SKILL.md "https://raw.githubusercontent.com/prismatic-io/prismatic-skills/main/skills/prismatic-docs/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
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.
Find Code Examples
• Identify the pattern needed (component, trigger, connection type, etc.) • Search https://github.com/prismatic-io/examples for relevant examples • Fetch raw file content if detailed analysis needed • Present code with explanation • Cite the GitHub URL
Prismatic Documentation
Search and retrieve Prismatic product documentation and code examples to answer conceptual questions, explain features, and provide best-practice guidance.
Resources
• Documentation: https://prismatic.io/docs/ — Official product documentation • Examples: https://github.com/prismatic-io/examples — Working code implementations
Core Technique: Markdown Fetch
Prismatic docs pages serve clean markdown by appending .md to the URL path: | HTML URL | Markdown URL | |---------------------------------------------|-----------------------------------------------| | https://prismatic.io/docs/connections/ | https://prismatic.io/docs/connections.md | | https://prismatic.io/docs/config-pages/ | https://prismatic.io/docs/config-pages.md | The .md version strips HTML/CSS/JS, returning clean content ideal for LLM consumption.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster