claudeindex
Marketplace

key-claude-code-plugins

key-claude-code-plugins

Stars

1

Forks

0

Plugins

9

Installation

1

Add the marketplace

/plugin marketplace add key/claude-code-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

9

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

current-datetime

Inject current datetime into UserPromptSubmit context

Plugin

statusline

Two-line statusline showing env, host, branch, model, context %, and rate-limit usage

Plugin

lint-markdown

Auto-format and lint Markdown files with rumdl on edit (PostToolUse)

Plugin

lint-shell

Lint shell scripts with shellcheck on edit (PostToolUse)

Plugin

lint-yaml

Lint YAML files with ryl or yamllint on edit (PostToolUse)

Plugin

lint-python

Auto-format and lint Python files with ruff on edit (PostToolUse)

Plugin

lint-toml

Auto-format and lint TOML files with taplo on edit (PostToolUse)

Plugin

secret-scan

Block secrets before they reach the LLM: scan prompts/files with gitleaks and Bash commands with risky patterns

Plugin

worktree-guard

Guard against common git-worktree mistakes: committing in the primary checkout, bulk staging, and worktree creation without an explicit base (PreToolUse)