MCP server Claude CodeCodexCursor +2
MCP server that indexes WordPress hooks, blocks, APIs, and official documentation — exposing them as queryable tools to AI assistants. Runs locally from the wp-devdocs-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server that indexes WordPress hooks, blocks, APIs, and official documentation — exposing them as queryable tools to AI assistants. Runs locally from the wp-devdocs-mcp npm package.
Instructions file
Claude Code instructions for pluginslab/vphone-mcp, covering vphone-mcp, quick reference, architecture, tool layers and configuration.
MCP server Claude CodeCodexCursor +2
MCP server that extracts, validates, and indexes Gutenberg block schemas and markup from any WordPress plugin. Runs locally from the wp-blockmarkup-mcp npm package.
Agent Claude Code
Sub-agents the main Claude Code agent can delegate to. Each one runs in its own context window, with its own restricted tool set, so the main agent stays focused.
Agent Claude Code
Audits a feature plan PR before human review — checks spec.md and plan.md against the planning conventions in PLANNING.md and the constitution's allowlists. Reports findings; never modifies files. Invoke during Phase 2.5 (plan freeze) of the wordpress-feature skill, after scripts/open-plan-pr.sh opens the plan PR and…
Agent Claude Code
Audits WordPress PHP and JavaScript for security issues against the project's SECURITY.md checklist. Reports findings; never modifies code. Invoke before merging any PR or shipping a release.
Command Claude Code
Project-scoped slash commands. Type / in a Claude Code session and the command's body becomes the agent's marching orders for that turn.
Command Claude Code
Dispatch the plan-reviewer sub-agent to audit the active feature's spec.md and plan.md against PLANNING.md and constitution.md. Read-only.
Command Claude Code
Commit the active feature's spec.md + plan.md on a plan/ branch and open a PR for human review. Wraps scripts/open-plan-pr.sh. Use when the freeze assessment recommends freeze, or when the human is overriding a "proceed" recommendation.
Command Claude Code
Mark the active feature complete and archive it. Updates progress.md status, then moves the dir to .claude/plans/archive/YYYY-MM-DD-NNN-slug/.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing post-edit.sh. From pluginslab/wp-agentic-kit.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-commit.sh. From pluginslab/wp-agentic-kit.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh. From pluginslab/wp-agentic-kit.
Hook Claude Code
Runs when the agent finishes a response, executing stop.sh. From pluginslab/wp-agentic-kit.
Hook Claude Code
Runs when a session starts on resume, compact and clear, executing session-start.sh. From pluginslab/wp-agentic-kit.
Settings file Claude Code
Agent settings declaring 5 hook events (PostToolUse, PreToolUse, UserPromptSubmit, Stop) and 21 allowed tools.
Skill Claude CodeCodex
Interview-driven workflow to add a feature (Gutenberg block, REST endpoint, Settings page, editor extension, custom post type, taxonomy, CLI command) to an existing WordPress plugin. Writes spec.md + plan.md before generating code and freezes the plan for human review when the feature warrants it. Also handles…
Skill Claude CodeCodex
Interview-driven workflow to scaffold a brand-new WordPress plugin. Asks for identity (name, slug, namespace), writes a constitution of defaults + strict allowlists, then generates a complete plugin with optional Settings page, REST API, Gutenberg blocks, and editor extensions. Use only when there is no existing…
MCP server Claude CodeCodexCursor +2
MCP server that indexes WordPress hooks, blocks, APIs, and official documentation — exposing them as queryable tools to AI assistants. Runs locally from the wp-devdocs-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server that extracts, validates, and indexes Gutenberg block schemas and markup from any WordPress plugin. Runs locally from the wp-blockmarkup-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server for ephemeral WordPress Playground instances — spin up, interact with, and tear down WordPress sites on demand via AI assistants. Runs locally from the wp-playground-mcp npm package.
MCP server Claude CodeCodexCursor +2
Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Instructions file CodexOpenCode
Instructions for pluginslab/wp-agentic-kit, covering example plugin, what this is, important: security is non-negotiable, commands and install.