Claude Skill

skilld-dev/skilld

Skilld 是一个 TypeScript CLI 工具,可从你的 NPM 依赖自动生成 AI 代理技能。运行 `npx skilld` 即可为 Claude 等代理创建可复用的 AI 就绪模块。

概览

Stars290
Forks8
语言TypeScript
最后更新2026-05-29
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者skilld-dev
仓库skilld
完整名称skilld-dev/skilld
Repo ID1,148,941,696

安装这个 Skill

npx -y skilld

Registry 信息

类型mcp_server
质量分80/100
验证状态readme_parsed
最近验证2026-06-17
平台
ClaudeMCPCodexCursor
能力
memorysearchterminal
识别文件
README.mdpackage.jsontest
配置键
PACKAGE_JSON
安装方式
  • npx -y skilld
  • npx -y skilld add npm:vue
  • npx -y skilld author assemble
  • npm install -g skilld
  • pnpm add -g skilld

项目简介

Skilld 是一个基于 TypeScript 的命令行工具,能够从你现有的 NPM 依赖中自动生成 AI 代理技能。只需运行 `npx skilld` 一条命令,它就会分析项目的 package.json,并创建可复用的、AI 就绪的技能模块,封装已安装包的功能,实现与 Claude 等 AI 代理的无缝集成。

英文描述

Generate AI agent skills from your NPM / create dependencies. npx skilld

要点

  • 从 NPM 依赖自动生成技能
  • 单命令 CLI:`npx skilld`
  • 基于 TypeScript,轻量且快速
  • 生成可复用的 AI 代理技能模块
  • 与 Claude 及其他 AI 代理无缝集成

使用场景

  • 快速为 Claude 配备来自现有 Node.js 项目的技能
  • 自动为包生态系统创建 AI 就绪模块
  • 减少构建 AI 代理工具链的手动工作
  • 使用熟悉的 NPM 包原型化 AI 代理能力
  • 跨开发团队标准化技能生成

README 摘要

<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. -

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03