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

txa-agent

v1.0.4

Published

πŸš€ TXA Agent - AI-Powered Development Workspace Toolkit. 23 Agents, 17 Rules, 11 Skills, 22 Workflows. Multi-IDE Support.

Readme


✨ What is TXA Agent?

TXA Agent is a comprehensive AI agent configuration toolkit that supercharges your IDE's AI capabilities. It provides:

  • πŸ€– 23 Specialist Agents β€” From backend to security, every role covered
  • 🧠 11 Master Skills β€” Covering 550+ development patterns
  • ⚑ 22 Workflows β€” Slash commands for common tasks (/create, /debug, /plan...)
  • πŸ“œ 17 Rules β€” Guardrails for security, quality, and best practices
  • πŸ“š 17 Shared Modules β€” Reusable design systems, API standards, testing patterns

🎯 Supported IDEs

| IDE | Auto-Detect | Target Folder | |-----|:-----------:|---------------| | πŸ–±οΈ Cursor | βœ… | .cursor/.agent/ | | πŸ’Ž VS Code | βœ… | .vscode/.agent/ | | 🌌 Antigravity | βœ… | .agent/ | | πŸ„ Windsurf | βœ… | .windsurf/.agent/ |

πŸš€ Quick Start

Install globally

npm install -g txa-agent

Or use directly with npx

npx txa-agent init

Commands

# Install agent workspace (auto-detects IDE)
txa-agent init

# Install for specific IDE
txa-agent init --ide cursor
txa-agent init --ide vscode
txa-agent init --ide antigravity
txa-agent init --ide windsurf

# Detect current IDE
txa-agent detect

# Show package info
txa-agent info

# Force overwrite existing
txa-agent init --force

πŸ“¦ What Gets Installed

.agent/
β”œβ”€β”€ agents/          # 23 Specialist Agent definitions
β”‚   β”œβ”€β”€ orchestrator.md
β”‚   β”œβ”€β”€ frontend-specialist.md
β”‚   β”œβ”€β”€ backend-specialist.md
β”‚   β”œβ”€β”€ security-auditor.md
β”‚   └── ... (19 more)
β”œβ”€β”€ skills/          # 11 Master Skills
β”‚   β”œβ”€β”€ frontend-design/
β”‚   β”œβ”€β”€ modern-web-architect/
β”‚   β”œβ”€β”€ game-development/
β”‚   └── ... (8 more)
β”œβ”€β”€ workflows/       # 22 Slash Commands
β”‚   β”œβ”€β”€ create.md
β”‚   β”œβ”€β”€ debug.md
β”‚   β”œβ”€β”€ plan.md
β”‚   └── ... (19 more)
β”œβ”€β”€ rules/           # 17 Behavioral Rules
β”œβ”€β”€ .shared/         # 17 Shared Modules
β”œβ”€β”€ core/            # Core personality & archetypes
β”œβ”€β”€ scripts/         # Automation scripts
β”œβ”€β”€ GEMINI.md        # Agent configuration (customizable)
β”œβ”€β”€ ARCHITECTURE.md  # System architecture docs
└── START_HERE.md    # Getting started guide

πŸ”„ PDCA Management Cycle

TXA Agent follows a strict quality management framework:

  1. πŸ“‹ PLAN β€” project-planner defines strategy & MVP
  2. βš™οΈ DO β€” Worker agents build features
  3. πŸ” CHECK β€” quality-inspector validates output
  4. 🎯 ACT β€” orchestrator refines & deploys

🎨 Design Philosophy

  • Glassmorphism β€” Modern, premium UI patterns
  • Dark Mode First β€” Optimized for developer comfort
  • Micro-Animations β€” Subtle, delightful interactions
  • Responsive β€” Works on all screen sizes

πŸ›‘οΈ Security

Built-in security guardrails:

  • No hardcoded secrets
  • SQL injection prevention
  • XSS protection
  • Dependency auditing
  • Malware protection

πŸ“„ License

MIT Β© TXA