npx claudepluginhub derogab/agent-kit --plugin gitThis skill uses the workspace's default tool permissions.
- Staged diff: !`git diff --staged`
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
git diff --stagedgit branch --show-currentgit log --oneline -5Create a single git commit from the staged changes only.
git add. Never run git push. Only commit what is already staged.Follow Conventional Commits (https://www.conventionalcommits.org/en/v1.0.0/):
<type>(<optional scope>): <description>
[optional body]
Types:
Append ! after the type/scope for breaking changes (e.g. feat!: change API response format).
git commit -m.