arcana

Convert Claude Code skills into formats for other Claude surfaces.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-arcana-skills --skill arcana-hiivmind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcana
Source: https://github.com/hiivmind/hiivmind-arcana-skills/tree/main/skills/arcana
Command: npx skills add https://github.com/hiivmind/hiivmind-arcana-skills --skill arcana-hiivmind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the issue of Claude Code skills not being automatically synced across different Claude surfaces, allowing for seamless transfer and deployment of skills.

Core Features & Use Cases

  • Skill Transformation: Converts Claude Code skills into formats suitable for other Claude surfaces.
  • Routing: Directs requests to the appropriate skill based on user intent.
  • Export & Upload: Provides options to export skills for manual upload or direct upload to the Messages API.
  • Discovery: Assists in finding and analyzing skills within a plugin directory.

Quick Start

Use the /arcana command to start the skill transformation process.

Frequently Asked Questions about arcana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer Claude Code skills to other Claude surfaces?

Transferring Claude Code skills to other Claude surfaces requires transforming them into compatible formats and routing them to handlers for export or direct upload to the Messages API.

What is the best way to discover skills within a plugin directory?

Discovering skills within a plugin directory involves using script components to find and analyze available skills, assisting in identifying what can be transformed and deployed.

Do I need Python to run skill transformation scripts?

Yes, you need Python installed because the skill transformation and script execution logic specifically requires Python for handling and processing the deployment operations.

Can I export Claude Code skills for manual upload instead of direct API upload?

Yes, you can export Claude Code skills for manual upload, as the routing mechanism provides distinct options for both manual export and direct upload to the Messages API.

Why does my Claude Code skill not sync automatically across different surfaces?

Claude Code skills do not sync automatically across different surfaces by default, which requires using a transformation and transport skill to achieve seamless transfer and deployment.