claudeindex
amitkot's avatar
Author

Amit Kotlovski

@amitkot
1
Marketplaces
13
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

amitkot

Multi-plugin marketplace with GitButler CLI skill and shared core utilities for Git workflows and version control

Plugins:13
Skills:0
0
0

Plugins

Plugin

core

Shared base plugin providing common utilities, Git fundamentals, and reusable patterns for all plugins in the marketplace

Plugin

gitbutler-cli

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.

Plugin

code-simplifier

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.

Plugin

ralph-loop

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.

Plugin

slack-notify

Send Slack notifications from Claude Code sessions with threading support. Create threads for tasks, post updates as replies, read thread replies.

Plugin

lspmux-lsp

Rust LSP via lspmux, sharing a single rust-analyzer instance across all Claude Code sessions.

Plugin

pr-update-description

Update PR titles and descriptions to help reviewers quickly understand changes, testing, risk level, and focus areas.

Plugin

deepwiki

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.

Plugin

browser-testing

Browser testing skills using cmux-browser (interactive) and playwright-cli (headless). Works with any URL — local dev servers, staging, or production sites.

Plugin

offline-questions

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.

Plugin

code-habits

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.

Plugin

marketplace-author

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.

Plugin

conversation-search

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.