Multi-plugin marketplace with GitButler CLI skill and shared core utilities for Git workflows and version control
Shared base plugin providing common utilities, Git fundamentals, and reusable patterns for all plugins in the marketplace
Using GitButler CLI (but command) for managing virtual branches, stacks, and Git workflows with operation history and undo capabilities. Use when working with GitButler repositories, virtual branches, stacked commits, or needing safe Git operations with undo. Activate when on gitbutler/workspace branch or when user mentions GitButler, but command, or managing multiple branches simultaneously.
Agent that simplifies and refines Rust code for clarity, consistency, and maintainability while preserving functionality. Enforces Rust idioms (thiserror, strum, serde, tracing) and reports significant changes with reasoning.
Interactive planning and build loop for Claude Code. Generates specs, implementation plans, and iterative build infrastructure (loop.sh) through clarifying questions. Use when starting a multi-step feature, bugfix, or refactoring task.
Send Slack notifications from Claude Code sessions with threading support. Create threads for tasks, post updates as replies, read thread replies.
Rust LSP via lspmux, sharing a single rust-analyzer instance across all Claude Code sessions.
Update PR titles and descriptions to help reviewers quickly understand changes, testing, risk level, and focus areas.
Query external repositories and codebases using DeepWiki CLI. Ask questions about any GitHub, GitLab, or BitBucket repository's architecture, patterns, APIs, and internals without cloning it.
Browser testing skills using cmux-browser (interactive) and playwright-cli (headless). Works with any URL — local dev servers, staging, or production sites.
Park a question for an offline subagent to research with full session context, accumulating structured answers in ~/Desktop/Offline_Questions_and_Answers.md. Use /offline-question to fire and forget.
Small, single-rule skills that auto-trigger on common engineering moments — file placement, task completion, claim-grounding, script duplication. One habit per skill, no procedural workflows.
Author skills (and other plugin components) for the amitkot/claude-code-tools marketplace. Use when creating, adding to, or updating skills in this repo — knows the multi-plugin layout, version-bump rules across SKILL.md/plugin.json/marketplace.json, CHANGELOG conventions, and the create → commit → push → PR → /plugin → /reload-plugins workflow.
Find and resume past Claude Code conversations by topic or date. Two skills: 'conversation-search-setup' to install the upstream cc-conversation-search CLI (PyPI, MIT, by akatz-ai) and initialise the local SQLite FTS5 index, and 'conversation-search' to drive searches against that index. Workflow wrapper around upstream — engine stays on PyPI.