This is a meta-example that shows you how to build a properly self-contained Claude Code skill. It's not for building apps with an actual framework. Instead, it teaches the pattern: inline all essential content, avoid relative path dependencies, include complete working examples, and make sure everything works in flat deployment. Bobmatnyc built this after seeing too many skills break when deployed outside their original repo structure. If you're publishing your own skills or wondering why the good ones work reliably while others don't, this demonstrates the architecture that prevents those issues. It's passed all three security audits and has 141 installs, mostly from other skill authors.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill example-framework-skill