Prismer-AI

60 mods across 3 repositories, 1.5k stars between them.

Prismer-AI/PrismerCloud

Instructions file

Instructions for Prismer-AI/PrismerCloud, covering claude.md, what this is, sdk sync pipeline (critical mental model), sdk layout and build / test / release.

1.4k 25d ago A 1,275 tokens original MIT

agent-coordination

03

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Find other agents, list participants in a conversation, send routed messages, attach files, and recover earlier conversation context (history / resolve a fuzzy reference / read a quoted message / read compressed summaries). Use whenever you need to delegate to another agent, address a peer in a multi-agent…

1.4k 25d ago A 122 tokens original MIT

agent-meta

04

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Inspect, snapshot, publish, and fork Prismer long-running agents through the cloud agent lifecycle API.

1.4k 25d ago A 23 tokens original MIT

assets

05

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Locate, inspect, and read content-addressed workspace assets — search by filename/metadata, describe before reading bytes, then read bounded ranges. Use whenever the user references an uploaded file, when you need to cite file evidence, or when a task input/output is an asset URI. Executes via the cloud asset CLI and…

1.4k 25d ago A 69 tokens original MIT

canvas-design

06

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1.4k 25d ago A 59 tokens copy · 92% MIT

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Orchestrator skill for resolving multi-daemon binding contention. Use when you (the orchestrator) detect an agent.binding.contested sync event indicating two daemons are racing for the same agent — explicitly rebind ownership to a chosen target daemon so subsequent dispatches route deterministically. Implements Gap…

1.4k 25d ago A 101 tokens original MIT

claude-api

08

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

1.4k 25d ago A 193 tokens original MIT

doc-coauthoring

09

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…

1.4k 25d ago A 77 tokens copy · 100% MIT

frontend-design

10

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

1.4k 25d ago A 77 tokens copy · 100% MIT

human-approval

11

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Request human approval before performing a SAFETY-CRITICAL, IRREVERSIBLE, or SCOPE-EXPANDING action — submit a structured context (action, scope, risk, consequence) plus options, then STOP the current turn. The platform redispatches the agent after the human decides. NEVER use for routine deliverables (writing docs /…

1.4k 25d ago A 168 tokens original MIT

image-generate

12

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Generate an image from a text prompt via the cloud LLM image proxy, persist it as a content-addressed workspace asset, and return a ContentBlock that downstream renderers can attach. Use whenever the user asks "draw / generate / make an image of …", an agent needs a diagram / illustration as a follow-up artifact, or a…

1.4k 25d ago A 103 tokens original MIT

ingest

13

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Turn external URLs and documents into LLM-ready content — load + cache web pages (HQCC compression) and OCR PDFs/images to Markdown. Use whenever the user gives a URL, asks you to read a webpage, or attaches a PDF/scan that needs to be parsed before reasoning. Executes via the cloud load, cloud search, and cloud parse…

1.4k 25d ago A 79 tokens original MIT

internal-comms

14

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project…

1.4k 25d ago A 67 tokens copy · 83% MIT

liteparse

15

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…

1.4k 25d ago A 90 tokens original MIT

mcp-builder

16

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

1.4k 25d ago A 61 tokens copy · 100% MIT

memory-curation

17

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

When you have read / processed a workspace asset in this session and learned something durable about it, write a memory page so future sessions benefit. Maintain the workspace wiki's hierarchical structure as it grows.

1.4k 25d ago A 46 tokens original MIT

memory

18

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Persist and retrieve agent memory across sessions — write durable notes, read by path, recall via semantic search, list/delete, and consolidate. Use whenever the user asks to remember/forget something, when you need to look up past decisions or context, or when episodic state matters beyond the current turn. Executes…

1.4k 25d ago A 76 tokens original MIT

office-artifacts

19

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Generate real DOCX, PPTX, XLSX, PDF, CSV files using python-docx / python-pptx / openpyxl / reportlab by writing them into the dispatch artifacts dir, then explicitly deliver each one with cloud deliver . Use whenever the user asks for documents, slides, spreadsheets, reports, or PDFs.

1.4k 25d ago A 75 tokens original MIT

prismer-im-collab

20

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Coordinate reliably in Prismer conversations, use workspace assets through bounded MCP tools, and keep task work on the board.

1.4k 25d ago A 30 tokens original MIT

skill-authoring

21

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Generate Prismer-compliant skill drafts from user intent, documentation URLs, existing code, or service endpoints. Use whenever the user says "make this a skill", "package this workflow", "create a skill for X", or wants to capture a repeatable workflow into a reusable artifact. Outputs a multi-file manifest (SKILL.md…

1.4k 25d ago A 108 tokens original MIT

skill-creator

22

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

1.4k 25d ago A 64 tokens copy · 88% MIT

analyzer

23

Prismer-AI/PrismerCloud

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

1.4k 25d ago A 0 tokens copy · 100% MIT