skill-manager

Discover and install agent skills from a community registry via CLI.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/hdkz-dev/multi-game-engines --skill skill-manager-hdkz-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/hdkz-dev/multi-game-engines/tree/main/.agent/skills/skill-manager
Command: npx skills add https://github.com/hdkz-dev/multi-game-engines --skill skill-manager-hdkz-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and simplifies the discovery and installation of new AI skills for agents via a community registry.

Core Features & Use Cases

  • Search, browse, install, update, and list skills to extend agent capabilities.
  • Use cases include expanding automation workflows, adding language support, or integrating new toolchains.
  • Example: install an additional skill to enable new task automation within an existing project.

Quick Start

Install a new skill by running the ai-agent-skills install [skill-name] command.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I install AI agent skills via a command line interface?

You can discover available agent capabilities by running npx ai-agent-skills to search and browse categories across the community registry, returning metadata for skill discovery and safety evaluation.

Can I use npx to manage and update installed AI skills in my project?

Yes, npx ai-agent-skills handles installation, updating, and listing of skills across general AI workflows within your project workspace, maintaining metadata for discovery and safety throughout the process.

Where are installed AI agent skills stored after running the CLI installation?

Installed AI agent skills are stored under the .agent/skills directory in your project workspace, ensuring centralized access and metadata maintenance for future discovery and updates.

What is a community registry for AI skills and how does it extend agent capabilities?

A community registry is a centralized index that allows agents to discover and install new capabilities by querying available skills, covering search, browsing, and installation for expanding automation workflows and toolchain integration.

Does this CLI skill manager work without additional dependencies?

Yes, the skill manager operates without external dependencies, using npx to run ai-agent-skills commands directly, allowing agents to query the registry and install capabilities within the project workspace.