npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@arcanea/cli

v0.7.1

Published

Arcanea Realm — Your AI Creation Realm. Overlay any AI tool with arcane intelligence.

Downloads

167

Readme

@arcanea/cli

Overlay any AI tool with arcane intelligence. 10 commands. One binary. Works everywhere.

npm version TypeScript License: MIT

Quick Start

# Run instantly with npx
npx @arcanea/cli route "design a character creation flow"

# Or install globally
npm install -g @arcanea/cli

Commands

| Command | Description | |:--------|:------------| | arcanea init | Initialize Arcanea in a project (creates .arcanea/) | | arcanea auth | Authenticate with arcanea.ai | | arcanea status | Show current Guardian, Gate, Element, and session state | | arcanea install <overlay> | Install an overlay (claude, chatgpt, gemini, copilot, opencode) | | arcanea update | Update Arcanea to latest version | | arcanea route <description> | Route a task to the optimal Guardian | | arcanea voice <text> [--fix] | Check text against Voice Bible v2.0 | | arcanea tokens [--format] [--colors] | Export design tokens (CSS, Tailwind, JSON) | | arcanea world | Launch worldbuilding session | | arcanea create | Create a new Arcanea project |

Examples

Route a task to a Guardian

$ arcanea route "help me design a database schema for user profiles"

Guardian: Lyssandria (Earth)
Gate: Foundation | Frequency: 396 Hz
Confidence: 0.94
Domain: Architecture, database design, system foundations

Alternatives:
  Draconia (Fire) — 0.52 confidence
  Shinkami (Source) — 0.38 confidence

Check voice compliance

$ arcanea voice "Welcome users to our platform" --fix

Violations found:
  term-user: "users" → "creators"
  term-platform: "platform" → "Arcanea"

Fixed: "Welcome creators to Arcanea"

Export design tokens

$ arcanea tokens --format css --colors

:root {
  --arcane-crystal: #7fffd4;
  --arcane-fire: #ff4500;
  --arcane-water: #4169e1;
  --arcane-earth: #228b22;
  --arcane-void: #9966ff;
  --arcane-gold: #ffd700;
  --cosmic-void: #0b0e14;
  --cosmic-deep: #0d1117;
  ...
}

Overlays

Install Arcanea intelligence into any AI tool:

arcanea install claude     # Claude Code / Claude Desktop
arcanea install chatgpt    # ChatGPT
arcanea install gemini     # Gemini / AI Studio
arcanea install copilot    # GitHub Copilot
arcanea install opencode   # OpenCode

Each overlay adds Guardian routing, voice enforcement, design tokens, and Arcanea lore to your existing AI workflow.

Technical

  • Bundle: Single 247KB CJS file with shebang
  • Runtime: Node.js 18+
  • Dependencies: @arcanea/os (intelligence engine), commander, picocolors
  • Tests: 17/17 passing

Ecosystem

| Package | Purpose | |:--------|:--------| | @arcanea/os | Intelligence engine | | @arcanea/mcp-server | 30 MCP tools | | arcanea.ai | Live web platform |

License

MIT - FrankX