arcana-discover

Scan directories for SKILL.md files and report skill compatibility issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The arcana-discover skill helps users find and analyze Claude Code skills within a specified directory, ensuring compatibility and identifying potential issues before export or upload.

Core Features & Use Cases

  • Skill Discovery: Scans a directory for SKILL.md files and analyzes each skill's metadata.
  • Compatibility Reporting: Checks skill compatibility for export to other surfaces.
  • Issue Identification: Flags potential issues such as invalid names or descriptions, and CC-only fields.

Quick Start

Run the /arcana discover command in your Claude plugin directory to find and analyze skills.

Frequently Asked Questions about arcana-discover

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

FAQPage Schema
How do I find and analyze Claude Code skills in a local directory?

Scanning a directory for SKILL.md files allows you to discover and analyze Claude Code skills. It reads each file to report names, descriptions, compatibility status, and metadata issues.

How can I check Claude Code skill compatibility before exporting to other surfaces?

Checking skill compatibility before export involves validating metadata against API rules. This identifies CC-only fields and flags invalid names or descriptions to ensure safe export to other surfaces.

What are common metadata issues when managing Claude Code plugins?

Common metadata issues in Claude Code plugins include invalid names, invalid descriptions, and the presence of CC-only fields. Analyzing SKILL.md files flags these potential issues before upload or export.

Does Claude Code skill discovery work without external dependencies?

Claude Code skill discovery operates without external dependencies, relying solely on internal scripts and references. It reads SKILL.md files directly to validate metadata and check against API rules.

Why does my Claude Code skill fail validation during plugin management?

Skill validation fails during plugin management when metadata in SKILL.md files violates API rules. The analysis flags invalid names, invalid descriptions, and CC-only fields that cause compatibility issues.