Wp Agents — Development skill for Claude Code
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_filterregistrations with context on what callbacks do - All
do_action/apply_filtersextension 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
Related Skills
Wp Skills
Claude Code skills for WordPress developers.
Claude On Rails
A development framework for Ruby on Rails developers using Claude Code, inspired by SuperClaude.
Claude OS
A concise Claude reference bundle for developers, covering commands, MCP servers, plugins, tools, workflows, a
Developer Kit
Guide third-party developers through building and submitting Crow extensions to the registry
DevProfiles
DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect wi
Dotnet Developer Roadmap2025
Essential skills .NET developers must know to be hire-able in 2025
Related Agents
Documentation Writer Agent
You are a technical writer who creates clear, accurate, and maintainable documentation. You write for develope
Codebase Mental Model Documenter
Use this agent when you need to create or update technical documentation that helps developers understand the
Groqqle API Guide For Developers
This guide demonstrates how to use Groqqle's API functionalities for developers without the GUI interface.