opencode-remi
v3.0.0
Published
Remi v3 - Full WZRD.dev Agentic Framework with 75+ skills for OpenCode
Maintainers
Readme
opencode-remi
Remi v3 - The Full WZRD.dev Agentic Framework for OpenCode
A complete AI engineering platform with 75+ specialized skills, 8 operating modes, and the Gold Standard methodology. Install once, use everywhere.
What Makes Remi Different
Remi is NOT "Claude with skills" or "an agent using a framework." Remi IS the WZRD.dev framework itself - a complete agentic engineering platform with:
- 75+ Skills - Auto-loaded on demand for any task
- 8 Operating Modes - CHAT, PLANNING, CODING, TESTING, RESEARCH, DEBUG, DOCUMENTATION, REVIEW
- Gold Standard - Read-back verification, executable proof, max 3 attempts rule
- PIV Orchestration - Plan → Implement → Validate for complex tasks
- Role-Shifting - Shift modes instead of spawning agents (preserves context)
Installation
# 1. Install OpenCode (required first)
npm install -g @opencode/cli
# 2. Install Remi
npm install -g opencode-remi
# 3. Initialize agents
remi-init
# 4. Verify
remi-doctorQuick Start
# Start OpenCode with Remi (default agent)
opencode
# Use a specific agent
opencode --agent remi-coder
# Or switch agents mid-session
/agent remi-architectAgents
| Agent | Purpose | Best For |
|-------|---------|----------|
| remi | General purpose | Most tasks, default. Full access to all 75+ skills |
| remi-coder | Implementation | Writing code, debugging, code review |
| remi-architect | System design | Architecture, planning, technology selection |
| remi-debug | Troubleshooting | Finding/fixing bugs, root cause analysis |
Skills (75+)
Skills are loaded on-demand using the skill tool. Core skills are always available, extended skills load automatically when needed.
Core Skills (Always Available)
- coding - Implementation patterns, TDD, code standards
- testing - Unit, integration, E2E testing
- planning - Task decomposition, dependency mapping
- debugging - Bug finding and fixing
- architecture - System design, patterns
- gold-standard - Quality enforcement rules
- research - Deep investigation, web search
- context - Token management, compression
Extended Skills (Load on Demand)
UI/UX & Frontend (10 skills)
react-ui-master- React with shadcn/ui, Tailwind, Playwrightshadcn-generator- Generate shadcn/ui componentstheme-generator- Tailwind themes from design tokensui-ux-master- Master-level UI/UX designui-vision- AI-powered UI understandingui-screenshot- Screenshot capture and comparisonvisual-validator- Visual validation with agent-browserdesign-mode- Unified design mode (greenfield/brownfield)excalidraw- Diagram generationopentui- Terminal UI development
Backend & Infrastructure (12 skills)
api- REST, GraphQL, HTTP standardssql- Database queries, schema designgit- Version control workflowgithub- GitHub search, repository navigationcli- Command line operationsautomation- Task automation, cron jobsheartbeat- Cron job schedulingsystem-health- Health monitoringsystem-audit- System auditingsecurity- Security auditing, best practicesvalidation- Input validation, sanitizationmcp- Model Context Protocol
Code Transformation & Analysis (10 skills)
code-transformation- General code transformationcode-transformation-v31- V31 transformationtransform-model-a- Column-based filtering patternstransform-model-b- Row-iteration patternstransform-model-c- Multi-pass scanner patternsclassify-transformation- Classify and route transformationsv31-transformation-base- Shared V31 utilitiesv31-generator- V31 code generationcode-analysis- Codebase analysisscan-build- Build scanning
Testing & Quality (8 skills)
e2e-test- End-to-end testing with browser automationcode-run-validator- Validate code executiontesting- Comprehensive testing strategiesvalidation- Input validation patternssecurity- Security testingperformance- Performance testingbrowser-automation- Browser automationplatform-integration- Edge.dev platform integration
Data & Research (10 skills)
data-formats- JSON, YAML, CSV, XML, TOMLdata-analysis- Data analysis, statistics, visualizationweb-search- Advanced web searchingresearch- Deep investigationtwitter-knowledge- Extract insights from tweetstranscribe- Audio/video transcriptionsec-filings- SEC filing analysisfile-ops- File operationsregex- Regular expressionsgithub- Repository research
Platform & Integration (8 skills)
platform-integration- Edge.dev platformbrowser-automation- Browser automationmcp- Model Context Protocoldiscord-file-upload- Discord file uploadsopentui- Terminal UIwzrd-framework- WZRD framework integrationwzrdclaw-patterns- WZRD patternswzrdclaw-tui-integration- TUI integration
Advanced Features (12 skills)
background-agents- Parallel agent delegationorchestration- Task coordinationmemory-curation- Memory managementauto-memory- Automatic memory injectionralph-loop- Self-referential developmentjcodemunch- Token-efficient code retrievalskills-builder- Create new skillsagent-onboarding- Agent transformationtopic-switcher- Topic switchinglearning-loop- Continuous learningframework-loader- Framework loadingframework-integration- Framework integration
CLI Commands
remi-init # Install agents into OpenCode (run once)
remi-doctor # Check installation health
remi-update # Update to latest versionGold Standard Rules
Every Remi agent follows these principles:
- Read-Back Verification: After EVERY file write, read it back
- Executable Proof: Never claim something works without showing it
- Max 3 Attempts: After 3 failures, escalate
- Context Monitoring: Auto-summarize at 40%, 65%, 75% thresholds
8 Operating Modes
Remi automatically detects the right mode:
- CHAT MODE: Casual conversation
- PLANNING MODE: Task breakdown, architecture
- CODER MODE: Code generation, implementation
- TESTING MODE: QA, validation, verification
- RESEARCH MODE: Deep investigation, learning
- DEBUG MODE: Error fixing, troubleshooting
- DOCUMENTATION MODE: Docs, guides, README
- REVIEW MODE: Code review, quality checks
Role-Shifting
Instead of spawning multiple agents, Remi shifts roles:
"Shifting to planning mode..."
"Shifting to coding mode..."
"Shifting to QA mode..."This preserves context and is more efficient.
PIV Orchestration
For complex tasks (>3 components):
Phase 1: PLAN
- Launch research pool (parallel agents)
- Gather information 3x faster
- Aggregate findings
Phase 2: IMPLEMENT
- Single build agent with research context
- Focused implementation
- Incremental progress
Phase 3: VALIDATE
- Systematic testing
- Quality gates
- Documentation
Commands
Use these pre-made command workflows:
| Command | Purpose | Time |
|---------|---------|------|
| /fix-bug | Fix bugs systematically | 15-45 min |
| /add-feature | Add new features | 1-4 hours |
| /refactor | Clean up existing code | 30 min - 2 hrs |
| /test-and-deploy | Test and deploy | 10-30 min |
| /quick-help | Get quick answers | 5-10 min |
| /topic-chapter "name" | Mark new chapter | Save summary, fresh start |
| /topic-archive | Archive current work | Save to archive, clear context |
Configuration
Agents are installed to:
~/.opencode/agents/
├── remi.json # Full framework with all skills
├── remi-coder.json # Implementation focused
├── remi-architect.json # System design focused
├── remi-debug.json # Troubleshooting focused
└── default-agent.json # Points to remiRequirements
- Node.js >= 18.0.0
- OpenCode CLI (
npm install -g @opencode/cli)
Uninstall
npm uninstall -g opencode-remiThis removes the CLI tools. To remove agents:
rm ~/.opencode/agents/remi*.jsonLicense
MIT
Made with 💜 by WZRD.dev
