manage-my-skills

Create, edit, and install agent skills from the Derek-X-Wang/skills repository.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Derek-X-Wang/skills --skill manage-my-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-my-skills
Source: https://github.com/Derek-X-Wang/skills/tree/main/manage-my-skills
Command: npx skills add https://github.com/Derek-X-Wang/skills --skill manage-my-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps you create, edit, and deploy agent skills from the Derek-X-Wang/skills repository, enabling a streamlined workflow for skill maintenance.

Core Features & Use Cases

  • Create, edit, and deploy agent skills from a central repository.
  • Validate and standardize skill definitions using SKILL.md frontmatter and prescribed workflows.
  • Install updated skills across multiple target agents with a single command.
  • Sync local changes with the remote skills repository to keep environments up to date.

Quick Start

Edit the target skill's SKILL.md, commit and push the changes, then reinstall the updated skill to all target agents.

Frequently Asked Questions about manage-my-skills

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

FAQPage Schema
How do I manage agent skills from a central Git repository?

Managing agent skills from a central Git repository involves editing the target skill's SKILL.md, committing and pushing changes, then reinstalling the updated skill across target agents. This workflow enforces consistent frontmatter and repository standards for reliable deployment.

What is the best way to install updated skills across multiple target agents?

The best way to install updated skills across multiple target agents is to sync local changes with the remote skills repository first. After committing and pushing updates, a single command installs the standardized skills across all designated agent environments.

How do I create new agent skills and validate their structure?

Creating new agent skills requires applying a repeatable workflow that enforces a consistent SKILL.md frontmatter. This validation and standardization process ensures reliable discovery and deployment directly from the Derek-X-Wang/skills repository.

Do I need Git to deploy and sync skills from the skills repo?

Yes, Git is required to deploy and sync skills from the skills repo. The workflow relies on Git operations to commit changes, push to the remote repository, and keep local development environments up to date with the latest skill definitions.

Why does my skill deployment workflow require a specific SKILL.md frontmatter?

Your skill deployment workflow requires a specific SKILL.md frontmatter to enforce consistent repository standards. This prescribed structure ensures reliable discovery and prevents deployment errors when installing skills across multiple target agents.