# gstack-qoder **Repository Path**: gl0930/gstack-qoder ## Basic Information - **Project Name**: gstack-qoder - **Description**: gstack was created by Garry Tan, President & CEO of Y Combinator · 16,000+ GitHub Stars · 1,800+ Forks https://gstacks.org/zh/ gstack官方库原生并没有对qoder的安装支持,这里做了适配,可以完美生成qoder skills并跑通,体验类似gstack+CC - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-05-09 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gstack-qoder gstack + Qoder 工作流配置项目。 ## 目录结构 ``` ├── .gitignore ├── .gstack/ # gstack 运行时数据 │ ├── GSTACK_SKILLS.md # gstack Skills 速查手册 │ └── browse-audit.jsonl ├── .qoder/ │ └── skills/ # gstack skills 可放到项目目录下的.qoder/skills下作为团队级技能包 ├── LICENSE ├── QODER.md # Skill 路由规则 └── README.md ``` ## gstack Skills 46 个 gstack skills 的完整速查手册见 [.gstack/GSTACK_SKILLS.md](.gstack/GSTACK_SKILLS.md),涵盖: | 类别 | Skills | |------|--------| | 🧠 规划与战略 | plan-ceo-review, plan-eng-review, office-hours 等 | | 🧪 QA 与测试 | qa, browse, review, scrape, benchmark 等 | | 🎨 设计系统 | design-consultation, design-html, design-review 等 | | 🛡️ 安全保护 | careful, freeze, guard, cso | | ⚙️ 环境配置 | setup-deploy, setup-gbrain 等 | | 🚀 发布与部署 | ship, land-and-deploy, canary 等 | | 📌 上下文与进度 | context-save, context-restore, learn | | 🤖 自动化 | autoplan, skillify, sync-gbrain, health | | 🌐 浏览器 | open-gstack-browser, pair-agent | | 📊 其他 | retro, investigate | ## 快速使用 在聊天中直接输入命令调用 skill: ``` /qa https://example.com # 测试网站 /browse # 打开浏览器 /ship # 发布流程 /investigate # 调试错误 ``` 查看 [GSTACK_SKILLS.md](.gstack/GSTACK_SKILLS.md) 获取完整列表。