artifact-management

artifact-management is a skill for Claude Code, Codex from paceaitian/paceflow. It costs 36 tokens per session (6,498 once invoked), scanned A, original, MIT.

A workflow guide for managing PACEflow project artifacts, such as task lists, specifications, change records, approvals, and verification notes.

In plain words
What is it for?
Use it to manage task indexes, changes, hotfixes, findings, corrections, artifact roots, and project-level workflow records.
Why use it?
It defines where these records belong and which helper or agent should create, update, approve, verify, or archive them.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the paceflow plugin — 4 skills, 5 commands, 1 agent, 12 hooks shipped together

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.

agentmods
npx agentmods add skills/paceaitian/paceflow/artifact-management
Any agent
npx skills add paceaitian/paceflow --skill artifact-management
Clone the repo
git clone --depth 1 https://github.com/paceaitian/paceflow

Made for: Claude Code, Codex.

Or install paceflow, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 1 agent, 12 hooks.

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 artifact-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/paceaitian/paceflow/artifact-management.svg)](https://agentmods.dev/skills/paceaitian/paceflow/artifact-management)
Your own site
<a href="https://agentmods.dev/skills/paceaitian/paceflow/artifact-management"><img src="https://agentmods.dev/badge/skills/paceaitian/paceflow/artifact-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,498 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00036 $0.06498
Opus 5 $0.00018 $0.03249
Sonnet 5 $0.00007 $0.01300
Haiku 4.5 $0.00004 $0.00650

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

Security

Grade A, and why

artifact-management 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 4d 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.

plugin/skills/artifact-management/SKILL.md · 405 lines

How it starts

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

Artifact 文件管理规则

PACEflow 是 agent-driven artifact workflow。主 session 不直接 Write/Edit artifact;需要创建、更新、批准、验证、归档、记录 finding/correction 时,派 artifact-writer 执行。

artifact_dir 必须指向 hook 解析出的 artifact 根目录,只用于 PaceFlow artifacts:spec.md / task.md / walkthrough.md / findings.md / corrections.md / changes/**

Project Root 是 PACEflow 管理边界;local artifact root 表示 Project Root 本地目录,不是当前子目录。普通子目录默认继承最近父级 Project Root;独立子项目先运行 set-project-root --mode independent,再选择 artifact root。

继续、恢复或收口已有 CHG/HOTFIX 前,先 Read 对应 changes/<id>.md,确认 ## 任务清单、实施详情和 ## 工作记录;SessionStart 摘要只用于定位,不替代详情文件。

如果用户已明确选择 vault/local 或自定义 artifact 目录但 artifact-root 配置还不存在,正确做法是先运行 hook 提示的 set-artifact-root helper(--choice vault--choice local,或 --choice <绝对路径或相对 Project Root 路径>),再从目标项目 cwd 运行 reserve helper。helper 会写入权威 runtime 配置位置。.pace/artifact-root 只由 set-artifact-root helper 写入;git worktree 与继承父 Project Root 的子目录走宿主项目共享位置。reserve helper 接受自身文档列出的参数;自动化用 --cwd 指定项目 cwd,其余 artifact/root/project 路径由 helper 自行解析。

Helper 命令来源顺序的权威定义见 Skill(paceflow:pace-workflow)「Helper 命令来源」(本节不再复制)。速记:优先复制 SessionStart / PreToolUse 给出的完整命令;无 hook 输出但本 skill 已加载时以 skill 根目录拼 fallback(从 references/ 阅读时仍以 skill 根目录为基准);不扫描 ~/.claude/plugins/cache 猜版本。按当前动作选择下面一条模板运行;这不是顺序执行清单:

node "<skill-root>/../../hooks/set-artifact-root.js" --choice local|vault
node "<skill-root>/../../hooks/reserve-artifact-id.js" --operation create-chg --cwd <项目 cwd>
node "<skill-root>/../../hooks/reserve-artifact-id.js" --operation record-correction --cwd <项目 cwd>

权威规范:

  • Agent prompt:${CLAUDE_PLUGIN_ROOT}/agents/artifact-writer.md
  • Schema / 索引模板:${CLAUDE_PLUGIN_ROOT}/agent-references/artifact-writer-spec.md
  • 操作步骤:${CLAUDE_PLUGIN_ROOT}/agent-references/instructions/*.md
  • 格式速查:references/format-reference.md
  • CHG/HOTFIX 生命周期速查:references/change-lifecycle.md

文件模型

Artifact root 文件:

文件 用途 活跃区内容
spec.md 项目元数据与技术栈 项目事实
task.md CHG/HOTFIX 唯一索引 [[chg-id]] / [[hotfix-id]]
walkthrough.md 完成记录索引 日期表格行
findings.md finding 摘要索引 `[[finding-id
corrections.md correction 摘要索引 [[correction-yyyy-mm-dd-nn-slug]]

Read the full file on GitHub · 405 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 405 lines · 36 tokens per session scan A 4a8e443fcfdc

Subscribe to this mod's changes

artifact-management is a skill published in the GitHub repository paceaitian/paceflow (38 stars, last pushed 17d ago), licensed MIT. It adds 36 tokens to every session and 6,498 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

github

Triage and orient GitHub repository, pull request, and issue work through the connected GitHub app. Use when the user asks for general GitHub help, wants PR or issue summaries, or needs repository context before choosing a more specific GitHub workflow.

stabruriss/kota-app · 53 tokens

moai-kanban-foreman

One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…

modu-ai/moai-adk · 76 tokens

moai-workflow-project

Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.

modu-ai/moai-adk · 55 tokens

decision-map

Maps the unresolved architecture, policy, and scope decisions that must be answered before planning can start: one durable decision ticket per question on the issue tracker, typed and blocker-linked under a parent map, with fog-of-war, out-of-scope, a computed frontier, and one decision resolved per invocation.…

Mathews-Tom/armory · 145 tokens

codekanban-cli

Operate CodeKanban workflows, terminal sessions, and web sessions through the installable codekanban-cli command. Use when the user wants to create, inspect, control, watch, or continue CodeKanban AI work from a project path, project ID, or project name without relying on repository-local helper scripts. Prefer…

fy0/CodeKanban · 102 tokens

codev

Codev project management CLI — init, adopt, update, and doctor commands. Check this skill before running any codev command (except consult, porch, or afx which have their own skills). Use when setting up new projects, adding codev to existing repos, updating framework files, or diagnosing missing dependencies.

cluesmith/codev · 72 tokens