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

magic-powers

v0.9.3

Published

Cost-optimized Claude Code plugin — 43 skills, 11 agents, 9-tool support. Built for AI startups shipping fast with small teams.

Readme

✨ Magic Powers

npm version License: MIT Security Audit Tools Agents Website

magic-powers.pmai.space — A Claude Code plugin with cost-optimized model routing, 43 workflow skills, 11 specialized agents, and Stitch + Pencil design integration. Built for AI startups shipping fast with small teams. Also works with Cursor, Copilot, Aider, Windsurf, Gemini CLI, Codex, Kiro, and OpenCode.

Why Magic Powers?

Claude Code defaults to using the most expensive model for everything. Magic Powers routes tasks to the right model — ~75% cost reduction with no quality loss on routine tasks.

For actual API-level savings, combine with Claude Code Router or OpenRouter for 80-95% cost reduction.

Install

# Claude Code (recommended)
/plugin install github:your-username/magic-powers

# skills.sh (works with 43+ agents)
npx skills add kienbui1995/magic-powers

# All other tools — npx (auto-detects your tool)
npx magic-powers@latest

# Or with curl
curl -fsSL https://raw.githubusercontent.com/kienbui1995/magic-powers/main/scripts/get.sh | bash

The installer auto-detects Cursor, Windsurf, Kiro, Codex, OpenCode, Gemini CLI, and Claude Code from your environment.

Codex

git clone https://github.com/your-username/magic-powers.git
cd magic-powers && bash scripts/install.sh
# Select option 7 — Codex

Installs 11 agent skills to ~/.codex/skills/ and AGENTS.md to ~/.codex/AGENTS.md. Restart Codex after installing.

Invoke skills explicitly with $magic-<name> (e.g. $magic-architect, $magic-debugger), or just describe your task and Codex picks the right one.

Kiro

git clone https://github.com/your-username/magic-powers.git
cd magic-powers && bash scripts/install.sh
# Select option 8 — Kiro

Installs 11 agent steering files to .kiro/steering/. Each file uses inclusion: auto — Kiro automatically loads the right agent when your task matches. Also available as slash commands (e.g. /magic-architect, /magic-debugger).

10 Agents by Division

🔧 Engineering

| Agent | Emoji | Model | Purpose | |-------|-------|-------|---------| | architect | 🏗️ | Opus | Brainstorming, system design, planning | | debugger | 🐛 | Sonnet | Systematic debugging with full tool access | | database-optimizer | 🗄️ | Sonnet | Schema review, query optimization, migrations | | sre | 🔧 | Sonnet | Infrastructure, deployment, reliability | | git-workflow | 🌿 | Sonnet | Branch strategy, commits, release workflows |

🎨 Design

| Agent | Emoji | Model | Purpose | |-------|-------|-------|---------| | ui-designer | 🎨 | Sonnet | Frontend design with Stitch SDK |

👀 Review & Quality

| Agent | Emoji | Model | Purpose | |-------|-------|-------|---------| | reviewer | 👀 | Haiku | Fast code review (read-only) | | security-reviewer | 🛡️ | Haiku | Security audit, vulnerability scanning | | technical-writer | 📝 | Haiku | Documentation, READMEs, ADRs, changelogs |

📣 Product & Growth

| Agent | Emoji | Model | Purpose | |-------|-------|-------|---------| | product-strategist | 📣 | Sonnet | Feature prioritization, PRDs, launch planning | | copywriter | ✍️ | Haiku | Landing pages, marketing copy, announcements |

Cost by Model

| Model | Agents | Cost | |-------|--------|------| | Opus | 1 (architect) | $$$$$ | | Sonnet | 6 (debugger, db-optimizer, sre, git-workflow, ui-designer, product-strategist) | $$ | | Haiku | 4 (reviewer, security-reviewer, technical-writer, copywriter) | $ |

43 Skills

Core Workflow: using-magic-powers · brainstorming · writing-plans · executing-plans

Planning: spec-driven-development · mvp-rapid-development

Development: test-driven-development · systematic-debugging · verification-before-completion · refactoring · api-design · performance-optimization · environment-setup

DevOps: ci-cd-pipeline · docker-containerization · incident-response · dependency-management

Collaboration: requesting-code-review · receiving-code-review · subagent-driven-development · dispatching-parallel-agents · pr-workflow

Git: using-git-worktrees · finishing-a-development-branch

Security & Auth: security-review · authentication-patterns · accessibility-compliance

Infrastructure: database-optimization · infrastructure-review · caching-strategy

AI Engineering: prompt-engineering · rag-architecture · agentic-ai-patterns · llm-evaluation · ai-safety-guardrails · llm-observability

Review & Docs: technical-writing

Meta: writing-skills · open-source-project · product-strategy

Unique: cost-aware-routing · design-with-stitch · design-with-pencil

Multi-Tool Support

| Tool | Format | Install | |------|--------|---------| | Claude Code | Plugin (native) | /plugin install github:user/magic-powers | | Cursor | .mdc rules | bash scripts/install.sh → select Cursor | | GitHub Copilot | Agent .md files | bash scripts/install.sh → select Copilot | | Aider | CONVENTIONS.md | bash scripts/install.sh → select Aider | | Windsurf | .windsurfrules | bash scripts/install.sh → select Windsurf | | Gemini CLI | Skills | bash scripts/install.sh → select Gemini | | Codex | Skills + AGENTS.md | bash scripts/install.sh → select Codex | | Kiro | Steering files | bash scripts/install.sh → select Kiro | | OpenCode | AGENTS.md | bash scripts/install.sh → select OpenCode |

Stitch Design Integration

# Requires STITCH_API_KEY environment variable
node scripts/stitch.mjs generate <projectId> "A dashboard with sidebar"
node scripts/stitch.mjs get-html <projectId> <screenId>

Examples

See examples/ for real-world scenarios:

vs. Superpowers

| Feature | Superpowers | Magic Powers | |---------|-------------|--------------| | Skills | 14 | 43 | | Agents | 1 | 11 | | Model routing | ❌ | ✅ Opus/Sonnet/Haiku | | Cost optimization | ❌ | ✅ ~75% reduction | | Design tools | ❌ | ✅ Google Stitch SDK | | Multi-tool | ❌ | ✅ 9 tools | | Examples | ❌ | ✅ 4 scenarios |

Changelog

See CHANGELOG.md for release history.

Contributing

See CONTRIBUTING.md for how to add agents and skills.

License

MIT — see LICENSE.

Credits

Inspired by superpowers by Jesse Vincent and agency-agents by Mike Sitarzewski.