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-listgit 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-list)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/project-list"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-list/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-list"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-list.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.00114 | $0.01285 |
| Opus 5 | $0.00057 | $0.00642 |
| Sonnet 5 | $0.00023 | $0.00257 |
| Haiku 4.5 | $0.00011 | $0.00128 |
Grade A, and why
project-list 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 — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
加载上下文
读取 ../references/项目空间结构.md 了解 project.md 字段。
/finance:project-list — 项目列表
扫描 ~/.config/finance-skills/projects/ 目录,列出所有项目并按状态分组。
命令格式
/finance:project-list [--status <状态>] [--type <类型>] [--upcoming <N>]
参数:
--status过滤状态:planning/active/fieldwork/reporting/closed--type过滤类型:annual-audit/budget-review/tax-filing/m-and-a/other--upcoming <N>只显示未来 N 天内有里程碑的项目
输出格式
════════════════════════════════════════
📋 项目列表(按状态分组)
扫描时间: {YYYY-MM-DD HH:MM}
项目总数: {N}
════════════════════════════════════════
【活跃 / 执行中】
1. 2026-audit-ic [fieldwork]
年度内部控制审计
负责人: CFO 张三 | 周期: 2026-01-01 ~ 2026-12-31
下次关键日期: 2026-06-30 管理层评审会 (5 天后)
完成度: 31/72 控制测试 (43%)
2. tax-filing-2026 [active]
2026 年度税务申报
负责人: 税务经理李四 | 周期: 2026-01-01 ~ 2026-12-31
下次关键日期: 2026-07-15 增值税申报 (20 天后)
【规划中】
3. m-and-a-deal-alpha [planning]
M&A 项目 Alpha 尽调
负责人: CFO 张三 | 周期: 2026-07-01 ~ 2026-09-30
开始: 2026-07-01 (7 天后)
【报告阶段】
4. Q2-2026-budget [reporting]
Q2 2026 预算审查
负责人: 财务经理王五 | 完成: 2026-06-10
待审: CFO/CEO 审批
【已关闭】
5. 2025-audit-ic [closed]
2025 年度内部控制审计
完成: 2026-03-15 | 缺陷: 重大 0 / 重要 3 / 一般 12
整改完成率: 100%
════════════════════════════════════════
当前激活项目: {current-project-code}(如有)
════════════════════════════════════════
输入 /finance:project-switch <code> 切换项目
输入 /finance:project-new 创建新项目
════════════════════════════════════════
字段提取
每个项目的展示信息从 project.md 提取:
| 展示字段 | project.md 来源 |
|---|---|
| 状态 | 状态 或 当前阶段 |
| 类型 | 项目类型 |
| 负责人 | 负责人 |
| 周期 | 审计周期 或 项目周期 |
| 下次关键日期 | 下次关键日期 或从 关键日期 段第一个未来日期 |
| 完成度 | 关联产出物 数量 / 关键阈值.总数(如 SOX 控制测试 31/72) |
实现机制
扫描逻辑:
PROJECTS_ROOT=~/.config/finance-skills/projects
for dir in $PROJECTS_ROOT/*/; do
project_md=$dir/project.md
if [ -f "$project_md" ]; then
# 解析 project.md 提取字段
code=$(basename "$dir")
status=$(grep "^状态" "$project_md" | head -1)
# ...
fi
done
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 · 129 lines · 114 tokens per session scan A 4d33616a41d4
project-list is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 114 tokens to every session and 1,285 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.