Claude Skill

skilld-dev/skilld

Skilld is a TypeScript CLI that auto-generates AI agent skills from your NPM dependencies. Run `npx skilld` to create reusable, AI-ready modules for Claude and other agents.

Overview

Stars288
Forks8
LanguageTypeScript
Last pushed2026-05-29
Last synced2026-06-26
View on GitHub

Repository

Ownerskilld-dev
Repositoryskilld
Full nameskilld-dev/skilld
Repo ID1,148,941,696

Install this Skill

npx -y skilld

Registry

Typemcp_server
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-17
Platforms
ClaudeMCPCodexCursor
Capabilities
memorysearchterminal
Detected files
README.mdpackage.jsontest
Config keys
PACKAGE_JSON
Install methods
  • npx -y skilld
  • npx -y skilld add npm:vue
  • npx -y skilld author assemble
  • npm install -g skilld
  • pnpm add -g skilld

Summary

Skilld is a TypeScript-based CLI tool that automatically generates AI agent skills from your existing NPM dependencies. By running a single command (`npx skilld`), it analyzes your project's package.json and creates reusable, AI-ready skill modules that encapsulate the functionality of your installed packages, enabling seamless integration with AI agents like Claude.

Chinese description

从你的 NPM / 创建依赖中生成 AI 代理技能。npx skilld

Key features

  • Automatic skill generation from NPM dependencies
  • Single-command CLI: `npx skilld`
  • TypeScript-based, lightweight and fast
  • Produces reusable AI agent skill modules
  • Seamless integration with Claude and other AI agents

Use cases

  • Quickly equip Claude with skills from your existing Node.js project
  • Automate creation of AI-ready modules for package ecosystems
  • Reduce manual effort in building AI agent toolchains
  • Prototype AI agent capabilities using familiar NPM packages
  • Standardize skill generation across development teams

README excerpt

<h1><a href="https://skilld.dev"><img src=".github/logos/logo-mark.svg" alt="" width="28" height="28" valign="middle"></a> skilld</h1> [![npm version](https://img.shields.io/npm/v/skilld?color=yellow)](https://npmjs.com/package/skilld) [![npm downloads](https://img.shields.io/npm/dm/skilld?color=yellow)](https://npm.chart.dev/skilld) [![license](https://img.shields.io/npm/l/skilld?color=yellow)](https://github.com/skilld-dev/skilld/blob/main/LICENSE) > Generate AI agent skills from your NPM dependencies. ## Why? When using new packages or migrating to new versions, agents often struggle to use the appropriate best practices. This is because agents have [knowledge cutoffs](https://platform.claude.com/docs/en/about-claude/models/overview#latest-models-comparison) and predict based on existing patterns. Methods of getting the right context to your agent require either manual curation, author opt-in, external servers or vendor lock-in. See [the landscape](#the-landscape) for more details. Skilld generates [agent skills](https://agentskills.io/home) from the references maintainers already create: docs, release notes and GitHub issues. With these we can create version-aware, local-first, and optimized skills. <p align="center"> <table> <tbody> <td align="center"> <sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 - Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br> </td> </tbody> </table> </p> ## Features - 🌍 **Any Source: Opt-in** - Any NPM dependency or GitHub source, docs auto-resolved - 📦 **Bleeding Edge Context** - Latest issues, discussions, and releases. Always use the latest best practices and avoid deprecated patterns. -

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-06-26