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

katana-agent

v1.1.2

Published

Install your AI agent into any project. Self-hosted, private, model-agnostic. Centralized Obsidian memory across Claude Code, Codex, Gemini, Cursor & more.

Readme

download (2)

⚡ Katana Agent

One command. Every AI agent. Centralized memory.

Drop your skills, commands, and Obsidian-powered memory into any CLI agent — Claude Code, Codex, KiloCode, Gemini, Cursor, Windsurf, or anything else. Self-hosted. Private. Your data never leaves your machine.


Install

npm install -g katana-agent

30-Second Setup

# 1. Create your memory vault (one time)
katana memory init

# 2. Open ~/.katana/memory/ in Obsidian (optional but powerful)

# 3. Drop your agent into any project
katana init

# Or initialize for a specific CLI agent
katana claude init
katana gemini init
katana codex init
katana kilocode init
katana generic init

(each buildout is tailored to the specific CLI's default .agent folder structure)

That's it. Your agent is ready with skills, commands, and centralized memory.


What It Does

Katana manages your AI agent across every project from one place:

~/.katana/                           Your agent brain (persistent)
├── memory/                          Obsidian vault — shared across ALL projects
│   ├── core/soul.md                 Agent identity
│   ├── core/user.md                 Facts about you
│   ├── work.md                      Running work log
│   ├── projects/                    Per-project session history
│   └── skills/                      Your skill library (organized by category)
│       ├── email/
│       ├── social/
│       ├── development/
│       └── ...
├── commands/                        Agent personalities
├── settings.json                    Shared default settings
└── AGENT.md                         Shared root agent instructions

When you run katana claude init in a project, it:

  1. Asks what to install — interactive picker by skill category
  2. Copies selected skills from your Obsidian vault into the project
  3. Copies your agent commands (personalities) into the project
  4. Auto-generates a project file (CLAUDE.md) with your detected stack
  5. Registers the project in your memory vault for session tracking

Every agent, every project, same memory. Edit once in Obsidian, it's everywhere.


Supported Platforms

| Command | Creates | For | |---------|---------|-----| | katana claude init | .claude/ | Claude Code | | katana kilocode init | .kilocode/ | KiloCode | | katana codex init | .codex/ | OpenAI Codex | | katana generic init | .agent/ | Gemini, Cursor, Windsurf, Aider, anything | | katana generic init --dir .cursor | .cursor/ | Custom folder name |

Flags

katana claude init              # Interactive picker
katana claude init --all        # Install everything, no questions
katana claude init --minimal    # Bundled essentials only

Interactive Skill Picker

Choose what to install by category — no flooding your project with 30 skills you don't need:

⚡ Katana Agent → Claude Code

  Skill Categories:

  Use ↑/↓ arrows to navigate
  Press Space to toggle selections
  Highlight Continue and press Enter to confirm

  [x] Select All
  [x] agents — 4 skills
  [x] email — 2 skills
  [ ] memory — 4 skills
  → Continue

  Current selection: 2 selected

  ✓ Loaded 4 command(s) from ~/.katana/commands/
  ✓ Synced 5 skill(s) from Obsidian vault
  ✓ Generated CLAUDE.md (detected: Next.js / TypeScript)
  ✓ Registered project in Obsidian vault

  ✓ Katana agent initialized in .claude/

Obsidian as Your Agent's Brain

Your memory vault at ~/.katana/memory/ is a standard Obsidian vault:

  • Graph view — see connections between projects, skills, and memories
  • Full-text search — find anything your agent has ever learned
  • Wikilinks[[project-name]] links auto-connect in Obsidian
  • Tags & frontmatter#skill, #project, queryable with Dataview
  • Real-time — every agent write shows up instantly
katana memory status          # Vault health
katana memory recall "api"    # Search memory from terminal
katana memory projects        # List tracked projects

Conflict Detection

Already have a .claude/ folder? Katana handles it:

⚠️  .claude/ already exists in this project.

  1. Merge    — Add Katana files alongside existing (recommended)
  2. Replace  — Remove existing folder, install fresh
  3. Backup   — Copy existing to .backup, then install fresh
  4. Cancel   — Do nothing

Your existing settings.json is preserved unless you explicitly choose to overwrite it.


Roadmap

V2: Katana Router (In Development)

V1 installs your agent. V2 IS your agent.

  • 🧠 Self-hosted inference daemon — localhost:3737
  • 🔀 Direct API to Claude, Grok, GPT, Ollama — no middleman, no subscriptions
  • 🔧 Own tool-calling loop with parallel execution
  • 🎙️ Voice-native via MAGI3
  • 📱 Telegram, Slack, Discord gateways
  • ⏰ Autonomous cron jobs
  • 🔒 100% self-hosted — your keys, your data, your machine

Same Obsidian memory vault. Same skills. Now with its own brain.


License

Source-available with attribution. Free for personal use. Commercial use requires a revenue-sharing agreement. See LICENSE for details.

Author

Shane Swrld@shaneswrld_ · github.com/shane9coy