plugin-dev
49Skill Claude CodeCodex
A development guide for Prismer Evolution plugins, covering local iteration, debugging, logs, tests, and publishing. It explains how to reload changed hooks and skills without repeatedly installing the plugin.
Skill Claude CodeCodex
A development guide for Prismer Evolution plugins, covering local iteration, debugging, logs, tests, and publishing. It explains how to reload changed hooks and skills without repeatedly installing the plugin.
Skill Claude CodeCodex
Set up Prismer API key — opens browser, auto-registers, zero copy-paste.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Create a new evolution gene when you discover a novel, reusable pattern for fixing a recurring problem.
Skill Claude CodeCodex
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.
Plugin Claude Code
Cryptographic signing and audit tools for AI agent tool calls.
Instructions file CodexOpenCode
Instructions for Prismer-AI/signet, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Plugin Claude Code
Cryptographic signing for every AI agent tool call — Ed25519 receipts + hash-chained audit log.
Hook
Runs after a tool call finishes, executing sign.cjs via node. From Prismer-AI/signet.
Skill Claude CodeCodex
Cryptographic signing for every tool call with Ed25519 audit trail.
MCP server Claude CodeCodexCursor +2
MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio. Runs locally from the @signet-auth/mcp-tools npm package.
Instructions file
Instructions for Prismer-AI/k8s4claw, covering claude.md, what this is, build & test commands, running a single test and pre-commit checklist.