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

@frenchtoastman/oh-my-groundcontrol

v0.0.14

Published

An OpenCode plugin for multi-agent orchestration for structured planning with NASA-style guardrails.

Readme

oh-my-groundcontrol: Open Multi-Agent Suite

Abstract

oh-my-groundcontrol is an advanced multi-agent orchestration plugin for OpenCode, engineered to distribute complex software development tasks across specialized language models. Operating under strict procedural constraints inspired by NASA technical standards, this suite minimizes architectural drift, enforces validation protocols, and optimizes for quality, speed, and computational efficiency.

By categorizing AI agents into distinct operational domains (e.g., planning, risk analysis, codebase reconnaissance, and implementation), the system ensures high-reliability outputs suitable for mission-critical software engineering environments.

Core Architecture

The architecture delegates responsibilities to nine domain-specific subagents, segmented into two primary functional groups: Planning & Verification and Execution & Integration.

Planning & Verification Systems

  • Groundcontrol (Lead Systems Engineer): Conducts requirements gathering and strategic planning. Generates decision-complete work schematics. (Prompt: groundcontrol/index.ts)
  • PreFlight (Risk Analyst): Performs pre-planning anomaly detection. Identifies logical ambiguities and failure points prior to execution. (Prompt: pre-flight.ts)
  • Verification (Launch Committer): Serves as the ultimate quality assurance gatekeeper. Verifies execution plans against constraints before authorization. (Prompt: verification.ts)

Execution & Integration Systems

  • Orchestrator (Flight Director): The central command node. Routes tasks dynamically to specialized subagents. (Prompt: orchestrator.ts)
  • Explorer (Telemetry Scout): Dedicated to parallel codebase search, utilizing AST, grep, and glob protocols. (Prompt: explorer.ts)
  • Oracle (Principal Architect): Strategic advisor for complex debugging, long-term trade-offs, and deep system refactoring. (Prompt: oracle.ts)
  • Librarian (Data Archivist): Retrieves and synthesizes external API references and official documentation. (Prompt: librarian.ts)
  • Designer (Interface Specialist): Focuses exclusively on UI/UX aesthetics, visual consistency, and interaction design. (Prompt: designer.ts)
  • Fixer (Systems Integrator): Parallel execution engine for rapid code implementation based on precise specifications. (Prompt: fixer.ts)

Operational Guidelines

Standard Installation

Execute the following command to install the plugin suite:

bunx @frenchtoastman/oh-my-groundcontrol@latest install

Advanced Configuration (Free Models & Hybrid Modes)

The installer can refresh and automatically assign OpenCode free models directly, or run in a hybrid configuration combining OpenCode free models with external providers (OpenAI, Kimi, Antigravity, Chutes).

bunx @frenchtoastman/oh-my-groundcontrol@latest install --no-tui --kimi=yes --openai=yes --antigravity=yes --chutes=yes --opencode-free=yes --opencode-free-model=auto --tmux=no --skills=yes

Following installation, authenticate your OpenCode session:

opencode auth login

Verify agent connectivity by running ping all agents within the OpenCode terminal.

Note on Model Customization: The active model matrix is fully configurable. Edit ~/.config/opencode/oh-my-groundcontrol.json (or .jsonc) to override agent-to-model assignments manually.

For AI Agents / LLMs

To instruct an external coding agent to utilize this suite, paste this block into the agent's prompt:

Install and configure by following the instructions here:
https://raw.githubusercontent.com/frenchtoasters/oh-my-groundcontrol/refs/heads/master/README.md

Operational Note: It is highly recommended to add .groundcontrol/ to your project's .gitignore file to exclude generated flight plans from version control systems.

Verification & Validation (V&V) Procedures

Our execution pipelines are strictly governed by protocols modeled on the NASA Technical Standards System to ensure maximal software assurance.

  1. Destructive Pause (NASA-STD-8739.8B): Agents must halt and request explicit user authorization before executing irreversible actions, such as force-pushing to remote repositories or bulk file deletions.
  2. Pre-Flight Verification (NASA-HDBK-8739.19-3): Agents are required to execute continuous integration checks (bun run check:ci, bun run typecheck) to validate syntactic and structural integrity prior to mission conclusion.
  3. Atomic Checkpoints (NASA-HDBK-8739.18): Stable codebase states must be committed prior to the initiation of widespread architectural refactors.
  4. Escalation Protocol (NASA-STD-7009B): In the event an automated verification process fails three or more consecutive times, agents must abort automated remediation attempts and escalate to the human operator for guidance.

Source Standards Documentation

The principles governing our agent behaviors are extracted directly from the NASA Technical Standards System:

Reference Documentation

License

MIT