claude-fde-showcase
A production-style Claude application: MCP server, sub-agents and agent skills.
Pythonopen source
Problem
There is a gap between toy Claude demos and the way real Claude systems are actually built. This project is a reference for the production patterns a Forward Deployed Engineer would reach for.
Approach
- An MCP server exposing custom tools to Claude over the Model Context Protocol.
- Sub-agents that decompose work and hand off cleanly, rather than a single monolithic prompt.
- Agent skills packaging reusable capabilities the model can invoke.
- Structured as a showcase of how to wire these pieces together into something deployable.
Tech
ClaudeMCPPythonAgentsAgent skills
Status
Shipped and open source. Built as a Forward Deployed Engineer reference.