standup
仓库创建 2026年7月2日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合多 agent 协作环境快速获得各角色的角色化进度脉动,轻量且只读。
这个 Skill 做什么
向已安装的各角色 agent 并行拉取三行内的只读代码状态汇总并输出精简摘要。
并行向所有已安装的 agent 拉一轮只读状态:每个角色用不超过三行描述代码现状和去向,最后合成一段精简摘要。适合临时想快速把握代码脉络、开会前或需要短平快状态汇报时用。特别之处是运行时自动发现成员并并行查询,严格只读、不改文件、不触发任务链。
▸ 展开 SKILL.md 英文原文
Round up a quick status pulse from every installed agent — each reports in ≤3 lines, strictly from its own role's seat, where the wafflestack code stands and where it's headed. Discovers the roster at runtime, fans out one read-only parallel wave, and prints a compact digest — no fixes, no board writes.
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/standup/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/standup/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Team Standup Ask every **installed** agent for a quick, role-scoped read on the codebase, then print one compact digest. This is a **read-only pulse**: a single parallel wave of agents, each reporting from its own seat — no fixes, no file edits, no board writes, no task chains. Unlike `audit` and `docs` (fixed rosters run through a serial task chain), standup **discovers its roster at runtime** and fans out **once, with no barriers**. It reuses their spawn-and-collect scaffold minus the team and the task dependencies. ## Step 1: Enumerate the roster (dynamic — never hard-coded) Glob the harness **agents** directory — the `agents/` directory beside `.claude/skills` (take `.claude/skills
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有