Complete OpenCode plugin combining essential and TypeScript components
npm install @venthezone/everything-opencode-pluginComplete OpenCode plugin bundle with all agents, skills, and utilities.
``bash`
opencode plugin install @venthezone/everything-opencode-plugin@latestor
npm install @venthezone/everything-opencode-plugin@latest
This is the "batteries included" package that combines:
- @venthezone/essential-opencode - Core components
- @venthezone/typescript-opencode - TypeScript-specific components
| essential | Task planning and breakdown |
| code-reviewer | essential | Code quality analysis |
| doc-updater | essential | Documentation maintenance |
| build-error-resolver | essential | Build error fixing |
| security-reviewer | essential | Security vulnerability detection |
| refactor-cleaner | essential | Code refactoring |
| tdd-guide | typescript | TDD specialist |
| architect | typescript | System architecture |
| e2e-runner | typescript | E2E test execution |$3
| Skill | Package | Description |
|-------|---------|-------------|
| coding-standards | essential | Code quality standards |
| tdd-workflow | essential | Test-driven development |
| security-review | essential | Security best practices |
| verification-loop | essential | Verification patterns |
| planning-with-files | essential | Manus-style planning |
| continuous-learning | essential | Learning patterns |
| strategic-compact | essential | Strategic optimization |
| eval-harness | essential | Evaluation frameworks |
| project-guidelines-example | essential | Project guidelines |
| clickhouse-io | essential | ClickHouse integration |
| backend-patterns | typescript | Node.js patterns |
| frontend-patterns | typescript | React patterns |Usage
`typescript
// Import everything from one package
import {
// All agents
plannerAgent,
tddGuideAgent,
architectAgent,
// All skills
codingStandardsSkill,
backendPatternsSkill,
// All utilities
Logger,
SkillRegistry,
withDefaults,
validateAgentSkillCompatibility,
// Package info
allAgents,
allSkills,
EVERYTHING_VERSION,
} from '@venthezone/everything-opencode-plugin';console.log(
Loaded ${allAgents.length} agents and ${allSkills.length} skills);
`When to Use
Use this package when you want:
- Complete development environment
- All agents and skills available
- No need to manage multiple packages
For minimal installations, consider:
-
@venthezone/essential-opencode - Core only
- @venthezone/typescript-opencode - TypeScript addonPeer Dependencies
-
@opencode-ai/plugin` >= 1.0.0MIT