manage-skills

Import, author, update, delete, and copy Agent Skills via API or filesystem.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/desirecore/market --skill manage-skills-desirecore
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/desirecore/market/tree/main/skills/manage-skills
Command: npx skills add https://github.com/desirecore/market --skill manage-skills-desirecore

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a complete set of tools and procedures to import, create, update, delete, and organize Agent Skills via API, filesystem, or batch operations, streamlining skill management tasks.

Core Features & Use Cases

  • Import Skills from URLs or Git: Fetch remote SKILL.md files or clone repositories to add new skills.
  • API-based Skill Management: List, read, update, delete, enable, disable skills across global and scope-specific layers.
  • Author Skills Directly on Filesystem: Use AgentFS to write or modify SKILL.md files in designated directories.
  • Bulk & Cross-Agent Operations: Batch enable/disable/delete or copy Skills between Agents.
  • Use Case: Instantly import a community Skill from GitHub, then enable it for multiple Agents or update existing Skills using API, all within a unified workflow.

Quick Start

Use the manage-skills skill to import a Skill from a URL, review it via API, and then activate it across your Agents.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I import Agent Skills from a Git repository or remote URL?▼

Agent Skill lifecycle management covers importing, authoring, updating, deleting, and copying skills. It streamlines versioning and batch handling across filesystem and API layers for structured organization.

Can I batch enable or disable Agent Skills across multiple agents?▼

Yes, batch operations support enabling, disabling, or deleting skills across multiple agents simultaneously. You can also copy skills between agents to streamline cross-agent workflows.

What is the best way to author and modify SKILL.md files directly on the filesystem?▼

Authoring SKILL.md files directly on the filesystem uses AgentFS to write or modify content in designated directories. This approach maintains filesystem organization and Skill standards compliance.

Does API-based skill management support versioning and cross-agent copying?▼

Yes, API-based management supports skill versioning and cross-agent copying. The API controls list, read, update, delete, enable, and disable operations across global and scope-specific layers.

How do I list and organize skills across global and scope-specific layers using an API?▼

You can list and organize skills across global and scope-specific layers using API control endpoints. These endpoints facilitate structured management, reading, updating, and deleting skills within defined scopes.

When should I avoid filesystem operations for skill lifecycle control?▼

Avoid filesystem operations when needing immediate cross-agent synchronization or remote repository updates. API-based management provides better structured control, batch handling, and compatibility for these workflows.