skillpod-cli

Manage a GitHub-backed skill registry with a unified CLI for creating, editing, and syncing skills.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/sushil-kamble/skillpod --skill skillpod-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpod-cli
Source: https://github.com/sushil-kamble/skillpod/tree/main/.agents/skills/skillpod-cli
Command: npx skills add https://github.com/sushil-kamble/skillpod --skill skillpod-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and standardizes the lifecycle of personal agent skills by providing a single CLI to author, version, and sync skills stored in a GitHub-backed registry.

Core Features & Use Cases

  • Create, edit, list, push, pull, and install skills from a local registry.
  • Sync changes with a GitHub repository to maintain versioned skill content.
  • Install skills into target agents using the skill ecosystem, enabling quick deployment across environments.

Quick Start

Install skillpod, initialize your registry with skillpod init, then create and push a sample skill to your registry.

Frequently Asked Questions about skillpod-cli

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

FAQPage Schema
How do I manage a personal skill registry backed by GitHub?

You can manage a personal skill registry backed by GitHub using a unified CLI to author, version, and sync skills. It handles end-to-end workflows from registry initialization to publishing and installing skills on agents.

How do I initialize and push a skill to a GitHub registry?

To initialize and push a skill to a GitHub registry, run the init command to set up your local registry, create your skill, then use the push operation to sync the versioned skill content to your repository.

Does the skillpod CLI enforce a specific structure for skill files?

Yes, the skillpod CLI enforces a strict SKILL.md frontmatter structure for safe and consistent skill packaging. It also supports optional resources and includes built-in health checks to validate the skill.

Can I sync and install skills across multiple agents from a local registry?

Yes, you can sync and install skills across multiple agents from a local registry. The CLI supports pull and install operations, enabling quick deployment of versioned skill content across different environments.

What is the best way to version and sync agent skills stored in a GitHub repository?

The best way to version and sync agent skills in a GitHub repository is using a centralized CLI that standardizes the skill lifecycle. It handles creating, editing, and syncing changes to maintain consistent versioned content.