
clemux/claude-code-plugins
7 skills0 installsGitHub
Install
npx skills add https://github.com/clemux/claude-code-pluginsSkills in this repo
1Commitcommit creates smart conventional commits by automatically analyzing changes and splitting unrelated work into separate commits. Developers use it to keep a clean, conventional git history without hand-grouping diffs. It is a lightweight git workflow helper.0installs2Plan Guardplan-guard asks for confirmation when the agent enters plan mode while using a non-Opus model. It is a safety hook that prevents accidentally planning complex work on a weaker model. Developers add it to keep planning quality high in Claude Code. Content is brief, so this classification is best-effort.0installs3Pytest Profilingpytest-profiling diagnoses slow pytest suites, profiles them with pyinstrument, applies targeted fixes, and produces a performance report. Python developers use it when their test runs have become painfully slow and they need to find and remove the bottlenecks. It pairs measurement with concrete remediation.0installs4Safer Gitsafer-git blocks dangerous git commands such as force-push, amend, and reset --hard for all agents. Developers use it to prevent agents from rewriting or destroying git history during automated work. It is a guardrail hook for safe version control.0installs5Subagent Metricssubagent-metrics logs token usage for every subagent (Task tool) call to ~/.claude/subagent-metrics.jsonl. Developers use it to observe and analyze how much each subagent invocation costs in tokens. It provides a simple data trail for agent cost monitoring.0installs6Test Runnertest-runner runs your test suite with coverage and baseline tracking. It supports pytest now, with JavaScript/TypeScript support planned. Developers use it to execute tests and watch coverage against a tracked baseline so regressions are caught. It is a focused testing utility.0installs7Worktreeworktree manages git worktrees using git gtr, letting you create them, copy files between them, and navigate across them. Developers use it to work on multiple branches in parallel without disturbing the main checkout. It is a focused git workflow helper.0installs