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

@atoox/atoox

v5.5.0

Published

ATOOX — 65+ agents IA à vos côtés. 5 skills gratuits (commit, pr, fix, oneshot, ultrathink). Compatible Claude Code, Cursor, OpenClaw.ai et tout agent MCP.

Downloads

753

Readme

◆ ATOOX — Vous travaillez seul. Ils sont 65+ à vos côtés.

Bibliothèque de skills IA pour Claude Code, Cursor, OpenClaw.ai et tout agent compatible. 5 skills gratuits inclus. Écosystème complet sur atoox.com.


Installation

npm install -g @atoox/atoox

Les skills sont automatiquement copiés dans ~/.claude/skills/. Redémarrez votre agent IA (Claude Code, Cursor), c'est prêt.

Premier lancement ? Tapez /commit dans un projet git pour tester.


5 Skills Gratuits

| Commande | Ce que ça fait | Exemple | |----------|---------------|---------| | /commit | Analyse le diff, génère un message conventionnel, push | Après avoir codé, tapez /commit | | /pr | Crée une Pull Request avec titre, description et test plan | /pr après vos commits | | /fix | Corrige toutes les erreurs TypeScript/ESLint en parallèle | /fix quand le linter est rouge | | /oneshot | Implémente une feature complète (code + tests + docs) | /oneshot "Ajouter export CSV" | | /ultrathink | Mode réflexion profonde pour les problèmes complexes | /ultrathink "Comment gérer 10K users ?" |


Comment ça marche

Chaque skill est un fichier SKILL.md — des instructions structurées en Markdown avec des métadonnées YAML. Quand vous tapez une commande, votre agent IA lit le fichier et exécute les instructions.

~/.claude/skills/
├── commit/
│   └── SKILL.md       ← Instructions pour les commits
├── create-pr/
│   └── SKILL.md       ← Instructions pour les PR
├── fix-errors/
│   └── SKILL.md       ← Instructions pour corriger les erreurs
├── oneshot/
│   └── SKILL.md       ← Instructions pour les features rapides
└── ultrathink/
    └── SKILL.md       ← Instructions pour la réflexion profonde

Compatibilité

| Agent / Plateforme | Support | Comment | |--------------------|---------|---------| | Claude Code (CLI) | ✅ Natif | npm install copie tout automatiquement | | Cursor | ✅ Natif | Fonctionne avec les skills Claude intégrés | | Claude Desktop | ✅ Manuel | Uploadez le SKILL.md comme document dans la conversation | | OpenClaw.ai | ✅ Compatible | Chargez les skills dans la configuration agent | | Gemini CLI | ⚡ Adaptable | Copiez les .md dans le dossier d'instructions | | Tout agent MCP | ✅ Compatible | Format Markdown standard |


Commandes CLI

atoox --help          # Voir les skills disponibles
atoox --version       # Version installée
atoox upgrade         # Infos sur la version PRO

ATOOX PRO — L'écosystème complet

Les 5 skills gratuits sont un aperçu. L'écosystème complet comprend :

  • 58 skills couvrant audit code, tests, sécurité, SEO, marketing, specs, architecture, et plus
  • 65+ agents experts spécialisés par domaine
  • 46 protocoles de qualité et de communication
  • Orchestration automatique — dites ce que vous voulez, ATOOX assemble l'équipe
  • Support email prioritaire

Détails sur atoox.com


Désinstaller

npm uninstall -g @atoox/atoox

Les skills restent dans ~/.claude/skills/. Pour les supprimer aussi :

rm -r ~/.claude/skills/commit ~/.claude/skills/create-pr ~/.claude/skills/fix-errors ~/.claude/skills/oneshot ~/.claude/skills/ultrathink

Auteur

Créé par Bertrand Bonnetatoox.com

Licence

MIT