BeClaude

craftdesk

New
GitHubDevelopmentby ArianKHeirgadam

🛠️ Manage AI capabilities with CraftDesk, a streamlined package manager for installing and versioning Claude Code skills and development tools.

First seen 5/23/2026

Summary

CraftDesk is a package manager for Claude Code that simplifies installing, updating, and versioning AI skills and development tools.

  • It helps developers manage their AI capabilities efficiently, ensuring they have the right tools for their projects.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/craftdesk.md https://raw.githubusercontent.com/ArianKHeirgadam/craftdesk/main/SKILL.md
3
Invoke in Claude Code
/craftdesk

Use Cases

Install a new skill for code review automation.
Update all installed skills to their latest versions.
List currently installed skills and their versions.
Remove an outdated skill that is no longer needed.
Search for available skills related to testing frameworks.
Rollback a skill to a previous version after a compatibility issue.

Usage Examples

1

/craftdesk install code-reviewer

2

/craftdesk update --all

3

/craftdesk list

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is craftdesk?

CraftDesk is a package manager for Claude Code that simplifies installing, updating, and versioning AI skills and development tools. It helps developers manage their AI capabilities efficiently, ensuring they have the right tools for their projects.

How to install craftdesk?

To install craftdesk: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/craftdesk.md https://raw.githubusercontent.com/ArianKHeirgadam/craftdesk/main/SKILL.md. Finally, /craftdesk in Claude Code.

What is craftdesk best for?

craftdesk is a skill categorized under Development. Created by ArianKHeirgadam.

What can I use craftdesk for?

craftdesk is useful for: Install a new skill for code review automation.; Update all installed skills to their latest versions.; List currently installed skills and their versions.; Remove an outdated skill that is no longer needed.; Search for available skills related to testing frameworks.; Rollback a skill to a previous version after a compatibility issue..