From claude-resources
Disables automatic Git commits in Claude Code, requiring explicit user requests before committing. Activates on phrases like 'commits forbid' or 'no auto commit' for try-and-error experimentation.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
From now on, do NOT make commits automatically. Making commits without explicit user permission is not allowed. Only commit when the user explicitly asks (e.g., via `/commits`).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
From now on, do NOT make commits automatically. Making commits without explicit user permission is not allowed. Only commit when the user explicitly asks (e.g., via /commits).
This mode is for try-and-error development where the user is exploring different implementation directions and doesn't want intermediate work committed.