v1.6.0 Claude Code + OpenCode 0 deps

openDevTeam

Your AI Dev Team. In the Terminal.

6 specialized agents for Claude Code & OpenCode. Zero dependencies. One command install.

~/project
# Install globally
$ npm install -g open-dev-team
# For Claude Code
$ odt init
# For OpenCode
$ odt-oc init
✓ 6 agents installed successfully
/ pm "Define auth requirements"
0 deps 2 platforms 6 agents MIT

6 Agents. One Command Each.

Every agent is a specialized prompt, injected directly into Claude Code or OpenCode as a slash command. No servers. No APIs. Just your terminal.

Product Manager

/pm

Requirements analysis, PRDs, user stories, roadmaps, and feature prioritization.

Frontend Dev

/fe

React/Vue/Angular, TypeScript, responsive UI, accessibility, and user experience.

Backend Dev

/be

REST/GraphQL APIs, databases, auth, microservices, and data modeling.

QA Engineer

/qa

Test strategies, automation, E2E testing, defect reporting, and coverage analysis.

DevOps Engineer

/ops

CI/CD pipelines, cloud infra, containers, monitoring, and deployment automation.

Tech Lead

/tl

Architecture decisions, code review, tech selection, and engineering standards.

Three Steps. That's It.

No configuration files. No environment variables. No external services. Install and go.

1

Install

One global npm install. Zero dependencies means zero conflicts with your existing setup.

install
$ npm install -g open-dev-team
2

Initialize

Run odt init for Claude Code or odt-oc init for OpenCode.

init
$ odt init # Claude Code
$ odt-oc init # OpenCode
✓ Agents installed
3

Use

Open Claude Code or OpenCode. Type a slash command. Your agent takes over instantly.

claude code / opencode
/ pm "Design the auth flow"

From Idea to Production in 5 Commands

Chain agents together for a complete development lifecycle. Each agent picks up where the last one left off.

~/my-app — workflow
# Define what to build
/ pm "Define login feature requirements"

# Build the backend
/ be "Implement login API with JWT"

# Build the frontend
/ fe "Create login form with validation"

# Verify quality
/ qa "Test the complete auth flow"

# Ship it
/ ops "Deploy to production"

✓ Feature shipped. Zero context switching.

Built for Developers Who Ship

Designed to stay out of your way. No servers, no config, no lock-in.

Zero Dependencies

Pure Node.js. No bloat, no supply chain risk, no transitive dependency nightmares. Just your code and ours.

Instant Setup

One npm install, one odt init. You're shipping with AI agents in under 30 seconds.

Clean Uninstall

Manifest-based tracking means odt uninstall removes exactly what was added. No leftover files.

Customizable

Fork the agents, rewrite the prompts, add your own. Every agent is just a markdown file you fully control.

Dual Platform

Native support for both Claude Code and OpenCode. Same agents, same commands, two ecosystems.

Open Source

MIT licensed. Read every line. Contribute freely. Community-driven development from day one.

Ready to Build?

Requires Node.js >= 18 and Claude Code or OpenCode.

claude code — bash
# Install globally
$ npm install -g open-dev-team

# Initialize agents for Claude Code
$ odt init

# Check what's installed
$ odt status
$ odt list

# Start using agents in Claude Code
/ pm "Analyze requirements for my project"
/ tl "Review the architecture"
opencode — bash
# Install globally
$ npm install -g open-dev-team

# Initialize agents for OpenCode
$ odt-oc init

# Check what's installed
$ odt-oc status
$ odt-oc list

# Start using agents in OpenCode
/ pm "Analyze requirements for my project"
/ tl "Review the architecture"