ai-work-assetization-diagnoser

ai-work-assetization-diagnoser is a skill for Claude Code, Codex from PANGKAIFENG/ai-product-manager-skills. It costs 139 tokens per session (1,676 once invoked), scanned A, original, MIT.

A diagnostic process for deciding whether a repeated AI task should remain a one-off or become a reusable prompt, reference pack, workflow, skill, loop or larger system.

In plain words
What is it for?
Use it to assess recurring AI conversations and manual processes, choose the smallest useful reusable asset, explain why adjacent options do not fit and define the next validation step.
Why use it?
It avoids overengineering simple work and gives teams a reasoned choice about how much structure and automation the task actually needs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess recurring AI conversations and manual processes, choose the smallest useful reusable asset, explain why adjacent options do not fit and define the next validation step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser
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 PANGKAIFENG/ai-product-manager-skills --skill ai-work-assetization-diagnoser
Clone the repo
git clone --depth 1 https://github.com/PANGKAIFENG/ai-product-manager-skills

Made for: Claude Code, Codex.

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 ai-work-assetization-diagnoser

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser/github.svg)](https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser)
Your own site
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser/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 ai-work-assetization-diagnoser

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/ai-work-assetization-diagnoser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,676 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 148
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00139 $0.01676
Opus 5 $0.00069 $0.00838
Sonnet 5 $0.00028 $0.00335
Haiku 4.5 $0.00014 $0.00168

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

Security

Grade A, and why

ai-work-assetization-diagnoser 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_assetization_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

archive/skills/ai-work-assetization-diagnoser/SKILL.md · 180 lines

How it starts

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

AI 工作资产化诊断器

中文速查

  • 中文名:AI 工作资产化诊断器 / 资产化路由器
  • 英文稳定名:ai-work-assetization-diagnoser
  • 分类:Skill/Agent 治理
  • 你可以这样叫我:这段工作是不是值得做成 Skill这个 prompt 应该沉淀成 workflow 还是 Skill帮我判断该资产化到哪层这个 AI 工作流要不要做成 Loop
  • 适合:判断一段可重复 AI 工作应该沉淀到哪个资产层,给出最小下一步 artifact 和验证信号。
  • 不适合:直接创建 Skill、直接实现自动化系统、普通日志根因定位、一次性事实查询、没有复用价值的闲聊。

Overview

这个 Skill 是 Router / Gate,不是执行器。它回答三个问题:

  1. 这段 AI 工作是否值得沉淀。
  2. 如果值得,最小有用资产层是什么。
  3. 为什么不是相邻层级。

默认输出应短、可执行、有证据。不要把所有重复任务都升级成 Skill,也不要把所有自动化想法都升级成 Loop。

Asset Layers

Layer Use When Example Artifact
Do Not Assetize 低频、一次性、强主观、输入不可稳定复用、风险高或验收口径不存在。 保留聊天记录或一次性笔记。
Prompt 步骤简单,主要复用表达方式。 Prompt template, checklist prompt.
Context Pack 关键难点是资料、约束、样例和反例组织。 Context folder, source bundle, glossary.
Workflow 有稳定步骤、角色、输入输出和人工推进点。 SOP, runbook, workflow doc.
Skill 高频可复用,有明确触发语、输入、输出、边界和验收方式。 SKILL.md + references/scripts.
Loop 需要多轮状态、恢复、触发器、检查点、重试或人工接管。 Loop contract, state files, update log.
System 多个 Skill/Loop/Agent 组合,涉及权限、成本、审计、评估或团队级运行。 Product/system PRD, architecture plan.

Workflow

  1. Identify input shape

    • AI conversation
    • repeated manual task
    • prompt or prompt pack
    • team workflow
    • successful delivery trace
    • failed or over-engineered asset proposal
  2. Extract evidence

    • user goal and business context
    • input materials and constraints
    • repeated steps
    • output artifact
    • human decision points
    • validation or acceptance criteria
    • frequency and reuse audience
    • state, retry, handoff, or automation needs
  3. Score only what matters

    • repeatability
    • input stability
    • output stability
    • validation clarity
    • context dependency
    • human judgment dependency
    • failure cost
    • reuse audience
  4. Recommend one primary asset layer

    • Give the smallest layer that would create real reuse.
    • Explain why the lower layer is insufficient.
    • Explain why the higher layer is overkill.
    • Include do-not-assetize if that is the best answer.

Read the full file on GitHub · 180 lines

Files

What ships with it

3 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. 12d ago First seen · 180 lines · 139 tokens per session scan A fafe320bf923

Subscribe to this mod's changes

ai-work-assetization-diagnoser is a skill published in the GitHub repository PANGKAIFENG/ai-product-manager-skills (11 stars, last pushed 13d ago), licensed MIT. It adds 139 tokens to every session and 1,676 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

agent-wiki

Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.

Dianel555/DSkills · 89 tokens

sequential-think

Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck…

Dianel555/DSkills · 110 tokens