project-list

project-list is a skill for Claude Code from vivy-yi/finance-skills. It costs 114 tokens per session (1,285 once invoked), scanned A, original, MIT.

A project register that scans the finance project directory and groups projects by status, type, and upcoming milestones.

In plain words
What is it for?
Lists planning, active, fieldwork, reporting, closed, and other projects. It can filter by status or type and show projects with milestones due within a chosen number of days.
Why use it?
It removes the need to inspect project folders one by one to find active work, deadlines, or project codes.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Lists planning, active, fieldwork, reporting, closed, and other projects. It can filter by status or type and show projects with milestones due within a chosen number of days.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/project-list
Install

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.

Any agent
npx skills add vivy-yi/finance-skills --skill project-list
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for project-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-list/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/project-list)
Your own site
<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.

agentmods 80×15 button for project-list

Your own site · 80×15
<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>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,285 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 4d33616a41d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

finance-skills/skills/project-workspace/skills/project-list/SKILL.md · 129 lines

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

Read the full file on GitHub · 129 lines

Changes

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.

  1. 9d ago First seen · 129 lines · 114 tokens per session scan A 4d33616a41d4

Subscribe to this mod's changes

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.