🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP β†’
Sign In

agents-opencode

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agents-opencode - npm Package Compare versions

Comparing version
2.3.0
to
2.3.1
+1
-1
install.js

@@ -1024,3 +1024,3 @@ #!/usr/bin/env node

info("2. Type '@' to see available agents");
info("3. Try: @codebase Create a user API endpoint");
info("3. Try: @orchestrator Create a user API endpoint");
info('\nπŸ“š Documentation: https://github.com/shahboura/agents-opencode');

@@ -1027,0 +1027,0 @@ }

{
"name": "agents-opencode",
"version": "2.3.0",
"version": "2.3.1",
"description": "OpenCode Agents: Intelligent AI assistants for software development. Features 9 specialized agents (including legal-advisor for license auditing and compliance), 14 coding standards, automated code review, documentation generation, OpenCode plugin compatibility, and cross-platform installation. Supports .NET, Python, TypeScript, Flutter, Go, Java, Node.js, React, Ruby, and Rust with plan-first execution and context-aware assistance.",

@@ -21,4 +21,4 @@ "files": [

"doctor": "node scripts/doctor.js",
"lint:md": "markdownlint \"**/*.md\" --ignore node_modules --ignore .github --ignore \"example/**\"",
"lint:md:fix": "markdownlint \"**/*.md\" --ignore node_modules --ignore .github --ignore \"example/**\" --fix",
"lint:md": "markdownlint \"**/*.md\" --ignore node_modules --ignore .github --ignore \"example/**\" --ignore \"dist/**\"",
"lint:md:fix": "markdownlint \"**/*.md\" --ignore node_modules --ignore .github --ignore \"example/**\" --ignore \"dist/**\" --fix",
"validate:agents": "node scripts/validate-agents.js",

@@ -25,0 +25,0 @@ "validate:commands": "node scripts/validate-command-matrices.js",

@@ -5,2 +5,3 @@ # OpenCode Agents

[![npm version](https://img.shields.io/npm/v/agents-opencode)](https://www.npmjs.com/package/agents-opencode)
[![Socket Badge](https://badge.socket.dev/npm/package/agents-opencode)](https://socket.dev/npm/package/agents-opencode)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://shahboura.github.io/agents-opencode/)

@@ -11,2 +12,4 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Also available for Claude Code β€” see [Installation](#installation).
## Why this pack

@@ -100,11 +103,18 @@

### OpenCode Plugin (Alternative)
### Claude Code Plugin
Add to your `opencode.json`:
```bash
# Add marketplace (one-time)
/plugin marketplace add shahboura/agents-opencode-claude
```json
{ "plugin": ["agents-opencode"] }
# Install
/plugin install agents-opencode@shahboura
# Update
/plugin update agents-opencode@shahboura
```
Then restart OpenCode or run `/reload-plugins`.
Gives Claude Code access to the same 23 on-demand skills. Skills load only when
invoked β€” no context cost until you use them. See [adapters/claude-code/](./adapters/claude-code/)
for the plugin manifest and generator script.

@@ -111,0 +121,0 @@ ## Agents