agentbrew-add-command

Centralize command definitions in a canonical file for deployment across agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill agentbrew-add-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentbrew-add-command
Source: https://github.com/fyodoriv/agentbrew/tree/main/skill-plugins/dev/agentbrew-add-command
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill agentbrew-add-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes command definitions in a single canonical file to deploy to every agent.

Core Features & Use Cases

  • Create one canonical command file at ~/.config/agentbrew/commands/<name>.md that agentbrew can transform for each supported agent.
  • Register an existing file with agentbrew commands add and deploy it across all agents.
  • Never edit per-agent copies; syncing keeps all agents in sync and prevents accidental overwrites.

Quick Start

Create a canonical command file at ~/.config/agentbrew/commands/<name>.md and run agentbrew commands sync to deploy it to all agents.

Frequently Asked Questions about agentbrew-add-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync slash commands across multiple AI agents without overwriting manual edits?

Multi-agent command syncing is handled by defining commands once in a canonical markdown file, which is then automatically transformed per-agent to prevent accidental overwrites of manual edits. This safe syncing workflow keeps all agents updated from a single source.

What is a canonical command file and when do I need it for deployment?

A canonical command file is a single centralized markdown definition stored at a specific config path, needed when you want to deploy a command to every supported agent without maintaining separate per-agent copies. It serves as the single source of truth for transformations.

Can I register an existing markdown file to deploy across all supported agents?

Registering an existing file for multi-agent deployment is supported by running the command add action, which links your current markdown file into the canonical workflow so it can be synced and automatically transformed across all agents.

Does this command syncing workflow prevent accidental overwrites of per-agent copies?

Overwrite prevention is enforced by the strict syncing workflow, which relies on per-command canonical files and automatic per-agent format transformations, ensuring manual edits are never accidentally overwritten during deployment across agents.

What's the best way to centralize command definitions for multi-agent automation?

Centralizing command definitions is best achieved by creating one canonical markdown file per command, then using a sync operation to deploy it everywhere, eliminating the need to ever edit per-agent copies individually.

Why should I never edit per-agent copies directly when using canonical command files?

Editing per-agent copies directly is discouraged because the automatic syncing process deploys from the canonical file and applies per-agent format transformations, meaning direct edits will be bypassed and the agents will remain safely synchronized from the central source.