From claude-resources
Prunes local Git branches merged into main/master after listing safe candidates and user confirmation. Excludes protected branches, current branch, unmerged. Use for 'prune local branches' requests without affecting remote.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
Check and prune local branches that have been merged:
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.
Check and prune local branches that have been merged:
git branchgit branch --mergedgit branch -d <branch-name> for each branchImportant: Never delete: