From claude-resources
Enables automatic git commits after completing features, fixes, or refactors without prompting for permission. Use for hands-off development when instructed to auto-commit.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
From now on, commit changes automatically without asking for permission. After completing each meaningful unit of work (feature, fix, refactor), create commits immediately.
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, commit changes automatically without asking for permission. After completing each meaningful unit of work (feature, fix, refactor), create commits immediately.
Follow the same strategy as /commits:
git status and git diff --stat.gitignore if neededgit add . blindly)Co-Authored-By: Claude <noreply@anthropic.com> when appropriategit commit --amend without explicit permission.gitignore when unwanted files are found