Agent Skill
2/7/2026

help

Show bluera-base plugin features and usage

B
blueraai
1GitHub Stars
1Views
npx skills add blueraai/bluera-base

SKILL.md

Namehelp
DescriptionShow bluera-base plugin features and usage

name: help description: Show bluera-base plugin features and usage argument-hint: "[commands|skills|hooks|config|all]" allowed-tools: [Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion]

bluera-base Help

Comprehensive guide to all bluera-base features.

Subcommands

CommandDescription
/bluera-base:help or /bluera-base:help allShow all features
/bluera-base:help skillsList all skills (slash commands)
/bluera-base:help hooksExplain automatic hooks
/bluera-base:help configShow configuration options

Algorithm

Show All (default)

Display the complete feature reference below.

Skills

Show only the Skills section (all slash commands are skills).

Hooks

Show only the Hooks section.

Config

Show only the Configuration section.


Quick Start

# Initialize config for your project
/bluera-base:settings init

# Create atomic commits with conventional format
/bluera-base:commit

# Start iterative development loop
/bluera-base:milhouse --inline "implement feature X"

# Review code for issues
/bluera-base:code-review

# Cut a release
/bluera-base:release

Skills (29 total)

All skills are available as slash commands via /bluera-base:<name>.

Categories: Development & Iteration, Project Setup, Documentation, Analysis & Quality, Git & Workflows, Help & Guidance, Internal.

Full list with descriptions: references/skills-reference.md


Hooks (18 total)

Hooks run automatically on specific events. No action required.

Lifecycle events: SessionStart, PreCompact, Stop, PreToolUse, PostToolUse, Notification, TeammateIdle, TaskCompleted.

Full list with descriptions: references/hooks-reference.md


Configuration

Manage settings with /bluera-base:settings. Config stored in .bluera/bluera-base/.

Features: auto-learn, notifications, auto-commit, auto-push, dry-check, dry-auto.

Full schema and file details: references/config-reference.md


Supported Languages

bluera-base works with any language Claude Code supports. Language-specific features:

FeatureLanguages
DRY detection150+ via jscpd
Refactor patternsJS/TS, Python, Rust, Go
Commit conventionsAll
Code reviewAll

Getting Help

  • /bluera-base:help <topic> - Specific topic help
  • @skill-name - Reference skill documentation
  • /bluera-base:settings status - Debug configuration issues

Skill Budget

Claude Code limits skill loading to 2% of context window. If skills are excluded, check /context and increase with SLASH_COMMAND_TOOL_CHAR_BUDGET.

Skills Info
Original Name:helpAuthor:blueraai