From fixclaude
Create a brand new CLAUDE.md with production-grade agent directives that override Claude Code's built-in limitations. Only use when no CLAUDE.md exists in the project. Use when the user says "fixclaude init", "create claude md", or "initialize claude directives".
npx claudepluginhub florianbuetow/claude-code --plugin fixclaudeThis skill uses the workspace's default tool permissions.
Create a new CLAUDE.md from the production-grade template that reverses
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Create a new CLAUDE.md from the production-grade template that reverses Claude Code's built-in limitations discovered in the source code leak.
Check that CLAUDE.md does not already exist:
if [ -f "CLAUDE.md" ] || [ -L "CLAUDE.md" ]; then
echo "ERROR: CLAUDE.md already exists. Use fixclaude:update instead."
exit 1
fi
If it exists, tell the user to use fixclaude:update instead and stop.
Read the template from the plugin's references directory:
${CLAUDE_PLUGIN_ROOT}/references/claude-md-template.md
This template contains the full production-grade agent directives.
Write the template content to CLAUDE.md in the project root.
Add this attribution comment at the very end of the file:
<!-- Agent directives based on https://github.com/iamfakeguru/claude-md (MIT, fakeguru) -->
<!-- Installed by fixclaude plugin -->
Tell the user:
fixclaude:analyze to see how each directive maps to a specific Claude Code limitation