Flavian: A WordPress Development Framework with 24 Specialized Claude Code Agents

Flavian is an MIT-licensed WordPress development framework that uses 24 specialized Claude Code agents to handle specific development tasks. The creator, who open-sourced the project, initially used Claude Code generically but found it produced PHP that worked but didn't follow WordPress conventions, hardcoded colors instead of using theme.json tokens, and placed files in incorrect locations.
Agent Specialization
The framework divides work among specialized agents including:
- A frontend-developer agent
- A security audit agent
- A performance benchmarker
- A UI designer for block patterns
Each agent has WordPress-specific knowledge baked in through skills files, which are systematic workflows that prevent common WordPress mistakes. The agents were originally based on the repository at https://github.com/wshobson/agents.
Key Features
The Figma-to-WordPress pipeline serves as the showpiece of the framework. You provide a Figma URL, and it:
- Extracts the complete design system
- Generates FSE block theme templates
- Creates block patterns
- Handles image assets
The creator notes this requires "no babysitting."
Technical Implementation
Other successful implementation details include:
- Using an MCP server so agents can interact with the WordPress environment
- A commit-commands plugin for structured git workflows
- Episodic memory for context persistence across sessions
The framework is available at https://github.com/PMDevSolutions/Flavian. The creator mentions two more FOSS tools will be released next week.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Guild: Multi-user AI agent server for teams
OpenClaw Guild extends single-user OpenClaw into a multi-user AI server with role-based access control, isolated data per agent, and a 4-tier memory system. It includes a web admin dashboard and Docker-compose deployment for 15-minute setup.

KubeShark: A Kubernetes Skill for Claude Code and Codex to Catch Hallucinated YAML
KubeShark is a failure-mode-first Kubernetes skill for Claude Code and Codex that catches deprecated APIs, misconfigured probes, broken selectors, and other common AI-generated mistakes before they hit production.

Free Model Alert: Tencent Hy3 Available on OpenRouter for 2 Weeks — Try It Now
Tencent Hy3 is free on OpenRouter for 2 weeks. Use it in OpenClaw via openrouter/tencent/hy3:free. Full details from r/openclaw.

MCP Marketplace Built with Claude Code Features Security Scanning and Monetization
A developer built mcp-marketplace.io using Claude Code for 95% of the codebase, creating a curated marketplace with security scanning for 2,200+ MCP servers and monetization options for creators.