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 🙏

© 2025 – Pkg Stats / Ryan Hefner

juno-code

v1.0.35

Published

TypeScript CLI tool for AI subagent orchestration with code automation

Readme

juno-code

TypeScript CLI tool for AI subagent orchestration with code automation.

Overview

juno-code is an AI-powered development CLI that orchestrates subagents (Claude, Cursor, Codex, Gemini) through MCP (Model Context Protocol) servers. It provides a modern TypeScript implementation with React INK TUI, comprehensive testing infrastructure, and automated feedback collection.

Installation

This package is available on NPM under multiple names for flexibility:

# Primary package (recommended)
npm install -g juno-code

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • Python 3.8+ (for dependency scripts)
  • Git for version control
  • NPM or UV package manager

Quick Start

# Initialize a new project
juno-code init --task "Your task" --subagent claude --git-url "https://github.com/user/repo"

# Start task execution
juno-code start

# Or use the juno-code command for all operations
juno-code --help

# Collect feedback during execution
juno-collect-feedback

Available Commands

The package installs these binary commands:

  • juno-code - Main command (recommended)
  • juno-collect-feedback - Feedback collection utility

Project Structure

.
├── .juno_task/
│   ├── prompt.md          # Production-ready AI instructions
│   ├── init.md            # Task breakdown and constraints
│   ├── plan.md            # Dynamic planning and tracking
│   ├── USER_FEEDBACK.md   # User feedback and issue tracking
│   └── specs/             # Comprehensive specifications
│       ├── README.md      # Specs overview and guide
│       ├── requirements.md # Detailed functional requirements
│       └── architecture.md # System architecture and design
├── CLAUDE.md              # Session documentation and learnings
├── AGENTS.md              # AI agent selection and performance tracking
└── README.md              # This file

AI-Powered Development

This project implements a sophisticated AI development workflow:

  1. Task Analysis: AI studies existing codebase and requirements
  2. Specification Creation: Detailed specs with parallel subagents
  3. Implementation: AI-assisted development (up to 500 parallel agents)
  4. Testing: Automated testing with dedicated subagents
  5. Documentation: Continuous documentation updates
  6. Version Control: Automated Git workflow with smart commits

Key Features

  • Production-Ready Templates: Comprehensive templates for AI guidance
  • Parallel Processing: Up to 500 parallel subagents for analysis
  • Automated Workflows: Git integration, tagging, and documentation
  • Quality Enforcement: Strict requirements against placeholder implementations
  • User Feedback Integration: Continuous feedback loop via USER_FEEDBACK.md
  • Session Management: Detailed tracking of development sessions

Configuration

The project uses claude as the primary AI subagent with these settings:

  • Parallel Agents: Up to 500 for analysis, 1 for build/test
  • Quality Standards: Full implementations required
  • Documentation: Comprehensive and up-to-date
  • Version Control: Automated Git workflow

Development Workflow

  1. Review Task: Check .juno_task/init.md for main task
  2. Check Plan: Review .juno_task/plan.md for current priorities
  3. Provide Feedback: Use juno-code feedback for issues or suggestions
  4. Track Progress: Monitor AI development through .juno_task/prompt.md

Created with juno-code on 2025-10-08 using claude as primary AI subagent