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

macadida

v2.3.1

Published

πŸ€– AI-Powered Development Assistant - Intelligent code analysis, problem solving, and terminal automation using Gemini API

Readme

πŸ€– MacAdida - AI-Powered Development Assistant

npm version Downloads License: MIT Node.js Version

MacAdida is an intelligent AI-powered development assistant that revolutionizes your coding workflow. Built with Google's Gemini AI, it provides intelligent code analysis, automated problem-solving, smart terminal execution, and comprehensive project management.

✨ Key Features

🧠 AI-Powered Intelligence - Smart code analysis and problem-solving with Gemini AI
⚑ Smart Terminal - Intelligent command execution with safety checks
πŸ” Code Analysis - Security, performance, and quality assessment
πŸ“ Project Management - Automated setup, testing, and deployment
🎯 Interactive Mode - Continuous AI conversation about your code

πŸš€ Quick Installation

npm install -g macadida

Note: After installation, run npm install in the package directory to install dependencies, then use macadida config --setup-api to configure your Gemini API key.

βš™οΈ Quick Setup

  1. Install globally:

    npm install -g macadida
  2. Run initial setup:

    macadida setup
  3. Configure your Gemini API key:

    macadida config --setup-api

    Get your free API key at: Google AI Studio

  4. Start using MacAdida:

    macadida ai "Help me analyze my code"
    macadida interactive

πŸ“– Usage Examples

🧠 AI Assistant

# Ask AI for coding help
macadida ai "How do I optimize this React component?"

# Analyze specific files
macadida ai "Review this file for bugs" --file src/app.js

# Interactive AI chat
macadida interactive

πŸ” Code Analysis

# Analyze current directory
macadida analyze

# Security audit
macadida analyze --type security --fix

# Performance analysis
macadida analyze --type performance

# Watch for changes
macadida watch --auto-fix

⚑ Smart Terminal

# Execute with AI assistance
macadida exec "npm install react"

# Interactive mode with suggestions
macadida exec "git commit" --interactive

# Safe mode for dangerous commands
macadida exec "rm -rf node_modules" --safe

πŸ“ Project Management

# Initialize new project
macadida project --init

# Setup React project
macadida project --setup react

# Deploy project
macadida project --deploy

# Run tests with analysis
macadida project --test

🎯 Core Commands

| Command | Description | |---------|-------------| | macadida ai <prompt> | Ask AI to solve coding problems | | macadida interactive | Start interactive AI chat mode | | macadida analyze [path] | Analyze code for issues | | macadida exec <command> | Execute commands with AI help | | macadida project --init | Initialize new project | | macadida config --setup-api | Setup Gemini API key | | macadida setup | Run initial setup wizard |

πŸ”§ Configuration

API Key Setup

macadida config --setup-api

View Settings

macadida config --list

Customize Settings

macadida config --set ai.temperature=0.7
macadida config --set terminal.safeMode=true

πŸ“Š Supported Technologies

  • Languages: JavaScript, TypeScript, Python, Rust, Go, Java, C/C++, PHP, Ruby
  • Frameworks: React, Vue, Angular, Node.js, Express, Django, Flask, Spring Boot
  • Tools: Docker, Git, npm, yarn, pip, cargo, maven, gradle
  • Cloud: AWS, Azure, GCP, Vercel, Netlify, Heroku

πŸ”’ Security & Privacy

  • Local Processing: Most analysis happens on your machine
  • Secure Storage: API keys encrypted with AES-256-GCM
  • No Code Upload: Your code stays local unless explicitly shared
  • Privacy First: Optional telemetry with full transparency

πŸ› οΈ Requirements

  • Node.js: 16.0.0 or higher
  • npm: 8.0.0 or higher
  • Gemini API Key: Free at Google AI Studio

πŸ“ˆ What's New

Version 1.0.0

  • πŸŽ‰ Initial release with full AI integration
  • 🧠 Gemini 2.5 Pro AI model support
  • πŸ” Advanced code analysis engine
  • ⚑ Smart terminal execution
  • πŸ“ Project management automation
  • 🎯 Interactive AI chat mode

🀝 Contributing

We welcome contributions! See our Contributing Guide for details.

# Development setup
git clone https://github.com/engineermarcus/marcus-alias.git
cd marcus-alias
npm install
npm run dev

πŸ“„ License

MIT License - see LICENSE file for details.

πŸ“ž Support & Community

🌟 Show Your Support

If MacAdida helps you code better, please consider:


Made with ❀️ by Engineermarcus

Empowering developers with AI-driven productivity

⭐ Star on GitHub β€’ πŸ“¦ View on npm β€’ πŸ› Report Bug