Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add vivy-yi/finance-skills --skill project-archivegit clone --depth 1 https://github.com/vivy-yi/finance-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vivy-yi/finance-skills/project-archive)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/project-archive"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-archive/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/project-archive"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-archive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.01159 |
| Opus 5 | $0.00056 | $0.00580 |
| Sonnet 5 | $0.00022 | $0.00232 |
| Haiku 4.5 | $0.00011 | $0.00116 |
Grade A, and why
project-archive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/finance:project-archive — 项目归档
把已关闭的项目标记为归档状态,目录只读。
命令格式
/finance:project-archive <project-code> [--force]
参数:
<project-code>:项目代码--force:跳过状态检查(强制归档active项目)
状态流转
planning → active → fieldwork → reporting → closed → archived
↑
此处开始只读
只能在 closed 状态下归档(除非 --force)。
操作步骤
步骤 1:校验状态
读取 project.md 的 状态 字段:
| 当前状态 | 是否可归档 | 处理 |
|---|---|---|
closed |
✅ | 直接归档 |
reporting |
⚠️ | 提示"项目仍在报告阶段,确认归档吗?" |
active / fieldwork / planning |
❌ | 拒绝,要求先 close(修改状态为 closed) |
archived |
✅ | 幂等操作,输出"项目已是归档状态" |
步骤 2:校验完整性
检查项目目录是否完整:
project.md存在- 关键产出物存在(按类型):
- annual-audit:
findings/至少 1 个 - m-and-a:
due-diligence/至少 1 个 - budget-review:
variance-analysis/至少 1 个 - 其他:跳过
- annual-audit:
不完整时输出警告但不阻止归档。
步骤 3:写入归档信息
修改 project.md:
状态:closed→archived- 添加
归档时间:{YYYY-MM-DD HH:MM} - 添加
归档人:{current-user}
可选:把目录移至 ~/.config/finance-skills/projects/_archive/{code}-{YYYY}/(推荐)
步骤 4:标记只读
chmod -R 555 ~/.config/finance-skills/projects/{code}/
仅 ~/.config/finance-skills/projects/{code}/project.md 保持可写(允许 reopen)。
步骤 5:输出归档结果
════════════════════════════════════════
📦 项目已归档
代码: {code}
名称: {name}
原始周期: {start} ~ {end}
关闭时间: {closed_date}
归档时间: {archive_date}
归档人: {user}
项目目录: ~/.config/finance-skills/projects/_archive/{code}-{YYYY}/
权限: 只读
历史保留 5 年({archive_date} + 5 年后自动清理)
════════════════════════════════════════
恢复项目:/finance:project-switch {code}(会自动 reopen 到 closed 状态)
════════════════════════════════════════
历史保留策略
归档后保留时间:5 年
├── 0-1 年:完整保留,可随时 reopen
├── 1-3 年:压缩归档(tar.gz),reopen 需手动解压缩
└── 3-5 年:标记为"待清理",到期自动提示用户
> 5 年:自动清理(除非用户标记"永久保留")
永久保留:在 project.md 添加 永久保留: true 字段。
Examples
→ 示例:用户说"归档 2025 年度审计项目",系统校验状态 closed(如果未 closed 则要求先 close),执行归档。
→ 示例:用户说"强制归档 M&A alpha 项目",系统用 --force 跳过状态检查。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 131 lines · 111 tokens per session scan A 168373eabe56
project-archive is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 111 tokens to every session and 1,159 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
hive.colony-progress-tracker
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.
prd
A guide for writing a PRD, or Product Requirements Document, which explains what a product or feature should achieve and who it is for. It covers goals, users, success measures, limits, prior work, and excluded scope.
product-discovery
Product discovery workflow with OST, assumption testing, and interview scripts.
planning
A guide for planning software features and turning requests into clear requirements. It uses EARS, a plain format for stating what a system must do under specific conditions.
auto-status
A project dashboard skill that reports the current specification status for a project and its submodules. A specification is a written description of what should be built and how it should behave.
github-digest
You are a GitHub assistant generating a daily PR + issues digest for the user.