Claude Code plugins by Publica.la
npx claudepluginhub publicala/bake-claude-md-files-skillConverts CLAUDE.md rules into automated checks, freeing up agent context.
Share bugs, ideas, or general feedback.

Claude Code skill - converts CLAUDE.md rules into automated checks (eslint, phpstan, pint, CI, etc.), freeing up agent context.
Inspired by Matthieu Napoli's tweet. We extended the original prompt into a proper Claude Code skill with tooling-first priorities.
Rules that require human judgment are kept as-is.
The repo doubles as a plugin marketplace (required by Claude Code for plugin install to work). marketplace.json points to the plugin in this same repo.
npx skills add publicala/bake-claude-md-files
/plugin marketplace add publicala/bake-claude-md-files
/plugin install bake-claude-md-files@publicala
Copy skills/bake/SKILL.md into your skills directory:
# Global (all projects)
mkdir -p ~/.claude/skills/bake-claude-md-files
cp skills/bake/SKILL.md ~/.claude/skills/bake-claude-md-files/
# Project-level
mkdir -p .claude/skills/bake-claude-md-files
cp skills/bake/SKILL.md .claude/skills/bake-claude-md-files/
Both installation methods invoke the same skill:
/bake-claude-md-files/bake-claude-md-files:bakeMIT