install
source · Clone the upstream repo
git clone https://github.com/AICreator-Wind/gstack-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/AICreator-Wind/gstack-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/retro" ~/.claude/skills/aicreator-wind-gstack-openclaw-skills-retro && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/AICreator-Wind/gstack-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/retro" ~/.openclaw/skills/aicreator-wind-gstack-openclaw-skills-retro && rm -rf "$T"
manifest:
retro/SKILL.mdsource content
Retro - 团队回顾
团队回顾和周报生成。
触发条件
- 团队周报
- 迭代回顾
- 经验总结