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

ai-coding-instructions

v2.0.0

Published

Collection complète d'instructions pour agents de codage IA - Qualité, standards et méthodologies de développement

Readme

📚 AI Coding Instructions Framework

Framework complet d'instructions pour agents de codage IA, organisé par domaine d'expertise.

🎯 Objectif

Fournir des directives claires et actionnables pour que vos agents IA puissent :

  • Écrire du code de haute qualité
  • Maintenir des standards cohérents
  • Résoudre les problèmes de manière systématique
  • Concevoir des architectures robustes
  • Mettre en place des tests complets

� Structure du Framework

core/ - Fondamentaux

Fichiers essentiels utilisés dans tous les scénarios.

| Fichier | Description | |---------|-------------| | protocol.md | Commandes et protocoles de base | | decision-log.md | Suivi des décisions architecturales | | risk-levels.md | Classification des niveaux de risque |

scenarios/ - Cas d'Usage

Guides spécifiques pour chaque situation de développement.

| Fichier | Quand l'utiliser | |---------|------------------| | new-project.md | Démarrage d'un nouveau projet | | existing-project.md | Intégration à un projet existant | | feature-addition.md | Ajout de nouvelles fonctionnalités | | feature-removal.md | Suppression sécurisée de code | | bug-fixing.md | Résolution de bugs | | refactoring.md | Refactoring et amélioration | | feature-workflow.yaml | Workflow structuré YAML |

quality/ - Qualité

Standards et processus d'assurance qualité.

| Fichier | Description | |---------|-------------| | code-standards.md | Standards de code | | testing-strategy.md | Stratégies de test | | review-guidelines.md | Guidelines de review |

🏗️ architecture/ - Architecture

Patterns et principes de conception.

| Fichier | Description | |---------|-------------| | design-patterns.md | Patterns de conception | | system-design.md | Conception de systèmes |

🛡️ governance/ - Gouvernance

Gestion et responsabilités.

| Fichier | Description | Status | |---------|-------------|--------| | ai-responsibility.md | Responsabilités des agents IA | Recommandé | | pr-template.md | Template de pull request | Recommandé | | versioning.md | Stratégies de versioning | OBLIGATOIRE |


🚀 Scénarios d'Utilisation

🆕 Nouveau Projet

1. core/risk-levels.md          → Évaluer la complexité
2. scenarios/new-project.md     → Setup initial
3. architecture/system-design.md → Concevoir l'architecture
4. quality/code-standards.md    → Établir les standards
5. quality/testing-strategy.md  → Setup des tests

🚀 Ajout de Feature

1. core/decision-log.md         → Documenter la décision
2. scenarios/feature-addition.md → Implémenter la feature
3. quality/testing-strategy.md  → Tester
4. governance/pr-template.md  → Préparer la PR

🐛 Résolution de Bug

1. scenarios/bug-fixing.md      → Investiger
2. core/risk-levels.md         → Évaluer l'impact
3. quality/testing-strategy.md → Tests de régression
4. quality/review-guidelines.md → Review

🔄 Refactoring

1. core/risk-levels.md         → Évaluer le risque
2. scenarios/refactoring.md     → Planifier
3. quality/code-standards.md  → Appliquer les standards
4. quality/testing-strategy.md → Vérifier

📊 Métriques de Succès

  • Couverture de test : > 80%
  • Dette technique : Réduite progressivement
  • Temps de setup : < 30 minutes
  • Régressions : Minimisées

🤖 Pour les Agents IA

  1. Lire le contexte : Comprendre le type de tâche
  2. Sélectionner le guide : Choisir le fichier approprié
  3. Suivre la méthodologie : Appliquer les étapes
  4. Documenter : Enregistrer les décisions
  5. Vérifier : S'assurer de la conformité

📜 Versions

  • v2.0.0 (2026-03-03) : Réorganisation en framework structuré
  • v1.3.0 : Workflow YAML et guides additionnels
  • v1.0.0 : Collection initiale

Framework conçu pour une collaboration efficace entre humains et agents IA.