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

aitaxadvise

v1.0.1

Published

AITaxAdvise CLI — AI-powered tax research for coding agents. Ask tax questions, get cited legislation.

Readme

atx — AITaxAdvise CLI

AI-powered tax research from your terminal. Ask tax questions, get cited legislation. Zero dependencies.

Built for coding agents and developers.

Install

npm install -g aitaxadvise

Quick Start

# Create an account
atx signup my-firm --local

# Ask a tax question
atx ask "UK CGT on residential property sale 2025-26"

# Check your balance
atx balance

Commands

| Command | Description | |---------|-------------| | atx signup <slug> | Create account, get API key instantly | | atx login --key <key> | Save API key to config | | atx ask "query" | Ask a tax research question | | atx ask "query" --json | Get raw JSON response (for piping) | | atx balance | Check remaining research sessions | | atx history | View recent research sessions | | atx me | Show account info | | atx topup | Request credits (shows payment URL) | | atx --help | Show all commands |

Examples

# UK tax
atx ask "I earn £85,000 as a PAYE employee. What is my income tax?"
atx ask "SDLT on sale-and-leaseback with 999-year leases under s57A"

# Malta tax
atx ask "Malta corporate tax refund system 6/7ths effective rate"
atx ask "Global Residence Programme 15% flat rate conditions"

# Cross-border
atx ask "UK resident relocating to Malta. Company worth £3M. CGT and DTA implications?"

# JSON output (for agents)
atx ask "UK VAT flat rate scheme for IT consultancy" --json

Agent Integration

Add to your project rules file (.cursorrules, .clinerules, .windsurfrules, etc.):

## AITaxAdvise
Use the atx CLI for tax research.
API key is in .atx/config.json (auto-loaded).
- `atx ask "your tax question"` — get cited tax research
- `atx balance` — check remaining sessions
- `atx --help` — full reference

Configuration

Config is resolved in this order:

  1. --key flag (highest priority)
  2. ATX_API_KEY environment variable
  3. .atx/config.json (project-scoped)
  4. ~/.atx/config.json (global)
# Project-scoped (recommended for repos)
atx login --key atx_xxx --local    # saves to .atx/config.json

# Global (shared across projects)
atx login --key atx_xxx            # saves to ~/.atx/config.json

Add .atx/ to your .gitignore.

Coverage

  • UK: 39,208 rules across 53 HMRC manuals (Income Tax, CGT, SDLT, IHT, VAT, Corporate, Pensions, Crypto, Expat, Compliance)
  • Malta: Corporate tax, refund system, GRP, HQP, VAT, Property, DTA
  • Cross-border: UK-Malta, UK-UAE, UK-EU relocations and double tax treaties

How It Works

  1. Your query is analysed and classified across 10 tax domains
  2. Routed to the most relevant knowledge base sections
  3. Multiple specialist agents research in parallel
  4. Response cites specific legislation (FA 2003 s57A, TCGA 1992, etc.)
  5. Verified for rate accuracy before delivery

All for the cost of one research session.

Pricing

  • First session: £1 ($1 verification)
  • Single session: £23.99
  • 5-Pack: £95.99 (save 20%)
  • 10-Pack: £159.99 (save 33%)

Support


Tax information only. Not regulated tax advice. Full disclaimer

(c) Tyga.Cloud Ltd (UK #14643275) | aitaxadvise.com