Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计通过

gstack-skillsgstack 技能

Agent Skill

gstack-skills 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,744

周安装

150

GitHub Stars

公开资料未说明

下载量

1,212
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gstack-skills(gstack 技能)
来源仓库:https://github.com/dsg12te-del/gstack-skills
安装命令:
openclaw skills install gstack-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gstack-skills

简介

Garry Tan gstack 完整开发工作流套件集合。

  • 包含 office-hours、review、ship 等标准化命令入口。
  • 适用于 OpenClaw 中敏捷开发与快速迭代场景。
  • 使用前请初始化配置文件指定团队工作规范。
  • 建议定期更新子技能版本保持功能对齐。gstack-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
gstack-skills
description
>
version
2.0.0
author
Garry Tan (Original), gstack-openclaw-skills Team
tags
[development, workflow, AI, productivity, gstack, startup, code-review, qa, deployment]

gstack-skills - Complete Development Workflow Suite

Complete development workflow suite adapted from Garry Tan's gstack for OpenClaw/WorkBuddy. Provides 15 specialized tools covering the entire development lifecycle from product ideation to deployment.

About gstack

gstack is Y Combinator CEO Garry Tan's open-source Claude Code configuration that helped him write 600,000+ lines of production code in 60 days (35% tests). This OpenClaw adaptation makes those powerful workflows available to any AI agent.

Quick Start

Use any of these commands directly:

  • /gstack - Get help and see all available commands
  • /office-hours - Validate product ideas and design thinking
  • /plan-ceo-review - CEO perspective on feature planning
  • /plan-eng-review - Engineering architecture review
  • /review - Pre-merge code review
  • /qa - Test application and fix bugs
  • /ship - Automated release workflow
  • /investigate - Systematic root cause analysis

Example usage:

User: /office-hours I have an idea for an AI-powered code review tool
User: /review my current branch
User: /ship the user authentication feature

Command Routing

When a user invokes any gstack command, this skill automatically routes to the appropriate specialized skill:

CommandSpecialized SkillPurpose
/gstackgstack-skillsShow help and command overview
/office-hoursoffice-hoursProduct ideation and validation
/plan-ceo-reviewplan-ceo-reviewCEO perspective planning
/plan-eng-reviewplan-eng-reviewEngineering architecture review
/plan-design-reviewplan-design-reviewDesign review
/design-consultationdesign-consultationDesign system consultation
/reviewreviewPre-merge code review
/investigateinvestigateRoot cause analysis
/design-reviewdesign-reviewDesign audit and fixes
/qaqaTest application and fix bugs
/qa-onlyqa-onlyBug reporting only
/shipshipAutomated release workflow
/document-releasedocument-releaseUpdate documentation
/retroretroTeam retrospective
/codexcodexOpenAI Codex independent review
/carefulcarefulDangerous operation warnings
/freezefreezeLock file editing scope
/guardguardFull safety mode (careful + freeze)

When to Use This Skill

This skill acts as a router and should be used when:

  1. User invokes /gstack - Show command overview and recommendations
  2. User needs guidance - Help choose the right gstack command for their task
  3. User is new to gstack - Provide context and explain the workflow philosophy
  4. User wants to learn - Explain how gstack commands work together

For specific command execution, this skill routes to the appropriate specialized skill.

Core Philosophy

Boil the Lake Principle

"Don't be half-invested, boil the whole lake" - Garry Tan

AI-assisted development should pursue complete implementation, not shortcuts. When a problem is identified, actually fix it. Completing a task means truly completing it.

Intelligent Borrowing

When borrowing features from other products, always consider:

  1. Why does it work in the original product?
  2. Will it succeed or fail in your product?
  3. What adaptations are needed for success?

Recommended Workflow

The complete development lifecycle:

1. /office-hours       → Validate product ideas
2. /plan-ceo-review    → CEO perspective review
3. /plan-eng-review    → Engineering architecture review
4. /plan-design-review → Design review
5. /review             → Code review
6. /qa                 → Test and fix bugs
7. /ship               → Release to production

Command Overviews

Product Ideation Phase

/office-hours

YC office hours tool for product idea validation. Use when:

  • User says "brainstorm", "I have an idea", "help me think through this"
  • Validating startup concepts
  • Design thinking and problem reframing

/plan-ceo-review

CEO/founder perspective planning. Use when:

  • User says "think bigger", "expand scope", "strategic review"
  • Evaluating feature ambition
  • Challenging assumptions and finding 10x opportunities

/plan-eng-review

Engineering manager perspective. Use when:

  • User says "engineering review", "architecture review"
  • Evaluating technical architecture
  • Assessing implementation approaches

/plan-design-review

Designer perspective. Use when:

  • User says "design review"
  • Checking UX and design quality

Development Phase

/review

Pre-merge code review. Use when:

  • User says "review this PR", "code review", "pre-landing review"
  • Code is about to be merged
  • Analyzing SQL security, race conditions, LLM trust boundaries

/investigate

Debugging expert. Use when:

  • User says "debug this", "investigate", "root cause"
  • Systematic root cause analysis needed
  • Complex troubleshooting

/design-consultation

Design partner consultation. Use when:

  • User says "design consultation"
  • Building complete design systems
  • Design thinking workshops

Testing & Release Phase

/qa

QA engineer. Use when:

  • User says "run QA", "test this", "check bugs"
  • Code changes need verification
  • Systematic testing and bug fixing

/qa-only

QA reporter. Use when:

  • User says "qa-only" or just wants bug reports
  • No automatic fixing, just reporting

/ship

Release engineer. Use when:

  • User says "ship", "deploy", "push to main", "create PR"
  • Fully automated release workflow
  • Merge base branch, run tests, version management, create PR

Documentation & Review

/document-release

Technical writer. Use when:

  • User says "document release", "update docs"
  • Updating project documentation

/retro

Engineering manager. Use when:

  • User says "retro", "retrospective"
  • Team weekly reports

Power Tools

/codex

OpenAI Codex independent review. Use when:

  • Needing a second opinion
  • Cross-validating review results

/careful

Safety guardrails. Use when:

  • About to perform dangerous operations
  • Delete operations, file overwrites, dangerous commands

/freeze

Lock file editing scope. Use when:

  • Want to restrict which files can be edited
  • Focus changes to specific directories

/guard

Full safety mode. Use when:

  • Maximum caution needed
  • Combines careful + freeze for complete safety

Usage Examples

Example 1: New Feature Development

User: I want to add user authentication to my app

AI: Let's use the gstack workflow for this.

Step 1: /office-hours
Let me help you validate and think through the authentication feature...

[office-hours skill executes]

Step 2: /plan-eng-review
Now let's review the technical architecture...

[plan-eng-review skill executes]

Step 3: Implementation
[Code implementation happens]

Step 4: /review
Let me review your authentication code...

[review skill executes]

Step 5: /qa
Now let's test the authentication feature...

[qa skill executes]

Step 6: /ship
Ready to ship! Let me prepare the release...

[ship skill executes]

Example 2: Quick Code Review

User: /review my current branch

AI: I'll review your current branch changes...

[review skill executes automatically]

Example 3: Bug Investigation

User: /investigate the login bug users are reporting

AI: I'll systematically investigate the root cause...

[investigate skill executes automatically]

Integration with Other Skills

gstack-skills can work alongside other skills:

  • data-analysis-workflows: For analyzing product metrics during /office-hours
  • sql-queries: When /review or /investigate needs database analysis
  • testing skills: When /qa needs specialized testing knowledge

Skill Dependencies

This skill depends on the following specialized skills, which must be available:

  • office-hours
  • plan-ceo-review
  • plan-eng-review
  • plan-design-review
  • review
  • investigate
  • qa
  • qa-only
  • ship
  • document-release
  • retro
  • codex
  • careful
  • freeze
  • guard

Error Handling

If a specialized skill is not available:

  1. Inform the user which skill is missing
  2. Suggest installing the missing skill
  3. Offer to proceed with general capabilities as fallback

Best Practices

  1. Start with /office-hours for new features to validate ideas
  2. Use /review before merging any code
  3. Always /qa before shipping to production
  4. Use /careful or /guard for risky operations
  5. Follow the complete workflow for major features

Limitations

  • Some commands require specific tooling (git, test frameworks)
  • /ship assumes git-based workflow
  • Certain workflows are optimized for web applications

Learn More

  • Original gstack: https://github.com/garrytan/gstack
  • Garry Tan's approach: "Boil the Lake" philosophy
  • Y Combinator: https://www.ycombinator.com/

Version: 2.0.0 (OpenClaw/WorkBuddy adaptation) Original Author: Garry Tan, Y Combinator Adaptation Team: gstack-openclaw-skills Team

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.43%
按下载量换算866

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills