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
Repository
Install this Skill
git clone https://github.com/Peiiii/skild.gitRegistry
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.
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* [](https://www.npmjs.com/package/skild) [](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.