Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From sanic732/P2P-4PDA-edition.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From sanic732/P2P-4PDA-edition.
Settings file Claude Code
Agent settings declaring 3 hook events (commenthooks, PostToolUse, UserPromptSubmit) and 9 allowed tools.
Skill Claude CodeCodex
A formatter that turns plain text or a screenshot of a 4PDA forum post into ready-to-paste BBCode, the markup language used by that forum.
Skill Claude CodeCodex
A tool that turns a collection of raw documents into an organized source bundle for NotebookLM, Claude Projects, or Cowork. These are tools that let an AI answer questions from uploaded reference material.
Skill Claude CodeCodex
A P2P workflow that asks eight specialized AI agents for separate views of a task and then combines their conclusions into one result.
Skill Claude CodeCodex
An interactive teacher for the P2P prompt-and-agent workflow system. It adapts explanations and exercises to help someone learn the system's commands and methods.
Skill Claude CodeCodex
P2P — main Skill entry point of the Prompt-to-Prompt meta-prompt system for Claude. Use when the user types /p2p, /start, старт, or /menu, or asks to build/generate/optimize a prompt, run a QUORUM multi-agent review, SCOPE.HELM scoping, or any /p2p- workflow. Entry point and main menu for the P2P system. Not for the…
Skill Claude CodeCodex
A P2P workflow step that renders long text, such as multi-agent logs or analysis, as a compact PNG image for another AI model to read.
Skill Claude CodeCodex
A generator for system prompts that make an AI answer from attached reference sources, with citations and an explicit marker when the sources do not contain an answer. RAG means retrieval-augmented generation: answering with retrieved documents.
Skill Claude CodeCodex
A document-preparation skill that cleans and structures source files for retrieval systems, which find relevant passages from a document collection.
Skill Claude CodeCodex
A guide for choosing how to use retrieval-augmented generation (RAG), which lets an AI find answers in a collection of documents before responding.