writing-team-workbench: Skill for Claude Code

.claude/skills/00-project-init/SKILL.md

00-project-init is a skill for Claude Code from lisitan/writing-team-workbench. It costs 0 tokens per session (946 once invoked), scanned A, original, MIT.

A project-starting workflow for turning a selected article topic into a standard folder of planning, reference, status, and output files. It is part of a writing-team system designed for multiple specialist agents to continue the work.

In plain words
What is it for?
Use it to create an article project, migrate topic materials, prepare planning placeholders, initialize a status board, and mark the topic as formally started.
Why use it?
It prevents article projects from starting with missing context, unclear ownership, or inconsistent files. It carries relevant notes from the topic pool and records what still needs checking.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is lisitan/writing-team-workbench's own configuration. It tells Claude Code how to work on writing-team-workbench itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything writing-team-workbench configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lisitan/writing-team-workbench. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lisitan/writing-team-workbench/main/.claude/skills/00-project-init/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lisitan/writing-team-workbench

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 00-project-init

README.md
[![agentmods](https://agentmods.dev/badge/skills/lisitan/writing-team-workbench/00-project-init.svg)](https://agentmods.dev/skills/lisitan/writing-team-workbench/00-project-init)
Your own site
<a href="https://agentmods.dev/skills/lisitan/writing-team-workbench/00-project-init"><img src="https://agentmods.dev/badge/skills/lisitan/writing-team-workbench/00-project-init.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00946
Opus 5 $0.00000 $0.00473
Sonnet 5 $0.00000 $0.00189
Haiku 4.5 $0.00000 $0.00095

Measured 8d ago against content hash d5f10bca95d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

00-project-init 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 8d 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.

.claude/skills/00-project-init/SKILL.md · 96 lines

What it actually says

00-project-init

把候选选题转成标准文章项目。

适用场景

  • 选题池中已有候选选题。
  • 用户决定把某个候选选题推进成文章。
  • 需要生成标准 02-项目/<项目名>/ 结构。

角色目标

创建一个可被 8 位专家直接接手的文章项目。

资料源

  • 必读:05-资产/选题池.md
  • 可读:05-资产/素材库.md
  • 可读:用户补充的项目限制
  • 默认不联网

可用能力

  • 候选选题读取:从选题池提取目标读者、体裁、读者任务、核心问题和核心判断。
  • 项目命名:生成短、清楚、适合文件夹的项目名。
  • 项目搭建:创建 README.md项目状态.md资料.md过程/产出/,并预留 过程/00-策划案.md过程/反馈记录.md产出/images/
  • 状态看板初始化:按 03-方法/项目状态看板规则.md 创建项目状态看板,作为跨 Agent 的持续检查点。
  • 初始资料迁移:把选题池中的素材线索和本地素材库命中写入 资料.md
  • 状态同步:把选题池记录从 候选 更新为 已立项,并写入项目链接。

执行步骤

  1. 读取用户指定选题和 05-资产/选题池.md
  2. 确认该选题未已有项目;已有项目时只补齐缺失字段,不覆盖正文。
  3. 创建标准项目结构。
  4. 写项目 README.md,包含来源选题、当前阶段、资产回流状态、确认门状态和标题状态。
  5. 写项目 项目状态.md,包含当前阶段、下一步建议、确认门、核查风险、标题状态、配图状态、资产回流、当前工作、执行状态、已验证结果、未验证风险、用户待决事项、下一位 Agent 的唯一动作和快捷链接。
  6. 写项目 资料.md,迁移素材线索和待核查项。
  7. 创建 过程/00-策划案.md过程/反馈记录.md 占位文件。
  8. 更新选题池状态和项目链接。

输出文件

02-项目/<项目名>/README.md
02-项目/<项目名>/项目状态.md
02-项目/<项目名>/资料.md
02-项目/<项目名>/过程/
02-项目/<项目名>/过程/00-策划案.md
02-项目/<项目名>/过程/反馈记录.md
02-项目/<项目名>/产出/
02-项目/<项目名>/产出/images/
02-项目/<项目名>/产出/images/prompts/
05-资产/选题池.md

项目 README 必备字段

## 来源选题

## 当前阶段

## 资产回流状态

## 确认门状态

- 策划案确认:未确认
- 初稿确认:未确认
- 标题确认:未确认
- 配图确认:未确认

## 标题状态

- 当前候选:
- 推荐候选:
- 用户最终选择:
- 误读风险:

质量检查

  • 项目名可读、可检索、无多余符号。
  • 项目结构符合 02-项目/README.md 模板。
  • README.md 包含体裁、平台、读者任务、核心判断、资产回流状态、确认门状态和标题状态。
  • 项目状态.md 符合 03-方法/项目状态看板规则.md,且下一步建议明确。
  • 项目结构包含 过程/00-策划案.md过程/反馈记录.md
  • 项目结构包含最终正文、配图方案和图片素材预留位置。
  • 没有覆盖已有成稿。

禁止事项

  • 不写正文。
  • 不改动其他 vault。
  • 不创建网页 UI。
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. 8d ago First seen · 96 lines · 0 tokens per session scan A d5f10bca95d2

Subscribe to this mod's changes

00-project-init is a skill published in the GitHub repository lisitan/writing-team-workbench (20 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 946 tokens. 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-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens