skillpkg

Centralize AI agent skill installation and cross-platform syncing via CLI.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/miles990/skillpkg --skill skillpkg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpkg
Source: https://github.com/miles990/skillpkg/tree/main
Command: npx skills add https://github.com/miles990/skillpkg --skill skillpkg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

skillpkg consolidates AI agent skills by centralizing installation and cross-platform syncing.

Core Features & Use Cases

  • Cross-platform syncing of skills to Claude Code, Codex, Cursor, and Copilot
  • Project-scoped management via skillpkg.json
  • On-demand loading of full skill content (instructions)
  • MCP integration for automatic dependency handling and lifecycle

Quick Start

  • Install the CLI: npm install -g skillpkg-cli
  • Initialize a project: skillpkg init
  • Discover, install, and sync skills: skillpkg search, skillpkg install, skillpkg sync

Frequently Asked Questions about skillpkg

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

FAQPage Schema
How do I sync AI agent skills across Claude Code, Cursor, and Copilot?

You can sync AI agent skills across Claude Code, Cursor, and Copilot by installing a CLI tool that centralizes installation and cross-platform syncing. It uses a project-scoped configuration file to discover, install, and automatically apply skills across all supported agents.

What is cross-platform skill lifecycle management for AI coding agents?

Cross-platform skill lifecycle management is the process of discovering, installing, syncing, and maintaining AI agent instructions across multiple platforms. It centralizes these actions via a CLI workflow and registry integration to ensure consistent tool support for project teams.

How do I manage project-specific AI agent dependencies and configurations?

You can manage project-specific AI agent dependencies using a project-scoped configuration file. By initializing this file in your project, you handle dependency resolution, MCP integration, and registry discovery to maintain consistent tool support across your team.

Does MCP integration handle automatic dependency resolution for AI skills?

Yes, MCP integration handles automatic dependency resolution for AI skills. It applies dependency handling and lifecycle management directly through the CLI workflow, ensuring that required components are resolved and synced without manual configuration across platforms.

What is the best way to onboard a project team with consistent AI tool support?

The best way to onboard a team with consistent AI tool support is using a centralized registry and CLI workflow. This approach consolidates discovery and installation into a single project-scoped configuration, ensuring every team member syncs identical skills across platforms.