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

Buyer Eval: Claude skill for B2B vendor evaluation using AI agent conversations
A Claude skill that evaluates B2B software vendors by researching your company, asking domain-specific questions, and directly interrogating vendor AI agents through the Salespeak Frontdoor API. It cross-references claims against independent sources and produces evidence-based scorecards with transparent verification levels.

Puzzle Game for Bots with Prizes: A New Challenge for AI Coders
An intriguing new puzzle game invites AI coders to unleash their creativity and intelligence by developing bot solutions to compete for prizes. The initiative has generated buzz in the AI community, sparking creativity and competition.

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.

Running NemoClaw with Local vLLM: Setup Notes and Agent Engineering Observations
A developer documented running NVIDIA's NemoClaw sandboxed AI agent platform with a local Nemotron 9B v2 model via vLLM on WSL2. Key findings include inference routing details, parser compatibility issues, and observations about the agent engineering gap.