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

@julianoczkowski/my-rules

v1.5.0

Published

Personal development rules, guidelines, and documentation for coding projects

Downloads

5

Readme

My Rules

Personal development rules, guidelines, and documentation for coding projects. This package provides a simple way to share and distribute development standards, Cursor IDE rules, and MCP server configurations.

🚀 Features

  • 📚 Development Rules - Comprehensive coding guidelines and best practices
  • 🎯 Cursor Rules - IDE-specific configuration and development standards
  • 🔧 MCP Server Configurations - Ready-to-use server setups and examples
  • 📱 Dynamic Download - Fetches latest content from GitHub repository on install
  • 🖥️ Easy Distribution - Simple NPM-based sharing and installation
  • 🔄 Future-Proof - Supports adding new documentation without code changes

📦 Installation

NPX Install (Recommended)

# Interactive mode - choose which folders to download
npx @julianoczkowski/my-rules

# Auto-download all folders (non-interactive)
npx @julianoczkowski/my-rules --auto

# Show help
npx @julianoczkowski/my-rules --help

🎯 How It Works

The package now offers interactive folder selection:

  1. Interactive Mode - Choose which documentation folders to download
  2. Auto Mode - Download all available folders automatically
  3. Dynamic Discovery - Automatically detects available documentation folders
  4. Future-Proof - Ready for new folders like "VS Code Rules" when added
  5. Always Current - Gets the latest version of rules and documentation from the repo

📁 What You Get

After installation, you'll have access to:

Cursor Rules/
├── user_rules.md          # Complete development standards and practices
└── mcp_servers.md         # MCP server configurations and examples

🔧 Usage

Interactive Mode (Default)

When you run the package interactively, you'll see a menu like this:

📁 Available Documentation Folders:
==================================================

1. Cursor Rules
   IDE-specific configuration and development standards for Cursor

🎯 Selection Options:
  • Enter numbers separated by commas (e.g., 1,3) to select specific folders
  • Enter 'all' to download everything
  • Enter 'none' to skip download

👉 What would you like to download?

Auto Mode

For automated installations or CI/CD, use the --auto flag to download all available folders without prompts.

Postinstall Behavior

During npm install, the package automatically downloads all folders (non-interactive mode) to avoid blocking the installation process.

📋 Content Overview

Development Rules (user_rules.md)

  • Mandatory todo list creation and task management
  • Implementation guide creation for major features
  • Communication and progress tracking standards
  • Development standards and code quality guidelines
  • Project consistency and pattern following
  • Quality assurance and completion standards

MCP Server Configurations (mcp_servers.md)

  • Context7 - AI Context Management
  • GitHub - Repository Integration
  • Supabase - Database Operations
  • AWS Knowledge Base - Cloud Documentation
  • Firecrawl - Web Scraping
  • Microsoft Docs - Technical Documentation
  • Chrome DevTools - Browser Development
  • Modus Docs - Design System Documentation

🚀 For Package Maintainers

Adding New Content

Simply add new files or folders to the GitHub repository. The download script will automatically include them in future installations without requiring code changes.

Publishing Updates

  1. Update version in package.json
  2. Create a git tag: git tag v1.0.1
  3. Push the tag: git push origin v1.0.1
  4. GitHub Actions will automatically publish to NPM

🛠️ Technical Details

  • Node.js: Requires Node.js 18 or higher
  • Dynamic Fetching: Uses GitHub API to discover and download content
  • Recursive Structure: Maintains complete folder hierarchy
  • Error Handling: Graceful handling of network issues and missing files
  • Filtering: Automatically excludes development files (.git, node_modules, etc.)

📄 License

MIT License - feel free to use and modify as needed.

🤝 Contributing

This is a personal rules repository, but suggestions and improvements are welcome via GitHub issues.

🔗 Links