Retrieves Prismatic documentation from prismatic.io/docs via .md fetches and GitHub examples to explain concepts, features like connections, triggers, config pages, marketplace deployment, and best practices.
From prismatic-skillsnpx claudepluginhub prismatic-io/prismatic-skills --plugin prismatic-skillsThis skill uses the workspace's default tool permissions.
references/documentation-search.mdreferences/example-code.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Search and retrieve Prismatic product documentation and code examples to answer conceptual questions, explain features, and provide best-practice guidance.
https://prismatic.io/docs/ — Official product documentationhttps://github.com/prismatic-io/examples — Working code implementationsPrismatic 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.
Fetch the page index to find the right documentation page:
https://prismatic.io/docs/llms.txt
This contains 200+ page titles with URLs. Search for keywords to find relevant pages.
Warning: Do NOT use llms-full.txt — it exceeds 10MB and will timeout.
Use WebSearch scoped to prismatic.io when the topic is unclear:
site:prismatic.io/docs <topic>
For known topics, fetch directly using common paths (see reference file).
references/documentation-search.mdllms.txt and search for relevant pages.md format and fetch with WebFetch.md) so users can visithttps://github.com/prismatic-io/examples for relevant examplesUse prismatic-docs for:
Use prismatic-api (not this skill) for:
| Topic | Path |
|---|---|
| Config variables | /docs/config-variables/ |
| Config pages | /docs/config-pages/ |
| Connections | /docs/connections/ |
| Customer config | /docs/customer-configuration/ |
| Custom components | /docs/custom-components/ |
| Code-native integrations | /docs/code-native-integrations/ |
| Embedding marketplace | /docs/embedding-marketplace/ |
| Integration triggers | /docs/integration-triggers/ |
| Instances | /docs/instances/ |
| CLI reference | /docs/cli/ |
| API reference | /docs/api/ |
See references/documentation-search.md for complete paths and task mappings.
Always cite sources so users can learn more:
For documentation:
For more details, see: https://prismatic.io/docs/connections/
For examples:
See the example: https://github.com/prismatic-io/examples/tree/main/components/example-name
references/documentation-search.md — Full documentation paths, common tasks mapping, workflowsreferences/example-code.md — GitHub examples navigation, search patterns, common categories