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

@intentsolutionsio/sugar

v2.0.0

Published

Sugar 🍰 - AI-powered autonomous development system for complex, multi-step development tasks

Readme

Sugar 🍰 - Claude Code Plugin

Transform your Claude Code experience with autonomous AI development capabilities!

What is Sugar?

Sugar is a premier Claude Code plugin that brings true autonomous development to your projects. Unlike simple automation plugins, Sugar provides:

  • 🤖 Autonomous Task Execution - Let AI handle complex, multi-step development work
  • 📋 Enterprise Task Management - Persistent SQLite-backed task tracking with rich metadata
  • 🎯 Intelligent Agent Orchestration - Specialized agents for different development aspects
  • 🔍 Automatic Work Discovery - Finds work from error logs, GitHub issues, and code quality metrics
  • 👥 Team Collaboration - Shared task queues with multi-project support

Quick Start

Prerequisites

  1. Install Sugar CLI (if not already installed):

    pip install sugarai
  2. Initialize in your project:

    cd /path/to/your/project
    sugar init

Installation

Install the Sugar plugin via Claude Code:

/plugin install sugar

Basic Usage

Create Tasks

/sugar-task "Implement user authentication" --type feature --priority 4

View Status

/sugar-status

Start Autonomous Mode

/sugar-run --dry-run  # Test first
/sugar-run            # Start autonomous development

Features

Slash Commands

  • /sugar-task - Create comprehensive tasks with rich context
  • /sugar-status - View system status and task queue
  • /sugar-review - Review and manage pending tasks
  • /sugar-run - Start autonomous execution mode
  • /sugar-analyze - Analyze codebase for potential work

Specialized Agents

  • sugar-orchestrator - Coordinates autonomous development workflows
  • task-planner - Strategic task planning and breakdown
  • quality-guardian - Code quality and testing enforcement
  • autonomous-executor - Handles autonomous task execution

Automatic Task Discovery

Sugar automatically discovers work from:

  • Error logs and crash reports
  • GitHub issues and pull requests
  • Code quality metrics and technical debt
  • Missing test coverage
  • Documentation gaps

Advanced Features

Rich Task Context

Create tasks with comprehensive metadata:

sugar add "User Dashboard Redesign" --json --description '{
  "priority": 5,
  "type": "feature",
  "context": "Complete overhaul of user dashboard for better UX",
  "business_context": "Improve user engagement and reduce support tickets",
  "technical_requirements": ["responsive design", "accessibility compliance"],
  "agent_assignments": {
    "ux_design_specialist": "UI/UX design leadership",
    "frontend_developer": "Implementation and optimization",
    "qa_test_engineer": "Testing and validation"
  },
  "success_criteria": ["mobile responsive", "passes accessibility audit"]
}'

Custom Task Types

Define your own task types beyond the defaults:

sugar task-type add security_audit \
  --name "Security Audit" \
  --description "Security vulnerability scanning" \
  --agent "tech-lead" \
  --emoji "🔒"

Multi-Project Support

Sugar maintains isolated instances per project:

  • Separate .sugar/ directory in each project
  • Independent task queues and execution
  • No interference between projects

Configuration

Sugar auto-generates .sugar/config.yaml with sensible defaults. Key settings:

sugar:
  loop_interval: 300           # 5 minutes between autonomous cycles
  max_concurrent_work: 3       # Execute multiple tasks per cycle
  dry_run: false               # Set to true for safe testing

  claude:
    enable_agents: true        # Enable Claude agent mode selection
    use_structured_requests: true

Safety Features

  • Dry Run Mode - Test without making changes
  • Project Isolation - Clean .sugar/ directory structure
  • Graceful Shutdown - Handles interrupts cleanly
  • Audit Trail - Complete history of all autonomous actions

Documentation

Support

License

MIT License - see LICENSE


Sugar 🍰 v1.9.1 - Transform any project into an autonomous development environment.

⚠️ Disclaimer: Sugar is an independent third-party tool. "Claude," "Claude Code," and related marks are trademarks of Anthropic, Inc. Sugar is not affiliated with, endorsed by, or sponsored by Anthropic, Inc.