help
Show bluera-base plugin features and usage
SKILL.md
| Name | help |
| Description | Show 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
| Command | Description |
|---|---|
/bluera-base:help or /bluera-base:help all | Show all features |
/bluera-base:help skills | List all skills (slash commands) |
/bluera-base:help hooks | Explain automatic hooks |
/bluera-base:help config | Show 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:
| Feature | Languages |
|---|---|
| DRY detection | 150+ via jscpd |
| Refactor patterns | JS/TS, Python, Rust, Go |
| Commit conventions | All |
| Code review | All |
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.