s3rgiosan

Wp Agents — Development skill for Claude Code

Development community

Claude Code agents for WordPress developers.

How to install Wp Agents

This entry records only its repository, not the path inside it, so there is no exact command to give. Open s3rgiosan/wp-agents and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Wp Agents does

Claude Code agents for WordPress developers.

Alternatives in Development

  • Example Plugin — Reference implementation for plugin developers 14k ★
  • Wechatsync — 一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布 5.1k ★
  • WP Abilities API — WordPress capabilities and permissions API 902 ★

README

wp-agents

Claude Code agents for WordPress developers.

A collection of Claude Code subagents and skills that bring persistent, context-aware WordPress knowledge directly into your development sessions — no more re-explaining plugin architectures, hook signatures, or data structures every time you open a new chat.


Agents

[wp-mnemon](./wp-mnemon)

*Mnemon (μνήμων) — ancient Greek for "one who remembers".*

Deep-analyzes WordPress plugins and writes permanent documentation into Claude's global memory. Once a plugin is analyzed, any Claude Code session can answer questions about its architecture, execution flows, hook chains, data lifecycle, extensibility patterns, and more — without ever touching the codebase again.

**Works with:**

  • Local plugins (/wp-content/plugins/my-plugin)
  • Public GitHub repos (https://github.com/org/plugin)
  • Private GitHub repos (via personal access token)

**Analyzes:**

  • Full plugin architecture — class hierarchies, design patterns, namespaces, autoloading
  • Bootstrap & initialization flow — what loads when and what triggers what
  • Execution flows — complete trigger-to-output chains for every major feature
  • All add_action / add_filter registrations with context on what callbacks do
  • All do_action / apply_filters extension points with parameters and use cases
  • Custom post types, taxonomies, meta keys, options, and their lifecycle
  • Custom database table schemas and CRUD operations
  • REST API routes with request/response shapes
  • Admin & frontend UI mapping — pages, metaboxes, shortcode output, block rendering
  • Gutenberg blocks, WP-CLI commands, cron jobs, enqueued assets
  • Third-party integration points (WooCommerce, ACF, WPML, Elementor...)
  • Extensibility patterns with 3-5 practical code examples

**[→ Install wp-mnemon](./wp-mnemon/README.md)**


Install via Claude Code plugin marketplace (recommended)

`wp-agents` is a Claude Code plugin marketplace. Add it once, then install agents individual