craftdesk
New🛠️ Manage AI capabilities with CraftDesk, a streamlined package manager for installing and versioning Claude Code skills and development tools.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/craftdesk.md https://raw.githubusercontent.com/ArianKHeirgadam/craftdesk/main/SKILL.md/craftdeskUse Cases
Usage Examples
/craftdesk install code-reviewer
/craftdesk update --all
/craftdesk list
Security Audits
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..