Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Kevin RAMAROZATOVO avatar

Base

  • Updated March 22, 2026
  • Kevin-rm/claude-code

base is a Claude Code skill in the AI & Agent Building category. Essential Claude Code configuration — skills, hooks, and defaults for everyday use.

Key points

  • base
  • AI & Agent Building
  • AI-coding skill

Base by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Kevin-rm/claude-code
/plugin install base@kra-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMarch 22, 2026
RepositoryKevin-rm/claude-code

What it does

Essential Claude Code configuration — skills, hooks, and defaults for everyday use.

README.md

KRA Plugins

License: Apache 2.0

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.

Install

# Add the marketplace
/plugin marketplace add Kevin-rm/claude-code

# Install the plugins you want
/plugin install <plugin-name>@kra-plugins

# Activate
/reload-plugins

Presets

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.

Statusline

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.

Statusline

Development

# 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.

Credits

The skill-creator skill is derived from anthropics/skills. See its NOTICE for details.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.