BeClaude

base

New
97Community RegistryDevelopmentby Melvyn · MIT

AIBlueprint base configuration with custom agents, slash commands, hooks, and productivity workflows for Claude Code

First seen 5/22/2026

Summary

AIBlueprint base configuration provides a foundational setup for Claude Code with custom agents, slash commands, hooks, and productivity workflows.

  • It streamlines development by offering reusable patterns and automated tasks, making it easier to manage complex projects efficiently.

Overview

cli

Instructions for the agent to follow when this skill is activated.

When to use

Describe when this skill should be used.

Instructions

  1. First step
  2. Second step
  3. Additional steps as needed

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install base@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Set up a new project with AIBlueprint's default agent configurations and workflow hooks.
Use slash commands to quickly run common development tasks like linting, testing, or deployment.
Create custom agents for repetitive coding patterns such as generating boilerplate or refactoring code.
Integrate productivity workflows that automate git operations, code reviews, or dependency updates.
Leverage hooks to trigger actions on file changes, such as auto-formatting or running tests.
Manage multiple agents and commands in a single project for consistent development practices.

Usage Examples

1

/base init my-project

2

/base agent create refactor-agent --description 'Refactor code to use modern patterns'

3

/base hook add pre-commit 'run lint'

View source on GitHub
agentaiblueprintmelvynxproductivityagentscommandshooksworkflows

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is base?

AIBlueprint base configuration provides a foundational setup for Claude Code with custom agents, slash commands, hooks, and productivity workflows. It streamlines development by offering reusable patterns and automated tasks, making it easier to manage complex projects efficiently.

How to install base?

To install base: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install base@<marketplace>. Finally, /plugin in Claude Code.

What is base best for?

base is a plugin categorized under Development. It is designed for: agent, aiblueprint, melvynx, productivity, agents, commands, hooks, workflows. Created by Melvyn.

What can I use base for?

base is useful for: Set up a new project with AIBlueprint's default agent configurations and workflow hooks.; Use slash commands to quickly run common development tasks like linting, testing, or deployment.; Create custom agents for repetitive coding patterns such as generating boilerplate or refactoring code.; Integrate productivity workflows that automate git operations, code reviews, or dependency updates.; Leverage hooks to trigger actions on file changes, such as auto-formatting or running tests.; Manage multiple agents and commands in a single project for consistent development practices..