project-new

project-new is a skill for Claude Code from vivy-yi/finance-skills. It costs 118 tokens per session (2,022 once invoked), scanned A, original, MIT.

A guided setup process for creating a new finance project folder and its project information file.

In plain words
What is it for?
Creates projects for audits, budget reviews, tax filings, mergers and acquisitions, financing, internal controls, or custom work. It checks project-code format and duplicate codes.
Why use it?
It gives new projects a consistent code, structure, status, and basic information from the start.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Creates projects for audits, budget reviews, tax filings, mergers and acquisitions, financing, internal controls, or custom work. It checks project-code format and duplicate codes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/project-new
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-new
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-new

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/project-new"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/project-new.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,022 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.00118 $0.02022
Opus 5 $0.00059 $0.01011
Sonnet 5 $0.00024 $0.00404
Haiku 4.5 $0.00012 $0.00202

Measured 7d ago against content hash 44c085f9b62e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

project-new 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 7d 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-new/SKILL.md · 251 lines

How it starts

The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.

加载上下文

读取 ../references/项目空间结构.md 了解目录规范和 project.md 模板。


/finance:project-new — 新建项目

创建 ~/.config/finance-skills/projects/{code}/ 目录和 project.md 文件。

命令格式

/finance:project-new [--type <类型>] [--code <代码>]

可选参数跳过交互直接创建。

项目类型

类型 用途 默认代码格式
annual-audit 年度审计(内控/财务) {YYYY}-audit-ic
budget-review 季度/年度预算审查 {Q}{YYYY}-budget
tax-filing 税务申报周期 tax-filing-{YYYY}
m-and-a M&A 尽调/估值/整合 m-and-a-{deal-code}
financing 融资项目(银团/债券/股权) financing-{YYYY-MM}
internal-control 内控设计/整改 ic-{scope}-{YYYY}
other 其他(自定义) {name}-{YYYY-Q}

交互流程

步骤 1:选择项目类型

选择项目类型:
1. annual-audit   - 年度审计(内控/财务)
2. budget-review  - 季度/年度预算审查
3. tax-filing     - 税务申报周期
4. m-and-a        - M&A 尽调/估值/整合
5. financing      - 融资项目
6. internal-control - 内控设计/整改
7. other          - 其他(自定义)

步骤 2:输入项目代码

请输入项目代码(或回车使用默认):
默认: {自动按类型生成}

代码必须:
- 全小写字母/数字/-
- 不含空格和特殊字符
- 1-32 字符
- 同一类型内唯一

示例:2026-audit-ic / Q3-2026-budget / m-and-a-deal-alpha

冲突检查:如果代码已存在,报错并要求重新输入。

步骤 3:填写项目基础信息

references/项目空间结构.md 的 project.md 模板,依次询问:

Q1: 项目名称(用于显示)?
    > 2026 年度内部控制审计

Q2: 项目负责人?
    > CFO 张三

Q3: 项目周期?
    起始日期 (YYYY-MM-DD): 2026-01-01
    结束日期 (YYYY-MM-DD): 2026-12-31

Q4: 初始阶段?
    1. planning   - 规划
    2. active     - 启动
    3. fieldwork  - 现场执行
    默认: planning

Q5: 项目范围描述(可空)?
    > 总部 + 华东区域(工厂/仓库)

Q6: 排除范围(可空)?
    > 海外子公司(独立审计)

步骤 4:选择激活场景

选择该项目涉及的财务场景(可多选):

☑ annual-audit      - 年度审计
☐ budget-review     - 预算审查
☐ tax-filing        - 税务申报
☐ internal-audit    - 内部审计
☐ internal-control  - 内部控制
☐ m-and-a           - 并购
☐ fx-risk           - 外汇
☐ treasury-management - 资金
☐ board-reporting   - 董事会汇报
☐ ... 其他场景

默认根据项目类型自动勾选(如 annual-audit 自动勾选 internal-audit + internal-control)

场景选择会写入 project.md 的 关联场景 字段,影响后续 skill 自动激活哪些。

步骤 5:设置关键阈值

按项目类型显示必填阈值:

annual-audit 类型必填

重大缺陷门槛:[默认 500 万元]
重要缺陷门槛:[默认 100 万元]
SOX 控制总数:[可空]

Read the full file on GitHub · 251 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. 7d ago First seen · 251 lines · 118 tokens per session scan A 44c085f9b62e

Subscribe to this mod's changes

project-new is a skill published in the GitHub repository vivy-yi/finance-skills (28 stars, last pushed 2mo ago), licensed MIT. It adds 118 tokens to every session and 2,022 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.

Related

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.

aden-hive/hive · 36 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

edgartools

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens