Install
$ agentstack add skill-angelinekeke-claude-workflow-skills-progress ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
保存会话进度
在会话结束时写一份进度文档,供下次会话使用。
第一步:收集本次会话的改动
通过以下方式收集本次会话的变更:
- 如果是 git 仓库,运行
git diff HEAD或git status - 回顾对话历史中写入、编辑或讨论过的文件
- 记录实现的功能、修复的 bug 或做出的决策
第二步:确认剩余工作
根据原始任务和已完成内容,整理:
- 已开始但未完成的任务
- 计划中但尚未开始的任务
- 发现的任何阻塞问题或未解决的 bug
第三步:写进度文档
将 Markdown 文件写入 docs/progress-YYYY-MM-DD.md(使用今天的日期)。
文档必须包含以下章节:
# 进度记录 YYYY-MM-DD
## ✅ 本次完成
- ...
## 🔄 进行中 / 未完成
- ...
## ⚠️ 已知问题
- ...
## 📋 下一步
1. ...
2. ...
## 🗒️ 备注
(可选,记录重要决策、环境注意事项等)
默认用中文书写。
第四步:确认
汇报进度文档保存的路径,并简要列出「下一步」内容,让用户在关闭会话前能快速确认。
注意事项
- 如果
docs/目录不存在,先创建它 - 每条要点保持简洁,一行一项
- 「下一步」是最重要的章节:写得具体可执行,让下次会话能立刻开始干活
- 如果有未解决的错误或阻塞问题,在「已知问题」中清楚记录
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: angelinekeke
- Source: angelinekeke/claude-workflow-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.