跳到主要内容
知仓学习社ZHICANG

wrap-up

Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the ne…

联网无严重或高危命中alirezarezvani/claude-skills

它会碰到什么

扫了多少5 个文本文件,16 KB
它会碰到什么联网
命中总数1 处
命中统计严重 0 · 高 0 · 中 0 · 低 1

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Wrap-up — close it out

The explicit close-out. Confirm what's live, regenerate the shareable overview,

and name the next 1–2 upgrades so the founder leaves with a clear roadmap. The

./my-agent/ folder keeps working after the session ends.

Workflow

  1. Inventory what they own.
   python3 scripts/primitives_inventory.py \
     --sheet ./my-agent/build-sheet.json --goal ./my-agent/goal.json

Tables agent / environment / session / memory / outcome / deployment and the

phases completed.

  1. Regenerate the overview page.
   python3 scripts/overview_page.py \
     --sheet ./my-agent/build-sheet.json --out-dir ./my-agent \
     --status live --loop-shape cron-loop --last-verdict satisfied

Self-contained agent-overview.html (inline CSS, theme-aware, no external

assets) — shareable as-is.

  1. Suggest the next moves.
   python3 scripts/upgrade_suggester.py --sheet ./my-agent/build-sheet.json --top 2

Ranks recorded deferrals (v1 before v2, real-integration first) plus standing

hardening (tighten networking, pin the agent version, nest an outcome).

  1. Finalize. Ensure NEXT-DIRECTIONS.md is current (Phase-4 tool), then

goal_state.py advancephase=done.

Hard rules

  • Recap what's actually live — read it from the sheet + goal state, never

assert primitives that weren't created.

  • The overview is single-file — no external assets, so it shares cleanly.
  • Every next move names the exact mechanism.

Forcing-question library (recommend + cite)

  1. "Confirm what's live vs still a plan?" Recommend: inventory from the sheet.

Cite: this SKILL.

  1. "Which single upgrade has the highest payoff?" Recommend: the top-ranked v1

deferral. Cite: upgrade_suggester ranking.

  1. "Is the overview page current?" Recommend: regenerate after any change.

Cite: this SKILL.

Tools

  • scripts/primitives_inventory.py — recap every owned primitive.
  • scripts/overview_page.py — regenerate single-file agent-overview.html.
  • scripts/upgrade_suggester.py — next 1–2 upgrades with mechanisms.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 wrap-up 的技能。它们内容并不相同,别混用: