marketplace
01Plugin Claude Code
PCIRCLE AI local marketplace for Claude Code plugin development and verification.
Plugin Claude Code
PCIRCLE AI local marketplace for Claude Code plugin development and verification.
Plugin Claude Code
Local context compression for Claude Code workflows, including structured data and debug-heavy output.
Hook
Runs after a tool call finishes for Read, Grep, Glob, WebFetch and Bash tool calls, executing post-tool-use.mjs via node. From PCIRCLE-AI/toonify-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: memesh.
Plugin Claude Code
MeMesh — agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.
MCP server Claude CodeCodexCursor +2
MCP server "memesh" as configured in PCIRCLE-AI/memesh. Runs ${CLAUDE_PLUGIN_ROOT}/dist/mcp/server.js with node.
Instructions file CodexOpenCode
AGENTS.md instructions for PCIRCLE-AI/memesh, covering using memesh — for ai agents, the loop that pays for itself, all 11 mcp tools, memory hygiene and what you must never invent.
Instructions file
Claude Code instructions for PCIRCLE-AI/memesh, covering memesh — instructions for ai coding assistants, the few things that live only here, running the tests, coverage, and what a 0% file means and verifying a change before claiming it works.
Hook
Runs before the agent uses a tool for Edit, Write and Bash tool calls, executing pre-edit-recall.js and guard-check.js (2 commands). From PCIRCLE-AI/memesh.
Hook
Runs when a session starts on startup and resume, executing session-start.js and codex-session.js (2 commands). From PCIRCLE-AI/memesh.
Hook
Runs after a tool call finishes for Bash tool calls, executing post-commit.js. From PCIRCLE-AI/memesh.
Hook
Runs when the agent finishes a response, executing session-summary.js. From PCIRCLE-AI/memesh.
Hook
Runs before the context is compacted, executing pre-compact.js. From PCIRCLE-AI/memesh.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-intent.js. From PCIRCLE-AI/memesh.
Skill Claude CodeCodex
Review and optimize the MeMesh memory database. Analyzes health score, finds stale/conflicting/redundant memories, shows work patterns, and suggests cleanup actions. Use when asked to "review memories", "check memory health", "clean up knowledge", or "what's in my memory".
Skill Claude CodeCodex
Use MeMesh to remember, recall, and manage AI knowledge across sessions, and to exchange durable task-focused messages with local agents. Triggers when the user asks to remember something, recall past decisions, forget outdated info, learn from mistakes, analyze work patterns, contact another agent, or handle a…