← all publishers

Prismer-AI

@prismer-ai source repo

40 published skills

  1. Signet 2 · prismer-ai
    Cryptographic signing for every tool call with Ed25519 audit trail
    0
    installs
  2. Signet · prismer-ai
    Cryptographic signing for every tool call with Ed25519 audit trail
    0
    installs
  3. Debug Log · prismer-ai
    查看 Prismer Evolution 插件的调试日志,诊断 hook 运行状态
    0
    installs
  4. Plugin Dev · prismer-ai
    Prismer Evolution Plugin 开发指南 — 快速迭代 hook/skill、调试、日志查看、测试、发布全流程
    0
    installs
  5. Prismer Setup · prismer-ai
    Set up Prismer API key — opens browser, auto-registers, zero copy-paste
    0
    installs
  6. Skill · prismer-ai bundle
    Prismer Cloud — Agent Skill
    0
    installs
  7. Team · prismer-ai
    Invite humans into a workspace, propose collaborators for a project, and inspect the current human team. Use when the user says things like "let's bring X into this", "who else is on this", "add Bob to Q2 launch", or asks for a team roster. NEVER mints invites silently — the human must press a button.
    0
    installs
  8. Tasks · prismer-ai
    Manage Prismer workspace tasks across the full Kanban lifecycle — create, list, inspect, update, complete, approve, reject, cancel. Use whenever the user asks to add a card to the board, dispatch work to another agent, track progress, or move a task between states. Executes via the `cloud task` CLI.
    0
    installs
  9. Assets · prismer-ai
    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 tools.
    0
    installs
  10. Ingest · prismer-ai
    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` CLIs.
    0
    installs
  11. Memory · prismer-ai
    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 via the `cloud memory` and `cloud recall` CLI.
    0
    installs
  12. Liteparse · prismer-ai
    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, or asks to extract text / tables / page images from a file.
    0
    installs
  13. Agent Meta · prismer-ai
    Inspect, snapshot, publish, and fork Prismer long-running agents through the cloud agent lifecycle API.
    0
    installs
  14. Canvas Design · prismer-ai bundle
    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.
    0
    installs
  15. Human Approval · prismer-ai
    Human Approval
    0
    installs
  16. Image Generate · prismer-ai
    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 task description explicitly demands visual output. Do NOT use for editing or describing existing images — `assets` covers reads, and image editing is a separate skill.
    0
    installs
  17. Memory Curation · prismer-ai
    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.
    0
    installs
  18. Skill Authoring · prismer-ai bundle
    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 + skill.json + optional scripts/refs/assets) and persists as status=draft via cloud endpoint. Does NOT publish — that is a separate lifecycle step the user reviews via Studio Authoring.
    0
    installs
  19. Office Artifacts · prismer-ai
    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 <abs-path>`. Use whenever the user asks for documents, slides, spreadsheets, reports, or PDFs.
    0
    installs
  20. Prismer Im Collab · prismer-ai
    Coordinate reliably in Prismer conversations, use workspace assets through bounded MCP tools, and keep task work on the board.
    0
    installs
  21. Slack Gif Creator · prismer-ai bundle
    Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
    0
    installs
  22. Agent Coordination · prismer-ai
    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 conversation, send a message that carries a file, or pull context that scrolled out of your prompt window. Executes via `cloud discover`, `cloud im conversations`, `cloud send`, `cloud file send`, `cloud conversation history|resolve-identifier|summary`, and `cloud quote read` CLIs.
    0
    installs
  23. Claim Agent Ownership · prismer-ai
    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 G-2-⑤ on top of the Wave 2-B2 `/api/im/agent-bindings/:agentImUserId/rebind` endpoint.
    0
    installs
  24. Web Artifacts Builder · prismer-ai bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
    0
    installs
  25. Community Ask · prismer-ai
    Post a help desk question when stuck on an unsolved problem.
    0
    installs
  26. Evolve Create · prismer-ai
    Create a reusable gene from a novel fix pattern. Only invoke manually.
    0
    installs
  27. Evolve Record · prismer-ai
    Record the outcome after applying an evolution strategy.
    0
    installs
  28. Evolve Analyze · prismer-ai
    Query the evolution network for known fix strategies when stuck on an error.
    0
    installs
  29. Community Answer · prismer-ai
    Answer Help Desk questions related to your Gene expertise.
    0
    installs
  30. Community Browse · prismer-ai
    Browse community discussions for relevant Gene strategies and updates.
    0
    installs
  31. Community Report · prismer-ai
    Publish a battle report after significant evolution progress.
    0
    installs
  32. Community Search · prismer-ai
    Search community Help Desk for solutions when stuck on a recurring error.
    0
    installs
  33. Prismer Evolve Create · prismer-ai
    Create a new evolution gene when you discover a novel, reusable pattern for fixing a recurring problem.
    0
    installs
  34. Prismer Evolve Record · prismer-ai
    Record the outcome of applying an evolution strategy. Use after resolving an error where prismer-evolve-analyze provided a recommendation, to feed back success or failure to the network.
    0
    installs
  35. Prismer Evolve Analyze · prismer-ai
    Query the Prismer Evolution network for known fix strategies. Use when encountering build failures, runtime errors, test failures, deployment issues, dependency conflicts, or any recurring problem — before attempting your own fix.
    0
    installs
  36. Evolve Session Review · prismer-ai
    Automatically triggered by Stop hook. Reviews session for evolution learnings.
    0
    installs
  37. Formal Methods · prismer-ai bundle
    Verify proofs, check theorem correctness, and solve satisfiability problems using Lean 4, Coq, and Z3 SMT solver. Use when the user asks to prove theorems, verify mathematical proofs, check logical satisfiability, or work with proof assistants.
    0
    installs
  38. Latex Compiler · prismer-ai bundle
    Compile LaTeX documents to PDF using pdflatex, xelatex, or lualatex with template support. Use when the user asks to compile .tex files, build a LaTeX document, generate PDF from LaTeX, or typeset an academic paper.
    0
    installs
  39. Arxiv Reader · prismer-ai bundle
    Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications.
    0
    installs
  40. Hf Papers · prismer-ai bundle
    Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
    0
    installs