@venthezone/everything-opencode-plugin
v1.0.2
Published
Complete OpenCode plugin combining essential and TypeScript components
Maintainers
Readme
@venthezone/everything-opencode-plugin
Complete OpenCode plugin bundle with all agents, skills, and utilities.
Installation
opencode plugin install @venthezone/everything-opencode-plugin@latest
# or
npm install @venthezone/everything-opencode-plugin@latestWhat's Included
This is the "batteries included" package that combines:
- @venthezone/essential-opencode - Core components
- @venthezone/typescript-opencode - TypeScript-specific components
All Agents (9)
| Agent | Package | Description |
|-------|---------|-------------|
| planner | 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 |
All Skills (12)
| 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
// 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 addon
Peer Dependencies
@opencode-ai/plugin>= 1.0.0
License
MIT
