KRA's opinionated Claude Code plugins, built on Anthropic's official best practices.
npx claudepluginhub kevin-rm/claude-codeEssential Claude Code configuration — skills, hooks, and defaults for everyday use.
Opinionated Claude Code configuration, inspired by Anthropic best practices.
KRA (Kevin RAmarozatovo) — my personal Claude Code plugin collection. This repository contains the skills, hooks, and defaults I use daily across all my projects.
# Add the marketplace
/plugin marketplace add Kevin-rm/claude-code
# Install the plugins you want
/plugin install <plugin-name>@kra-plugins
# Activate
/reload-plugins
The presets/ directory contains user-scope configuration files meant to be installed into ~/.claude/.
Use the setup script to install them:
./presets/setup.sh
If the target file already exists, the script will offer to merge (your settings win on conflicts), overwrite, or skip. A timestamped backup is created before any destructive operation.
Available options:
| Flag | Description |
|---|---|
--dry-run | Show what would be done without making changes |
--force-overwrite | Overwrite existing files without prompting |
--non-interactive | Skip prompts; existing files are left untouched unless --force-overwrite |
Merge requires jq — the script will offer to install it if missing. On Windows (winget), you may need to restart your terminal after installing jq for it to be available in PATH.
The presets ship with a preconfigured status bar that displays model info, git status, context usage, and session metrics at a glance. The layout was generated with ccstatusline and can be customized further via its interactive TUI.

# Clone the repo
git clone https://github.com/Kevin-rm/claude-code.git
cd claude-code
# Install dependencies
bun install
# Test a plugin locally
claude --plugin-dir ./plugins/<plugin-name>
Commits follow Conventional Commits, enforced with commitlint and husky.
The skill-creator skill is derived from anthropics/skills. See its NOTICE for details.