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

@autonoma-io/code

v3.0.2

Published

Autonoma Code - AI-powered autonomous development platform with intelligent agents for software engineering

Readme

Autonoma Code v3.0.0

Ship production-ready code faster. Autonoma Code puts 28 specialized AI agents at your fingertips—so you can build features while AI handles security reviews, test generation, dependency tracking, and deployment verification.

npm version License: MIT

What Engineers Can Do Now

  • Know what breaks before you deploy - See the full impact of any change across your codebase, APIs, and database schemas
  • Ship code that's already been security-reviewed - Every commit scanned for vulnerabilities, secrets, and OWASP top 10
  • Describe what you want, let Autonoma build it - Natural language commands that invoke the right agents for the job
  • Understand any codebase in minutes - Dependency mapping, API discovery, and database relationship tracking
  • Deploy with confidence - Verification-first architecture ensures nothing reaches production without validation

Quick Start

# Install Autonoma Code
npm install -g @autonoma-io/code

# Authenticate
autonoma-code auth login

# See impact before you commit
autonoma-code deps analyze --file ./src/api/users.ts

# Security review your changes
autonoma-code "review my staged changes for security issues"

# Generate tests for new code
autonoma-code tester-ai generate --target ./src/services --coverage 80

Key Features

  • 28 AI Agents - Autonomous agents for BUILD, OPERATE, GOVERN, OPTIMIZE, and EVOLVE
  • Natural Language - 93+ intents recognized via NLP
  • RIGOR Framework - 3 tiers with 26 verification capabilities
  • Verification-First - Multi-layer validation at every step
  • Intelligence Tiers - Core, Pro, and Ultra with progressive capabilities

Installation

NPM (Recommended)

npm install -g @autonoma-io/code

From Source

git clone https://github.com/autonoma/autonoma-code.git
cd autonoma-code
npm install
npm run build
npm link

Authentication

# Login (opens browser for OAuth)
autonoma auth login

# Check status
autonoma auth status

# Logout
autonoma auth logout

AI Agents

Natural Language Interface

# The CLI understands natural language
autonoma "deploy my application to production"
autonoma "run security scan and fix vulnerabilities"
autonoma "optimize database performance"
autonoma "generate tests for my API"

Direct Agent Commands

BUILD Domain (Software Development)

# Requirements Analysis
autonoma req-ai analyze --project ./my-project
autonoma req-ai generate-stories --description "User authentication system"

# Architecture Design
autonoma architect-ai design --requirements ./requirements.md
autonoma architect-ai review --architecture ./arch.yaml

# Code Generation
autonoma coder-ai generate --spec ./api-spec.yaml --language typescript
autonoma coder-ai implement --task "Add OAuth2 authentication"

# Testing
autonoma tester-ai generate --target ./src --coverage 80
autonoma tester-ai run --suite integration

# Code Review
autonoma review-ai analyze --pr 123
autonoma review-ai suggest --file ./src/api.ts

# Debugging
autonoma debug-ai analyze --error "Connection timeout"
autonoma debug-ai trace --logs ./app.log

# Planning
autonoma planner-ai sprint --backlog ./backlog.json
autonoma planner-ai estimate --stories ./stories.yaml

OPERATE Domain (Operations)

# Deployment
autonoma deploy-ai deploy --env production --strategy canary
autonoma deploy-ai rollback --deployment dep-123

# Monitoring
autonoma observe-ai metrics --service api
autonoma observe-ai alerts --severity critical

# Incident Response
autonoma incident-ai respond --incident INC-456
autonoma incident-ai postmortem --incident INC-456

# Maintenance
autonoma maintain-ai update --service api --version 2.1.0
autonoma maintain-ai schedule --maintenance db-upgrade

# Capacity Planning
autonoma capacity-ai forecast --service api --horizon 30d
autonoma capacity-ai scale --service api --replicas 5

# Backup & Recovery
autonoma backup-ai create --database production
autonoma backup-ai restore --snapshot snap-789

GOVERN Domain (Governance)

# Security Scanning
autonoma security-ai scan --target ./project
autonoma security-ai remediate --findings ./scan-results.json

# Governance
autonoma govern-ai audit --scope organization
autonoma govern-ai compliance --framework SOC2

# Policy Enforcement
autonoma policy-ai validate --config ./deployment.yaml
autonoma policy-ai enforce --policy no-public-s3

# Cloud WAF
autonoma cloud-waf-ai configure --ruleset OWASP
autonoma cloud-waf-ai analyze --logs ./waf.log

# Multi-Tenant
autonoma tenant-ai provision --customer acme-corp
autonoma tenant-ai isolate --tenant tenant-123

OPTIMIZE Domain

# Performance Optimization
autonoma optimize-ai analyze --target ./api
autonoma optimize-ai recommend --metrics ./perf-data.json

# Cost Management
autonoma cost-ai analyze --period 30d
autonoma cost-ai optimize --target 20-percent-reduction

# Database Administration
autonoma dba-ai analyze --database production
autonoma dba-ai optimize --queries slow

# Billing
autonoma billing-ai report --customer cust-123
autonoma billing-ai forecast --period Q1-2026

EVOLVE Domain

# Training
autonoma training-ai orchestrate --model custom-v1
autonoma training-ai evaluate --model custom-v1

# Adaptation
autonoma adapt-ai learn --feedback ./user-feedback.json
autonoma adapt-ai improve --agent security-ai

# Evolution
autonoma evolve-ai analyze --system platform
autonoma evolve-ai recommend --horizon 6-months

# Customer Success
autonoma success-ai health --customer cust-123
autonoma success-ai recommend --customer cust-123

CORE

# Data Management
autonoma data-ai migrate --source legacy --target new
autonoma data-ai transform --pipeline etl-001

# Orchestration
autonoma orchestrator-ai coordinate --workflow deploy-pipeline
autonoma orchestrator-ai status --execution exec-789

RIGOR Framework

Execute multi-capability verification workflows:

# Standard tier (Core capabilities)
autonoma rigor execute --tier standard --target ./project

# Enhanced tier (Pro capabilities)
autonoma rigor execute --tier enhanced --target ./project

# Comprehensive tier (Ultra capabilities)
autonoma rigor execute --tier comprehensive --target ./project

# Check RIGOR status
autonoma rigor status --execution rigor-123

Agent Management

# List all agents
autonoma agents list

# Check agent status
autonoma agents status security-ai

# View agent logs
autonoma agents logs deploy-ai --tail 100

# Agent metrics
autonoma agents metrics --agent req-ai --period 24h

# Agent health
autonoma agents health --all

Platform Administration

# System status
autonoma admin status

# Database operations
autonoma admin db migrate --version latest
autonoma admin db backup

# Cache management
autonoma admin cache clear --pattern "user:*"

# Log management
autonoma admin logs --service backend-api --level error

# User management
autonoma admin users list
autonoma admin users create --email [email protected]

Configuration

CLI Configuration

# Initialize configuration
autonoma config init

# Set API endpoint
autonoma config set api-url https://api.theautonoma.io

# View configuration
autonoma config show

Environment Variables

export AUTONOMA_API_KEY="your-api-key"
export AUTONOMA_API_URL="https://api.theautonoma.io"
export AUTONOMA_LOG_LEVEL="info"

Output Formats

# JSON output
autonoma agents list --format json

# Table output (default)
autonoma agents list --format table

# YAML output
autonoma security-ai scan --format yaml > results.yaml

Verification-First Architecture

All commands verify at every step:

$ autonoma deploy-ai deploy --env production

[1/5] Verifying build artifacts... ✓
[2/5] Verifying configuration... ✓
[3/5] Deploying to production... ✓
[4/5] Verifying health checks... ✓
[5/5] Verifying metrics baseline... ✓

Deployment complete with full verification.
Evidence: deployment-evidence-2026-01-19.json

Intelligence Tiers

| Tier | Price | Security Tools | |------|-------|----------------| | Core | Included | Trivy (vulnerability scanning) | | Pro | +$35/dev/mo | Core + Snyk (dependency analysis) | | Ultra | +$65/dev/mo | Pro + SonarCloud (SAST) |

# Check your tier
autonoma account tier

# View tier capabilities
autonoma account capabilities

Development

# Run in development
npm run dev

# Build
npm run build

# Test
npm test

# Test with coverage
npm test -- --coverage

Support

  • Documentation: https://docs.theautonoma.io/code
  • Platform: https://theautonoma.io
  • Email: [email protected]
  • GitHub Issues: https://github.com/autonoma/autonoma-code/issues

License

MIT License - see LICENSE for details.


The Autonomous Platform That Runs Your SDLC

Built by Autonoma