Claude Skill
skilld-dev/skilld
Skilld 是一个 TypeScript CLI 工具,可从你的 NPM 依赖自动生成 AI 代理技能。运行 `npx skilld` 即可为 Claude 等代理创建可复用的 AI 就绪模块。
概览
仓库信息
安装这个 Skill
npx -y skilldRegistry 信息
npx -y skilldnpx -y skilld add npm:vuenpx -y skilld author assemblenpm install -g skilldpnpm 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> [](https://npmjs.com/package/skilld) [](https://npm.chart.dev/skilld) [](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. -
话题
暂无话题