skill-manager

Manage agent skills in a centralized git repository with deployment scripts.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/hheydaroff/common-agent-skills --skill skill-manager-hheydaroff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/hheydaroff/common-agent-skills/tree/main/skills/skill-manager
Command: npx skills add https://github.com/hheydaroff/common-agent-skills --skill skill-manager-hheydaroff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill facilitates centralized management, updating, and deployment of agent skills, preventing version conflicts and redundant edits.

Core Features & Use Cases

  • Centralized Repository: Maintains a single source of truth for skills in Git.
  • Deployment Automation: Easily deploy skills to multiple agent platforms with a single script.
  • Use Case: An engineer updates a skill in the repository and deploys it across Pi, Claude, and Codex simultaneously, ensuring consistency.

Quick Start

Use the skill-manager to add a new skill directory, then deploy and push your changes.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I deploy agent skills across multiple AI platforms simultaneously?

To deploy agent skills across multiple AI platforms simultaneously, you use a centralized git-managed repository and run deployment scripts to push updates to environments like Pi, Claude, and Codex at the same time for consistency.

What is the best way to manage version control for AI agent skills?

The best way to manage version control for AI agent skills is maintaining a single source of truth in a centralized Git repository, which enforces version control best practices and prevents redundant edits or version conflicts across tools.

How do I add and update agent skills in a centralized repository?

To add and update agent skills in a centralized repository, you edit local skill directories, run the deployment scripts to propagate changes, and then commit the updates to your Git repository to maintain a single source of truth.

Can I use git to prevent version conflicts when updating agent skills?

Yes, you can use Git to prevent version conflicts when updating agent skills by maintaining a centralized repository that acts as a single source of truth, enforcing version control best practices, and preventing redundant edits across different environments.

Do I need a local git repository to manage and deploy agent skills?

Yes, you need a local Git repository to manage and deploy agent skills, as the process involves editing local skill directories, running deployment scripts, and committing changes to Git repositories to ensure consistent version control.