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

aiox-opencode-adapter

v1.4.1

Published

AIOX Agents for OpenCode - Use AIOX agents globally in any project. Based on AIOX Framework by SynkraAI.

Readme

AIOX OpenCode Adapter

English | Portugues

Use agentes AIOX globalmente no OpenCode em qualquer projeto.

Baseado no AIOX Framework por SynkraAI (Licenca MIT).


O que esta incluso

13 agentes de IA especializados:

| Agente | Nome | Papel | Modo | |--------|------|-------|------| | @aiox-master | Orion | Orquestrador Mestre | primary | | @dev | Dex | Desenvolvedor Full Stack | subagent | | @architect | Aria | Arquiteta de Sistemas | subagent | | @sm | River | Scrum Master | subagent | | @pm | Morgan | Product Manager | subagent | | @po | Pax | Product Owner | subagent | | @qa | Quinn | Garantia de Qualidade | subagent | | @analyst | Atlas | Analista de Negocios | subagent | | @devops | Gage | Engenheiro DevOps | subagent | | @data-engineer | Dara | Engenheira de Dados | subagent | | @ux-design-expert | Uma | Design UX/UI | subagent | | @squad-creator | Craft | Criador de Squads | subagent | | @cybersec | Kira | Analista de Seguranca | subagent |

Pre-requisitos

| Componente | Versao Minima | Obrigatorio | |------------|---------------|-------------| | Node.js | 18.0.0 | Sim | | npm | 9.0.0 | Sim | | Git | Qualquer | Sim | | Docker | Qualquer | Apenas para Pentest MCP | | Python | 3.8+ | Apenas para HexStrike |

Instalacao Rapida

# 1. Instalar o pacote globalmente
npm install -g aiox-opencode-adapter

# 2. Instalar os agentes no OpenCode
aiox-global init

# 3. Gerar a configuracao
aiox-global config

# 4. Reiniciar o OpenCode

Comandos Disponiveis

aiox-global init              # Instala agentes em ~/.config/opencode/agents/
aiox-global config            # Gera opencode.json com MCPs auto-detectados
aiox-global setup-hexstrike   # Instala o servidor MCP do HexStrike AI
aiox-global setup-pentest     # Instala o servidor MCP do Pentest (Docker)
aiox-global list              # Lista agentes instalados
aiox-global doctor            # Verifica saude da instalacao
aiox-global uninstall         # Remove agentes AIOX
aiox-global help              # Exibe ajuda
aiox-global --version         # Exibe a versao instalada

Configuracao dos MCPs (Opcional)

Para o agente de seguranca funcionar com todas as ferramentas, instale os MCPs de seguranca:

# HexStrike AI (100+ ferramentas de pentest)
aiox-global setup-hexstrike

# Pentest MCP (baseado em Docker)
aiox-global setup-pentest

Veja a documentacao completa:

Uso

Apos a instalacao, reinicie o OpenCode. Voce tera:

  • Tab para alternar entre build, plan e aiox-master
  • @nome-do-agente para invocar qualquer subagente (ex: @dev, @cybersec)
  • aiox-master orquestra todos os agentes automaticamente

Exemplo de Fluxo

Usuario: "Crie uma API REST para gerenciamento de tarefas"

aiox-master (Orion) orquestra:
  1. @analyst (Atlas) - Analisa requisitos
  2. @architect (Aria) - Define arquitetura
  3. @pm (Morgan) - Cria historias
  4. @sm (River) - Planeja sprints
  5. @dev (Dex) - Implementa codigo
  6. @qa (Quinn) - Testa e revisa
  7. @devops (Gage) - Faz deploy

Atribuicao

Este pacote e baseado no AIOX Framework por SynkraAI, licenciado sob a Licenca MIT.

Licenca

MIT - Veja LICENSE para detalhes.