Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 繁体中文 | 简体中文


[[TOC]]

Agents Lazy Packs

Supports OpenCode, Trae IDE, Codex and more. Each pack includes install, update and removal instructions for each platform.


How to Use

Method 1: Let AI Install for You (Easiest)

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:

  1. Read the repo's SKILL.md (entry point)
  2. List all 30 packs
  3. Ask which ones you want to install (or "all")
  4. Automatically install your selection

Method 2: One-Line CLI Install (OpenCode)

npx skills add https://github.com/shumingyang-opencode/opencode-lazy-packs --skill <skill-name> -g -y

Available skill names:

Skill Name Corresponding Pack
00-env-setup Environment Setup
01-notebooklm Connect NotebookLM
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
08-firebase Connect Firebase
09-browser Browser Control
10-workflow-skills Start/Shutdown Workflow Skills
11-draw Draw Skill (OpenAI gpt-image-2)
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.

Method 3: Manual Install (Trae IDE)

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).

Method 4: Manual Download (MD Files)

  1. Download the corresponding lazy pack (MD file)
  2. Open terminal and run opencode in your project directory (or open Trae IDE)
  3. Paste the pack content to the AI — it will execute automatically

Account & Service Configuration

The lazy pack system includes a Central Account Management System that lets the AI agent automatically read your service credentials without asking repeatedly.

Features

  • Create a single .md file 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

How to Enable

  1. Copy the template: 個人帳號與服務清單.sample.md個人帳號與服務清單.md
  2. Fill in the blanks: Replace all <...> placeholders with your actual info
  3. Place the file: Put it in your OpenCode workspace root (recommended to be the same as your Obsidian vault root)
  4. Set global rules: Create ~/.config/opencode/AGENTS.md (see template footer for details)

Built-in Pack Support

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

Security Notice

PAT / Tokens should NOT be written to this file. Store them in your platform config:

  • OpenCode: ~/.config/opencode/opencode.json MCP environment variables
  • Trae IDE: .trae/mcp.json or %APPDATA%\Trae\User\mcp.json env block

See the template's "Operation Rules" and "Security Rules" for details.


Agent Setup Reference

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

Minimum Prerequisites

  • 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

Pack List (Supports OpenCode / Trae IDE / Codex etc.)

# Name Type Version Description Support
00 Environment Setup CLI v0.3 OpenCode + Node.js + uv basic env setup
01 Connect NotebookLM MCP v0.2 NotebookLM MCP - AI presentations, audio, reports Removed
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
08 Connect Firebase MCP v0.1 Firebase MCP - project management, database, deploy Removed
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
11 Draw Skill Skill v0.3 draw skill: OpenAI gpt-image-2 image generation Removed
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


Feedback


Related Projects

About

Agents 懶人包全集 — 環境建置、MCP 串接、技能安裝 -- All-in-one agents lazy packs: env setup, MCP integration, skill installation

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages