Claude Skill

Peiiii/skild

Skild is a package manager for AI Agent Skills. Discover, install, manage, and publish Claude Skills easily. Build AI agents faster with this TypeScript-based platform.

Overview

Stars79
Forks7
LanguageTypeScript
Last pushed2026-01-25
Last synced2026-07-02
View on GitHub

Repository

OwnerPeiiii
Repositoryskild
Full namePeiiii/skild
Repo ID1,129,065,930

Install this Skill

git clone https://github.com/Peiiii/skild.git

Registry

Typecodex_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-07-02
Platforms
ClaudeCodexCursor
Capabilities
pdfsearch
Detected files
README.mdREADME.zh-CN.mddocsexamplespackage.json
Config keys
URLPACKAGE_JSON

Summary

Skild is a package manager platform for AI Agent Skills, functioning as the 'npm for Agent Skills'. It enables developers to discover, install, manage, and publish AI Agent Skills with ease.

Chinese description

Claude Skill 的 npm 平台 —— 轻松探索、安装、管理并发布 AI 智能体技能。

Key features

  • Discover AI Agent Skills
  • Install and manage Skills
  • Publish new Skills
  • Package manager for Agent ecosystem
  • TypeScript-based platform

Use cases

  • Building AI agent applications
  • Sharing reusable agent capabilities
  • Managing skill dependencies
  • Rapid prototyping with pre-built skills
  • Contributing to the agent ecosystem

README excerpt

<div align="center"> # 🛡️ skild **Get your agents skilled.** *The npm for Agent Skills — Discover, install, manage, and publish AI Agent Skills with ease* [![npm version](https://img.shields.io/npm/v/skild.svg)](https://www.npmjs.com/package/skild) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [Website](https://skild.sh) · [Documentation](./docs/README.md) · [Skild Hub](https://hub.skild.sh) English | **[简体中文](./README.zh-CN.md)** </div> --- ## 🚀 Quick Start ```bash npm i -g skild skild install anthropics/skills skild list skild update skild push owner/repo --dir ./my-skill ``` That's it. Your agent is ready to install and manage skills. ## 🧭 Command Overview | Command | Description | |---------|-------------| | `skild install <source>` | Install a Skill (Git URL / local / registry) | | `skild list` | List installed Skills | | `skild info <skill>` | Show Skill details | | `skild update [skill]` | Update installed Skills | | `skild sync [skills...]` | Auto-detect missing installs and sync | | `skild uninstall <skill>` | Remove a Skill | | `skild init <name>` | Create a new Skill project | | `skild validate [path\|skill]` | Validate a Skill folder or installed Skill | | `skild push <repo>` | Push a Skill to a Git repository | | `skild extract-github-skills <source>` | Extract GitHub Skills into a local catalog | | `skild search <query>` | Search the registry | | `skild signup` | Create a publisher account | | `skild login` | Login to registry | | `skild whoami` | Show current identity | | `skild logout` | Remove credentials | | `skild publish` | Publish a Skill to the registry | Run `skild <command> --help` for full options. ## 📖 What is this? [Agent Skills](https://agentskills.io) is an open stand

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-07-02