skill-manager

Manage AI skill discovery, installation, and synchronization across multiple IDEs.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Kang-chen/Agent-skills --skill skill-manager-kang-chen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/Kang-chen/Agent-skills/tree/main/skill-manager
Command: npx skills add https://github.com/Kang-chen/Agent-skills --skill skill-manager-kang-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skill Manager consolidates discovery, installation, and synchronization of AI skills across global and project contexts for Claude Code, Cursor, Codex, Gemini CLI, and Antigravity.

Core Features & Use Cases

  • List installed skills and show details
  • Search and install new skills from local or remote sources
  • Create, validate, and sync skills to IDEs
  • Manage profiles for export/import across machines

Quick Start

  1. Run: skills list
  2. Run: skills search "pdf" to find skills
  3. Run: skills install <github-url> to install a skill

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I install and sync AI skills across multiple IDEs like Claude Code and Cursor?

AI skill installation and sync across Claude Code, Cursor, Codex, Gemini CLI, and Antigravity is handled by a unified manager that reads config.json and routes each skill to the appropriate IDE target using YAML frontmatter in SKILL.md.

Can I manage AI skills at both global and project scope from one CLI tool?

Yes, you can manage global and project-scoped AI skills from one CLI. The system enforces project-first management, letting you list, search, install, create, sync, remove, and validate skills across different scopes.

What's the best way to search for and install new AI skills from remote sources?

To search and install AI skills from remote sources, run a CLI search command like "skills search" followed by your keyword, then use "skills install" with a GitHub URL to fetch and deploy the skill.

How do I export and import AI skill profiles to keep setups consistent across machines?

You can export and import AI skill profiles to keep setups consistent across machines. The manager provides dedicated workflows for creating profiles that bundle your skill configurations for transfer between different environments.

Does this skill manager require any specific dependencies or frameworks to run?

No specific dependencies are required to run this skill manager. It operates as a standalone CLI script component, reading local config.json files and YAML frontmatter from SKILL.md files to manage skills without external framework dependencies.

Why are my synced AI skills not appearing correctly in my IDE after installation?

Synced AI skills may not appear correctly if the SKILL.md YAML frontmatter is invalid or config.json routing is misconfigured. The system includes a validation workflow to check skill structure and ensure proper IDE target assignment.