能力标签
Claude技能

克劳德技能包管理

基于 TypeScript · 专为 Claude 深度优化,CLI 一键安装
英文名:craftdesk
⭐ 59 Stars 🍴 5 Forks 💻 TypeScript 📄 未公布协议 🏷 AI 7.5分
7.5AI 综合评分
claude_skillagentsanthropictypescript
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,克劳德技能包管理 获评「推荐使用」。这款Claude技能在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析
克劳德技能包管理 是一款基于 TypeScript 的开源工具,在 GitHub 上收获 0k+ Star,是claude_skill、agents、anthropic、typescript领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
克劳德技能包管理 依赖 TypeScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 TypeScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 克劳德技能包管理 的版本更新,及时通知重要功能变化。
📋 工具概览

克劳德技能包管理 是一款基于 TypeScript 开发的开源工具,专注于 claude_skill、agents、anthropic 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 59
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
未公布
AI 综合评分
7.5 分
工具类型
Claude技能
Forks
5
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

克劳德技能包管理 是一款基于 TypeScript 开发的开源工具,专注于 claude_skill、agents、anthropic 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 专为 Claude 系列模型深度优化的扩展技能
  • 通过 Claude Code CLI 一键安装,配置零门槛
  • 充分利用 Claude 的长上下文和推理能力
  • 支持与 MCP 工具组合使用,扩展能力边界
🎯 主要使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g craftdesk

# 方式二:npx 直接运行(无需安装)
npx craftdesk --help

# 方式三:项目依赖安装
npm install craftdesk

# 方式四:从源码运行
git clone https://github.com/mensfeld/craftdesk
cd craftdesk
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
craftdesk --help

# 基本用法
craftdesk [options] <input>

# Node.js 代码中使用
const craftdesk = require('craftdesk');

const result = await craftdesk.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# craftdesk 配置说明
# 查看配置选项
craftdesk --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CRAFTDESK_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 90/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

CraftDesk CLI

Dependency management for AI capabilities - Install, manage, and version control your Claude Code skills, agents, commands, hooks, and plugins.

The command-line interface for managing your Coding AI capabilities. Similar to npm for JavaScript or bundler for Ruby, CraftDesk CLI provides a complete package management solution for AI-powered development tools.

npm version CI License: MIT

---

description: Ruby on Rails development

Overview

Expert knowledge of Rails framework...

Get info about a craft

craftdesk info john/rails-api

Get info about a specific version

craftdesk info john/rails-api@2.1.0


**Example output:**
john/rails-api@2.1.0

Description: Rails API development best practices Type: skill Author: john License: MIT Downloads: 1,234

Versions: 2.1.0 (latest) 2.0.0 1.5.0

Dependencies: jane/postgres-toolkit: ^1.0.0 ```

---

Get information about a craft

craftdesk info john/rails-api

Field Descriptions

FieldTypeRequiredDescription
namestringYesCraft name (lowercase, no spaces)
versionstringYesSemantic version (e.g., "1.0.0")
typestringNoCraft type: skill, agent, command, hook, plugin, collection
descriptionstringNoShort description
authorstringNoAuthor name and email
licensestringNoLicense identifier (e.g., "MIT")
dependenciesobjectNoProduction dependencies
devDependenciesobjectNoDevelopment dependencies

---

What's in the Lockfile?

{
  "version": "1.0.0",
  "lockfileVersion": 1,
  "generatedAt": "2025-11-18T10:30:00.000Z",
  "crafts": {
    "my-skill": {
      "version": "main",
      "resolved": "https://github.com/user/skill.git",
      "integrity": "a1b2c3d4e5f6789012345678901234567890abcd",
      "type": "skill",
      "author": "git",
      "git": "https://github.com/user/skill.git",
      "branch": "main",
      "commit": "a1b2c3d4e5f6789012345678901234567890abcd",
      "dependencies": {}
    },
    "custom-agent": {
      "version": "v2.0.0",
      "resolved": "https://github.com/user/agent.git",
      "integrity": "b2c3d4e5f6789012345678901234567890abcdef",
      "type": "agent",
      "git": "https://github.com/user/agent.git",
      "tag": "v2.0.0",
      "commit": "b2c3d4e5f6789012345678901234567890abcdef",
      "dependencies": {}
    }
  }
}

2. Add Dependencies

```bash

Managed dependencies (from craftdesk.lock)

Add these to dependencies or embedded list, or delete them

1. Remove from dependencies

craftdesk remove ruby-expert

2. Dependencies are resolved and auto-installed

Automatic Dependency Resolution

When you install a plugin, all dependencies are automatically installed:

```bash $ craftdesk add company/rails-plugin

Installs dependency tree:

├── john/rspec-testing (dependency)

└── jane/postgres-toolkit (dependency)

└── jane/sql-helpers (nested dependency)

```

All dependencies are: - ✅ Downloaded from their respective sources (registry/git) - ✅ Installed to appropriate directories - ✅ Verified with integrity checksums - ✅ Marked as dependencies in lockfile - ✅ Registered in .claude/settings.json

Removing Plugins with Dependencies

CraftDesk prevents accidental removal of required dependencies:

$ craftdesk remove john/rspec-testing

Warning: john/rspec-testing is required by:
  - company/rails-standards@2.1.0

Use --force to remove anyway

Force removal:

craftdesk remove john/rspec-testing --force

Install all dependencies

craftdesk install

Production install (skip dev dependencies)

craftdesk install --production

Git dependencies (manual format)

craftdesk add git+https://github.com/user/repo.git craftdesk add git+https://github.com/user/repo.git#develop craftdesk add git+https://github.com/user/repo.git#v2.0.0

Show dependency tree

craftdesk list --tree

Check all dependencies

craftdesk outdated


**Example output:**
Checking for outdated dependencies...

Outdated crafts:

john/rails-api Current: 2.0.0 Latest: 2.1.0 Type: skill

jane/postgres-toolkit Current: 1.2.0 Latest: 1.5.0 Type: skill

2 outdated crafts found Run 'craftdesk update' to update all, or 'craftdesk update <craft>' to update specific crafts. ```

---

Update all outdated dependencies

craftdesk update

Dependency Sources

CraftDesk supports both registry and git dependencies.

1. Registry Dependencies (CraftDesk Web API)

Install crafts from the CraftDesk registry using author/name format:

```bash

3. Git Dependencies

From git repositories:

{
  "dependencies": {
    "custom-agent": {
      "git": "https://github.com/user/agent-repo.git",
      "branch": "develop"
    },
    "stable-skill": {
      "git": "https://github.com/org/skills.git",
      "tag": "v2.1.0"
    },
    "specific-commit": {
      "git": "https://github.com/user/repo.git",
      "commit": "a1b2c3d4"
    }
  }
}

Git options: - git - Repository URL (required) - branch - Branch name (default: main/master) - tag - Git tag - commit - Specific commit hash - path - Subdirectory within repo (for monorepos) - file - Direct file path (for single-file crafts)

---

Install CraftDesk

npm install -g craftdesk

Verify installation: ```bash craftdesk --version

3. Install Everything

craftdesk install

This installs all dependencies to .claude/ directory and creates craftdesk.lock.

4. View Installed Crafts

craftdesk list

Output:

my-ai-project@1.0.0

Installed crafts:
  • my-skill@main (skill)
  • custom-agent@main (agent)

Total: 2 crafts installed

---

Convert all installed crafts

craftdesk convert --all --to cursor --output .cursor/rules

Install a new skill

craftdesk add git+https://github.com/user/ruby-expert.git

✓ Installed to .claude/skills/ruby-expert

Setup wizard (interactive)

craftdesk setup-multi-agent

Team members get it via git clone (not craftdesk install!)


**Configuration:**

Your `craftdesk.json` tracks embedded skills separately from dependencies:
json { "name": "my-project", "version": "1.0.0", "dependencies": { "ruby-expert": "^1.0.0", // Managed, from registry "postgres-expert": "^2.0.0" // Managed, from git }, "embedded": [ "my-project-skill", // Embedded, committed to git "team-coding-standards" // Embedded, team-specific ] }

**How .gitignore works:**

CraftDesk automatically generates `.claude/skills/.gitignore` to:
- ✅ **Ignore managed skills** - Not committed (installed via `craftdesk install`)
- ✅ **Allow embedded skills** - Committed with your code
- ✅ **Track orphans** - Skills not in either list (commented warnings)

Example generated `.gitignore`:
gitignore

These are installed via `craftdesk install` and should not be committed

postgres-expert/ ruby-expert/

cat > .claude/skills/deployment-guide/SKILL.md <<'EOF'

skill: deployment-guide

Deployment Guide

Our custom deployment process... EOF

✅ Skill is ready to use (no craftdesk install needed!)

Install Directory

By default, crafts install to .claude/ in your project:

.claude/
├── settings.json           # Plugin configuration (auto-generated)
├── skills/
│   ├── ruby-on-rails/
│   └── postgres-expert/
├── agents/
│   └── code-reviewer/
├── commands/
│   └── deploy/
├── hooks/
│   └── pre-commit/
└── plugins/                # Flat plugin installation
    ├── company-rails-plugin/
    │   ├── plugin.json
    │   ├── PLUGIN.md
    │   └── skills/...
    └── my-skill-plugin/    # Wrapped skill

---

Installing Plugins

```bash

Install a plugin from registry

craftdesk add company/rails-standards-plugin

1. Plugin is installed to .claude/plugins/company-rails-standards-plugin/

`craftdesk install [options]`

Install all dependencies from craftdesk.json.

Options: - --no-lockfile - Ignore craftdesk.lock and re-resolve dependencies - --production - Skip devDependencies

Examples: ```bash

`craftdesk setup-multi-agent [options]`

Interactive wizard to configure multi-agent sync.

Options: - --auto-sync - Enable automatic sync on install/update - --skip-sync - Skip initial sync after setup

Examples: ```bash

Setup with auto-sync enabled

craftdesk setup-multi-agent --auto-sync

Setup without initial sync

craftdesk setup-multi-agent --skip-sync ```

What it does: 1. Detects AI coding assistants in your project 2. Lets you choose which agents to sync to 3. Updates craftdesk.json with multiAgent configuration 4. Optionally performs initial sync of existing crafts

---

Install from technicalpickles' monorepo

craftdesk add https://github.com/technicalpickles/pickled-claude-plugins/tree/main/plugins/working-in-monorepos/skills/working-in-monorepos ```

This installs only the working-in-monorepos skill from the deeply nested monorepo structure.

---

Docker

```dockerfile FROM node:18

Install CraftDesk CLI

RUN npm install -g craftdesk

Install AI capabilities

RUN craftdesk install --production

Building from Source

git clone https://github.com/mensfeld/craftdesk.git
cd craftdesk
npm install
npm run build
npm link

Quick Start

✅ new-feature-guide synced to .cursor/skills/

✅ new-feature-guide synced to .windsurf/skills/

```

Best Practices:

  1. Use embedded for project-specific knowledge - Custom workflows, business logic, proprietary info
  2. Use managed for reusable skills - Generic skills that can be shared across projects
  3. Always commit .gitignore - CraftDesk auto-generates it, keep it in git
  4. Document embedded skills - Add README explaining their purpose
  5. Version embedded skills - Update version in skill frontmatter when modified
  6. Verify multi-agent sync - Run craftdesk verify after embedding

---

https://example.com -> CRAFTDESK_AUTH_EXAMPLE_COM

```

Environment variables take precedence over stored credentials.

---

Quick Start: Auto-Converting GitHub URLs

The easiest way to install from monorepos is to paste GitHub web URLs directly:

```bash

Monorepo Structure Example

ai-crafts-monorepo/
├── skills/
│   ├── auth/
│   │   ├── craftdesk.json
│   │   └── SKILL.md
│   ├── database/
│   │   ├── craftdesk.json
│   │   └── SKILL.md
│   └── reporting/
│       ├── craftdesk.json
│       └── SKILL.md
├── agents/
│   ├── code-reviewer/
│   │   ├── craftdesk.json
│   │   └── AGENT.md
│   └── test-runner/
│       ├── craftdesk.json
│       └── AGENT.md
├── commands/
│   └── deploy/
│       ├── craftdesk.json
│       └── COMMAND.md
└── scripts/
    ├── setup.md
    └── deploy.md

Real-World Example

```bash

3. Sync all crafts to configured agents

craftdesk sync

3. Plugin is registered in .claude/settings.json

4. MCP server is configured (if provided)

Settings Integration

Plugins are automatically registered in .claude/settings.json:

{
  "version": "1.0.0",
  "plugins": {
    "company-rails-plugin": {
      "name": "company-rails-plugin",
      "version": "2.1.0",
      "enabled": true,
      "installPath": "plugins/company-rails-plugin",
      "dependencies": ["john-rspec-testing", "jane-postgres-toolkit"],
      "mcp": {
        "type": "stdio",
        "command": "/usr/bin/rails-standards-mcp",
        "args": ["--config", ".claude/plugins/company-rails-plugin/config.json"]
      }
    }
  }
}

For complete details, see DEPENDENCY_MANAGEMENT.md

---

`craftdesk init [options]`

Initialize a new craftdesk.json file.

Options: - -y, --yes - Skip prompts and use defaults - -n, --name <name> - Project name (default: directory name) - -v, --version <version> - Project version (default: "1.0.0") - -t, --type <type> - Project type: skill, agent, command, hook, plugin, or collection (default: "skill") - -d, --description <desc> - Project description - -a, --author <author> - Author name - -l, --license <license> - License (default: "MIT")

Examples: ```bash

Specify options

craftdesk init --name my-skill --type skill --author "Your Name" ```

---

`craftdesk add <craft> [options]`

Add a new dependency and install it immediately.

Options: - -D, --save-dev - Save as devDependency - -O, --save-optional - Save as optionalDependency - -E, --save-exact - Save exact version (no ^ or ~) - -t, --type <type> - Specify craft type (skill, agent, command, hook, plugin, collection)

Examples:

```bash

`craftdesk list [options]`

List installed crafts.

Options: - --tree - Show dependency tree - --depth <n> - Limit tree depth - --json - Output as JSON

Examples: ```bash

`craftdesk search <query> [options]`

Search for crafts in the registry.

Options: - -t, --type <type> - Filter by type (skill, agent, command, hook, plugin, collection)

Examples: ```bash

`craftdesk publish [options]`

Publish a craft to the registry.

Options: - --visibility <level> - Set visibility: public, private, or organization (default: public)

Examples: ```bash

`craftdesk detect-agents [options]`

Detect AI coding assistants installed in the project.

Options: - -v, --verbose - Show detailed detection information - -f, --format <format> - Output format: text or json (default: text)

Examples: ```bash

`craftdesk sync [options]`

Sync crafts to all configured AI agents.

Options: - -c, --craft <name> - Sync specific craft by name - -f, --force - Force sync even if checksums match - --dry-run - Show what would be synced without making changes

Examples: ```bash

`craftdesk verify [options]`

Verify sync status of crafts across AI agents using checksum validation.

Options: - -c, --craft <name> - Verify specific craft by name - -v, --verbose - Show detailed checksum information - -f, --format <format> - Output format: text or json (default: text)

Examples: ```bash

`craftdesk login [options]`

Authenticate with a registry using an API token.

Options: - -r, --registry <url> - Registry URL (uses default from craftdesk.json if not specified)

Examples: ```bash

`craftdesk logout [options]`

Remove stored authentication credentials.

Options: - -r, --registry <url> - Registry URL (uses default from craftdesk.json if not specified)

Examples: ```bash

`craftdesk whoami [options]`

Display the currently logged-in user.

Options: - -r, --registry <url> - Registry URL (uses default from craftdesk.json if not specified)

Examples: ```bash

Environment Variable Authentication

For CI/CD environments, you can use environment variables instead of craftdesk login:

```bash

Global Options

Available for all commands:

  • -v, --version - Output the version number
  • -d, --debug - Enable debug output
  • -h, --help - Display help

Examples:

craftdesk --version
craftdesk --help
craftdesk init --help

---

Command Reference

Direct file reference

craftdesk add git+https://github.com/user/repo.git#main#file:skill.md

craftdesk.json Reference

Complete specification of the craftdesk.json format:

{
  // Required fields
  "name": "my-project",
  "version": "1.0.0",

  // Optional metadata
  "type": "skill",
  "description": "My awesome AI project",
  "author": "Your Name <you@example.com>",
  "license": "MIT",
  "homepage": "https://example.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/user/repo.git"
  },
  "keywords": ["ai", "claude", "automation"],

  // Dependencies
  "dependencies": {
    "my-skill": {
      "git": "https://github.com/user/repo.git",
      "branch": "main"
    },
    "auth-handler": {
      "git": "https://github.com/company/monorepo.git",
      "tag": "v3.2.0",
      "path": "skills/auth"
    },
    "my-agent": {
      "git": "https://github.com/user/agents.git",
      "branch": "main",
      "file": "agent.md"
    }
  },

  "devDependencies": {
    "test-runner": {
      "git": "https://github.com/org/test-tools.git",
      "branch": "main"
    }
  }
}

.github/workflows/convert-crafts.yml

name: Convert Crafts to Multiple Formats on: [push] jobs: convert: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install CraftDesk run: npm install -g craftdesk - name: Convert to Cursor run: craftdesk convert --all --to cursor --output dist/cursor - name: Convert to Continue run: craftdesk convert --all --to continue --output dist/continue - name: Upload artifacts uses: actions/upload-artifact@v2 with: name: converted-crafts path: dist/ ```

Tips:

  1. Test conversions - Always verify converted files work in target editor
  2. Preserve originals - Keep SKILL.md as source of truth
  3. Update together - Convert after each craft update
  4. Version control - Commit both source and converted formats

team-workflow@1.0.0 📌 (embedded)


**4. Team collaboration:**
bash

Plugin System

New in v0.3.0: CraftDesk now supports a comprehensive plugin system for bundling multiple crafts with automatic dependency management.

What are Plugins?

Plugins allow you to: - Bundle multiple crafts (skills, agents, commands, hooks) together - Declare dependencies that are automatically installed - Configure MCP servers (Model Context Protocol) for external tools - Share configurations and related files as a cohesive package - Wrap individual crafts as plugins for better organization

5. Plugin tree is added to craftdesk.lock


**Example Output**:
Adding company/rails-standards-plugin... Found company/rails-standards-plugin@2.1.0 Installing company/rails-standards-plugin... Plugin detected - resolving dependencies... Resolved 3 total dependencies Installing plugin dependency: john/rspec-testing... ✓ Resolved john/rspec-testing@1.5.3 Installing plugin dependency: jane/postgres-toolkit... ✓ Resolved jane/postgres-toolkit@3.2.1 ✓ Installed company/rails-standards-plugin@2.1.0 Craft added successfully! ```

Plugin Structure

A plugin contains a plugin.json manifest:

{
  "name": "company-rails-plugin",
  "version": "2.1.0",
  "type": "plugin",
  "description": "Rails development standards",
  "author": "company",
  "components": {
    "skills": ["coding-standards", "rails-best-practices"],
    "agents": ["standards-enforcer"],
    "commands": ["check-standards"]
  },
  "dependencies": {
    "john/rspec-testing": "^1.5.0",
    "jane/postgres-toolkit": "^3.2.0"
  },
  "mcp": {
    "type": "stdio",
    "command": "/usr/bin/rails-standards-mcp",
    "args": ["--config", ".claude/plugins/company-rails-plugin/config.json"]
  }
}

company/rails-plugin (direct)

Plugin Tree Visualization

View your plugin dependency tree:

$ craftdesk list

my-project@1.0.0

🔌 Plugins:
  company/rails-standards@2.1.0
    ├── john/rspec-testing@1.5.3
    └── jane/postgres-toolkit@3.2.1
  my-skill-plugin@1.0.0

📚 Skills:
  standalone-skill@1.0.0

Total: 5 crafts installed

Search for plugins

craftdesk search standards --type plugin


**Example output:**
Search results for "kafka":

john/kafka-processing@2.1.0 (skill) Expert knowledge for processing Kafka messages

jane/kafka-agent@1.5.3 (agent) Autonomous agent for Kafka stream management

Found 2 crafts ```

---

CI/CD Integration

Troubleshooting

🎯 aiskill88 AI 点评 A 级 2026-05-26

高质量的Claude技能包管理器

⚡ 核心功能
👥 适合人群
Claude 重度用户AI 研究者和开发者需要专业领域 AI 增强的专家
🎯 使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
⚖️ 优点与不足
✅ 优点
  • +深度优化 Claude 使用体验
  • +CLI 一键安装,极度便捷
  • +官方支持,稳定可靠
⚠️ 不足
  • 未明确开源协议,商用场景需谨慎评估
  • 仅限 Claude 用户使用,受平台限制
  • 功能边界受当前 Claude 模型能力约束
⚠️ 使用须知

该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

🔗 相关工具推荐
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ
使用npm或yarn安装
💡 AI Skill Hub 点评

AI Skill Hub 点评:克劳德技能包管理 的核心功能完整,质量良好。对于Claude 重度用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⚠️ 该工具未声明开源协议,不提供直接下载。请访问原项目了解使用条款。
📚 深入学习 克劳德技能包管理
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 craftdesk
原始描述 开源Claude技能:Package manager for Claude Code skills and agents and other AI related resources。⭐59 · TypeScript
Topics claude_skillagentsanthropictypescript
GitHub https://github.com/mensfeld/craftdesk
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/mensfeld/craftdesk 🌐 官方网站  http://craftdesk.ai/

收录时间:2026-05-26 · 更新时间:2026-05-26 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。