liang-opencode-suite
v1.0.0
Published
CLI tool to quickly set up OpenCode with Liang's optimized configuration
Maintainers
Readme
🚀 Liang's OpenCode Suite
CLI tool to quickly set up OpenCode with Liang's optimized configuration.
✨ Features
- 🤖 oh-my-openagent - Full Sisyphus orchestration framework with 9 agents
- 🛠️ 7 Custom Skills - Specialized workflows for development tasks
- ⌨️ 6 Custom Commands - Streamlined CLI shortcuts
- ⚡ Superpowers Workflow - 14 sub-skills for advanced automation
- 🔌 MiniMax MCP - Web search & image understanding integration
- 🖥️ Cross-Platform - macOS, Windows, Linux support
- 💻 VM Detection - Handles virtual machine environments
📦 Installation
Option 1: CLI Installation (Recommended)
```bash npx liang-opencode-suite@latest init ```
Or install globally:
```bash npm install -g liang-opencode-suite liang-opencode-suite init ```
Option 2: For LLM Agents
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
``` Install and configure liang-opencode-suite by following the instructions here: https://raw.githubusercontent.com/l17396917969-cell/liang-opencode-suite/main/docs/guide/installation.md ```
Or fetch the installation guide directly:
```bash curl -s https://raw.githubusercontent.com/l17396917969-cell/liang-opencode-suite/main/docs/guide/installation.md ```
🖥️ Platform Support
| Platform | Status | Notes | |----------|--------|-------| | macOS | ✅ Fully Supported | Intel & Apple Silicon | | Linux | ✅ Fully Supported | Ubuntu, Debian, CentOS, etc. | | Windows | ✅ Fully Supported | Native & WSL | | VMs | ✅ Detected & Supported | VMware, VirtualBox, Parallels |
📋 Prerequisites
- Node.js 18.0.0+ → https://nodejs.org
- OpenCode CLI → https://opencode.ai
- Git → https://git-scm.com
- uv (optional, for MiniMax MCP) → https://astral.sh/uv
🎯 What Gets Installed
Core Components
- `oh-my-openagent.json` - 9 agents + 8 categories
- `AGENTS.md` - Sisyphus workflow definition
- `opencode.json` - Provider configuration
Skills (7 Total)
6 core + 1 optional (lingjing-ux-core)
Commands (6 Total)
`/commit`, `/component`, `/explain`, `/review`, `/test`, `/vibe-select`
Superpowers (14 Sub-skills)
brainstorming, writing-plans, executing-plans, test-driven-development, systematic-debugging, and 9 more.
📖 Documentation
- Full Installation Guide: docs/guide/installation.md
- GitHub Repository: https://github.com/l17396917969-cell/liang-opencode-suite
- NPM Package: https://www.npmjs.com/package/liang-opencode-suite
🤝 Contributing
Contributions welcome! Please read our Contributing Guide.
📄 License
MIT © Liang
🙏 Acknowledgments
- OpenCode - The AI IDE
- oh-my-openagent - Agent orchestration
- Superpowers - Workflow skills
Made with ❤️ for the AI-powered development community
