skill-management

Manage Amp agent skills across global and project-local directories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill skill-management-abhiroopb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-management
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/skill-management
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill skill-management-abhiroopb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing your collection of AI agent skills, making it easy to organize, create, and maintain your automation library.

Core Features & Use Cases

  • List Skills: View all installed skills with their descriptions.
  • Create New Skills: Scaffold new skills with the correct directory structure and SKILL.md frontmatter.
  • Remove Skills: Delete unwanted skills.
  • Inspect Skills: Get a detailed view of a skill's contents and structure.
  • Edit Skills: Modify existing skill definitions.

Quick Start

List all installed skills.

Frequently Asked Questions about skill-management

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

FAQPage Schema
How do I manage AI agent skills across global and project directories?

You can manage AI agent skills across directories by listing, adding, removing, inspecting, and editing skill definitions to organize your automation library in both global and project-local environments.

How do I scaffold new automation skills with the correct directory structure?

Scaffold new automation skills using built-in scripts that generate the proper directory structure and SKILL.md frontmatter, enforcing naming conventions and validation rules to ensure correct skill definitions.

Can I inspect and edit existing skill definitions for developer tools?

Yes, you can inspect existing developer tools skill definitions to view their contents and structure, and directly edit those skill definitions to modify and maintain your automation library.

What is the best way to organize a large collection of AI agent skills?

Organize a large collection of AI agent skills by using management commands to list all installed skills with their descriptions, remove unwanted entries, and maintain definitions across local and global directories.

Does the Amp agent skill manager enforce validation rules for new workflows?

Yes, the skill manager enforces validation rules and naming conventions when scaffolding new workflows, ensuring every newly created Amp skill adheres to the required frontmatter and directory structure.

Why do I need frontmatter when creating new developer tool skills?

Frontmatter is required when creating developer tool skills because it defines the skill's metadata and configuration, allowing the system to correctly parse, validate, and execute the automation workflow.