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

my-agent-kit

v1.0.0

Published

AI coding agent kit — 14 agents, 80+ skills, structured workflows. Works with Claude Code, Codex CLI, GitHub Copilot.

Downloads

114

Readme

My Agent Kit

Personal AI coding agent kit — 14 agents, 80+ skills, 15 hooks, structured workflows.

Built for Claude Code, with cross-tool support for Codex CLI, GitHub Copilot, Cursor, Windsurf, and others via AGENTS.md.

Install

Via npx (recommended)

# Install into current directory
npx my-agent-kit init

# Install into specific project
npx my-agent-kit init /path/to/your-project

# With cross-tool support (Copilot + Codex)
npx my-agent-kit init . --all

# Preview first
npx my-agent-kit init . --dry-run

Via git clone

git clone [email protected]:phuc-nt/my-agent-kit.git
cd my-agent-kit
./mk-init.sh /path/to/your-project --all

Options: --force (overwrite), --skills-install (Python deps), --copilot, --codex, --all.

Quick Start

cd your-project
claude                    # Start Claude Code

Then try: /cook "feature X", /fix "bug Y", /test, /ship.

See CLAUDE.md and AGENTS.md in the kit root for full command reference and detailed instructions.

Customize

Edit CLAUDE.md in your project to add stack, conventions, and deploy target. The AI adapts automatically.

Structure

| Directory | Contents | |---|---| | .claude/agents/ | 14 specialist agents | | .claude/skills/ | 80+ domain knowledge packs | | .claude/hooks/ | 15 event automation hooks | | .claude/rules/ | 5 workflow rule files | | templates/ | CLAUDE.md + AGENTS.md copied to target projects |

Cross-Tool Support

| Tool | What it reads | |---|---| | Claude Code | CLAUDE.md + full .claude/ (native) | | GitHub Copilot | CLAUDE.md + .claude/rules/ + .claude/skills/ (native since VS Code 1.108) | | Codex CLI | AGENTS.md + .codex/config.toml + .agents/skills/ (symlinked) | | Cursor / Windsurf | AGENTS.md |

License

MIT