Composable Claude Code skills turned a pile of unreviewed real-estate listings into a repeatable pipeline: one skill reviews a single listing, another loops over a site, a third fans out across all sites — each with its own guardrails and an audit gate before anything publishes.
How I built a schema-driven MCP server that lets an AI assistant manage many heterogeneous WordPress sites through a single typed interface — architecture, trade-offs and lessons learned.
A practical guide to making WordPress content AI-ready with JSON-LD, llms.txt and FAQ schema — what each signal does, how to ship them safely, and why accuracy beats volume.
A deep dive into project_search — a 25-tool MCP server built on ripgrep and ast-grep that cuts code search token costs by up to 99%. Learn the engineering decisions, token economy principles, and five lessons for building your own MCP server.
WordPress Manager MCP is an open-source server that lets any MCP-compatible AI assistant (Claude, Gemini, ChatGPT…) manage your WordPress site in natural language — 44 tools, no extra plugins required.
Concrete PHP/Symfony implementation of OpenID Connect on top of an existing OAuth2 server: nonce, RSA keys, ID Token (JWT/RS256), UserInfo endpoint, Discovery, and JWKS — full code included.
Two Git commands that saved me from critical mistakes at work: git reflog to recover lost commits, and git rebase -i to rewrite history cleanly before a PR.
How to integrate a new DDD/hexagonal module into an existing legacy codebase without a full rewrite. The “Legacy Port in Infrastructure” pattern explained with concrete examples and diagrams.
Context The objective is to set up an OpenId Connect Server using the Authorization Code Flow from an Oauth2 server…
Story of an professional experience To start, i tell you briefly the story of an profesionnal experience: During a professional…










