[[TOC]]
Supports OpenCode, Trae IDE, Codex and more. Each pack includes install, update and removal instructions for each platform.
Paste this line to your AI agent:
This is the Agents Lazy Packs repo https://github.com/shumingyang-opencode/opencode-lazy-packs
Please read the repo content, list all available packs, and ask me which ones to install.
The AI will:
- Read the repo's
SKILL.md(entry point) - List all 30 packs
- Ask which ones you want to install (or "all")
- Automatically install your selection
npx skills add https://github.com/shumingyang-opencode/opencode-lazy-packs --skill <skill-name> -g -yAvailable skill names:
| Skill Name | Corresponding Pack |
|---|---|
00-env-setup |
Environment Setup |
02-github |
Connect GitHub |
03-svn |
Connect Company SVN |
04-gitlab-internal |
Connect Company GitLab |
05-gitlab-personal |
Connect Personal GitLab |
06-obsidian |
Connect Obsidian |
07-second-brain |
Second Brain Setup |
09-browser |
Browser Control |
10-workflow-skills |
Start/Shutdown Workflow Skills |
12-markitdown |
Document Conversion (MarkItDown) |
13-graphify |
Knowledge Graph (Graphify) |
14-awesome-design-md |
Brand Design (Awesome DESIGN.md) |
15-ui-ux-pro-max |
UI/UX Pro Max Design Intelligence |
16-superpowers |
Superpowers — Full AI SDLC (14 skills, 1.9M installs) |
17-find-skills |
Find Skills — Search & Install 5000+ Skills |
18-frontend-design |
Frontend Design — Distinctive UI by Anthropic |
19-feishu-lark |
Feishu/Lark Integration — Docs/Messages/Calendar/Base |
20-jira-confluence |
Company JIRA & Confluence — Issue & Page Management |
21-trac |
Company Trac — Ticket & Wiki Management |
22-codebase-memory-mcp |
Codebase Memory MCP — Code Knowledge Graph (158 langs, Cypher) |
23-project-plan-feature |
Feature Planning — 10-Step Plan + init_plan.py |
24-skill-reference |
Interactive SKILL.md Creation Tutorial |
25-agents-reference |
Interactive AGENTS.md Creation Tutorial |
26-mcp-reference |
Interactive MCP Setup Tutorial |
27-gen-pptx |
Presentation Generator — Spec/Repo → Editable .pptx |
28-cli-anything |
CLI-Anything — 50+ Agent-native CLI Harnesses (Blender, GIMP, Obsidian, etc.) |
29-solo-agent |
SOLO Agent — Auto Plan→Build→Test→Deliver: ONE-SHOT full-stack dev with automatic error recovery |
30-trae-opencode |
TRAE ↔ OpenCode Bridge — Bidirectional CLI integration (bytedance/trae-agent) |
Once installed, just say the corresponding keyword to OpenCode.
If you use Trae IDE, each pack has a ## Trae 對應操作 section at the end explaining how to install, update, and remove the service.
# Example: add Obsidian to .trae/mcp.json:
# {
# "mcpServers": {
# "obsidian": {
# "command": "npx",
# "args": ["@bitbonsai/mcpvault", "<VAULT_PATH>"]
# }
# }
# }For global MCP settings, edit
%APPDATA%\Trae\User\mcp.json(compatible with Cursor).
- Download the corresponding lazy pack (MD file)
- Open terminal and run
opencodein your project directory (or open Trae IDE) - Paste the pack content to the AI — it will execute automatically
The lazy pack system includes a Central Account Management System that lets the AI agent automatically read your service credentials without asking repeatedly.
- Create a single
.mdfile to manage SVN, GitLab, GitHub, JIRA, Confluence, Feishu, etc. - All OpenCode projects read this file via the global AGENTS.md rule before initialization
- Only asks when information is missing; answers are automatically persisted
- Copy the template:
個人帳號與服務清單.sample.md→個人帳號與服務清單.md - Fill in the blanks: Replace all
<...>placeholders with your actual info - Place the file: Put it in your OpenCode workspace root (recommended to be the same as your Obsidian vault root)
- Set global rules: Create
~/.config/opencode/AGENTS.md(see template footer for details)
Some packs have a built-in "read account info" step that can use this file:
| Pack | Auto-reads |
|---|---|
| #02 Connect GitHub | GitHub username |
| #03 Connect Company SVN | SVN URL, login |
| #04 Connect Company GitLab | GitLab URL, PAT credential |
| #05 Connect Personal GitLab | GitLab URL, auth method |
| #06 Connect Obsidian | Vault root path |
| #20 JIRA & Confluence | JIRA / Confluence URL |
| #21 Trac | Trac URL, login |
PAT / Tokens should NOT be written to this file. Store them in your platform config:
- OpenCode:
~/.config/opencode/opencode.jsonMCP environment variables - Trae IDE:
.trae/mcp.jsonor%APPDATA%\Trae\User\mcp.jsonenv block
See the template's "Operation Rules" and "Security Rules" for details.
| Item | OpenCode | Trae IDE |
|---|---|---|
| Install | npm install -g opencode-ai |
Download from trae.ai |
| Global Config | ~/.config/opencode/opencode.json |
%APPDATA%\Trae\User\mcp.json |
| Project Instruction File | AGENTS.md |
AGENTS.md / .trae/rules/ |
| MCP Configuration | Edit opencode.json | Edit .trae/mcp.json |
| Skill Mechanism | .agents/skills/ or ~/.agents/skills/ (global) |
.agents/skills/ or ~/.agents/skills/ (global) |
| Commands | / built-in commands |
GUI interface |
- OpenCode users: Node.js 18+ installed
- Trae IDE users: Trae IDE installed from trae.ai
- Internet connection
- See each pack's prerequisites in the "前置需求" column of SKILL.md
| # | Name | Type | Version | Description | Support |
|---|---|---|---|---|---|
| 00 | Environment Setup | CLI | v0.3 | OpenCode + Node.js + uv basic env setup | ✅ |
| 02 | Connect GitHub | MCP | v0.4 | GitHub CLI auth + repo commit/push verification | ✅ |
| 03 | Connect Company SVN | MCP | v0.2 | <COMPANY_NAME> internal SVN server setup | ✅ |
| 04 | Connect Company GitLab | MCP | v0.2 | Connect via HTTPS + PAT to internal GitLab | ✅ |
| 05 | Connect Personal GitLab | MCP | v0.4 | Connect via HTTPS + PAT to GitLab.com | ✅ |
| 06 | Connect Obsidian | MCP | v0.3 | Obsidian MCP Vault - notes, search, management | ✅ |
| 07 | Second Brain Setup Guide | Tutorial | v0.2 | Obsidian 3-layer dir structure + templates | — |
| 09 | Install Browser Control | MCP | v0.3 | Playwright MCP + macOS desktop UI automation | ✅ |
| 10 | Start/Shutdown/Init Skills | Skill | v0.3 | 3 global skills + weekly-report extension: startup (multi-session), shutdown (structured log), project-init, weekly-report | ✅ |
| 12 | MarkItDown Document Convert | Skill | v0.3 | Auto-convert PDF/Office/CSV/JSON/Image/Audio to MD | ✅ |
| 13 | Graphify Knowledge Graph | Skill | v0.1 | Code knowledge graph engine - NL queries replace grep | ✅ |
| 14 | Awesome DESIGN.md Brand Design | Skill | v0.1 | One-click apply 73 real brand DESIGN.md files | ✅ |
| 15 | UI/UX Pro Max Design Intelligence | Skill | v0.1 | 67 styles + 161 rules + 57 fonts + 99 UX guides | ✅ |
| 16 | Superpowers Full AI SDLC | Skill | v6.0.3 | 14 skills: brainstorm→plan→TDD→review→merge (1.9M+) | ✅ |
| 17 | Find Skills | Skill | v0.1 | Search & install from 5000+ open skills | ✅ |
| 18 | Frontend Design | Skill | v0.1 | By Anthropic (572K installs) - non-template UI design | ✅ |
| 19 | Install Feishu/Lark | Skill | v0.1 | Feishu docs/messages/groups/calendar/Base/OA | ✅ |
| 20 | Install JIRA & Confluence | MCP | v0.3 | mcp-atlassian: Issue & page search/management | ✅ |
| 21 | Install Trac | MCP | v0.2 | Trac ticket & wiki management, full-text search | ✅ |
| 22 | Codebase Memory MCP | MCP | v0.1 | Code knowledge graph: 158 langs, Hybrid LSP, Cypher | ✅ |
| 23 | Feature Planning Skill | Skill | v0.1 | 10-step planning + init_plan.py + codebase check | ✅ |
| 24 | SKILL.md Creation Tutorial | Tutorial | v0.1 | Interactive guide: create your first OpenCode skill | — |
| 25 | AGENTS.md Creation Tutorial | Tutorial | v0.1 | Interactive guide: customize project AGENTS.md | — |
| 26 | MCP Setup Tutorial | Tutorial | v0.1 | Interactive guide: MCP concepts, modes, security | — |
| 27 | Presentation Generator | Skill | v0.1 | 6-engine workflow: docs/repo/spec → editable .pptx | ✅ |
| 28 | Install CLI-Anything | Skill | v0.1 | 50+ agent-native CLI harnesses, cli-hub package mgr | ✅ |
| 29 | Install SOLO Agent | Agent | v0.1 | ONE-SHOT full-stack dev: plan, build, test, deliver in a single flow with auto error recovery | ✅ |
| 30 | TRAE ↔ OpenCode Bridge | Skill | v0.2 | Bidirectional CLI Bridge — auto-installs trae-agent or opencode-ai based on your platform | ✅ |
- Source: https://github.com/mathruffian-dot/opencode-lazy-packs
- OpenCode: anomalyco/opencode — The AI Coding Agent this pack serves
- Trae IDE: trae.ai — Another supported platform