agentbrew-add-skill

Register GitHub, local folder, and catalog skill sources for agentbrew deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add a skill source to agentbrew so it deploys to all agents. Handles GitHub repos, local folders, and catalog installs. Use when the user says "add a skill", "install skill", or "I want all agents to have X". Don't use for creating skills from scratch (use skill-creator).

Core Features & Use Cases

  • Catalog-based additions enable secure, pre-vetted skills to be deployed to all agents.
  • GitHub source additions allow teams to share and version-control skill sources.
  • Local folder additions support rapid development and dotfiles-style workflows.
  • Registration and syncing ensure all agents receive the new skill upon the next deployment.

Quick Start

Use agentbrew to add a new skill source from GitHub, a local folder, or the catalog so it deploys to all agents on the next sync.

Frequently Asked Questions about agentbrew-add-skill

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

FAQPage Schema
How do I deploy a skill to all agents from a GitHub repository?▼

Deploy a skill to all agents by registering a GitHub repository, local folder, or catalog entry as a source so agentbrew validates its SKILL.md frontmatter and syncs it to all agents on the next deployment.

What is the best way to sync local folder skills across multiple agents?▼

Syncing local folder skills across agents requires adding the folder path as a source, which allows agentbrew to track the directory state in state.yaml and deploy updates during synchronized deployments.

Does agentbrew require a SKILL.md file to install a skill source?▼

Yes, installing a skill source requires a SKILL.md file with valid frontmatter in the skill directory, as agentbrew validates this structure before registering the source for synchronized updates.

Can I use catalog installs to deploy pre-vetted skills to all agents?▼

Yes, you can use catalog installs to deploy secure, pre-vetted skills to all agents, ensuring that every agent receives the standardized skill upon the next synchronized deployment cycle.

Why does adding a skill source track state in a configuration file?▼

Adding a skill source tracks state in ~/.config/agentbrew/state.yaml to store source metadata, which enables agentbrew to identify changes and execute synchronized updates across all configured agents.

When should I not use this approach to add a skill?▼

You should not use this approach when creating skills from scratch, as this handles registering and syncing existing sources rather than authoring new skill directories.