process-optimization

process-optimization is a skill for Claude Code, Codex from nota-america/forgecat-agent-profiles. It costs 53 tokens per session (290 once invoked), scanned A, a copy of process-optimization, Apache-2.0.

An analysis of an existing business process that identifies delays, repeated work, unnecessary steps, handoffs, and manual tasks. It compares the current workflow with a proposed improved version.

In plain words
What is it for?
Use it to find bottlenecks, streamline workflows, reduce waiting and rework, automate suitable tasks, and plan improvements.
Why use it?
It shows why work is slow or error-prone and turns general complaints about a process into specific changes and expected benefits.

Skill for Claude CodeCodex

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/nota-america/forgecat-agent-profiles/process-optimization
Any agent
npx skills add nota-america/forgecat-agent-profiles --skill process-optimization
Clone the repo
git clone --depth 1 https://github.com/nota-america/forgecat-agent-profiles

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 process-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/nota-america/forgecat-agent-profiles/process-optimization.svg)](https://agentmods.dev/skills/nota-america/forgecat-agent-profiles/process-optimization)
Your own site
<a href="https://agentmods.dev/skills/nota-america/forgecat-agent-profiles/process-optimization"><img src="https://agentmods.dev/badge/skills/nota-america/forgecat-agent-profiles/process-optimization.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00053 $0.00290
Opus 5 $0.00026 $0.00145
Sonnet 5 $0.00011 $0.00058
Haiku 4.5 $0.00005 $0.00029

Measured yesterday against content hash 2a3f99ecec3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

process-optimization 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 yesterday.

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.

Origin

This is a copy

100% identical to process-optimization — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

profiles/anthropics/knowledge-work-plugins/anthropics_knowledge-work-plugins_operations/for-claude/.claude/skills/process-optimization/SKILL.md · 43 lines

What it actually says

Process Optimization

Analyze existing processes and recommend improvements.

Analysis Framework

1. Map Current State

  • Document every step, decision point, and handoff
  • Identify who does what and how long each step takes
  • Note manual steps, approvals, and waiting times

2. Identify Waste

  • Waiting: Time spent in queues or waiting for approvals
  • Rework: Steps that fail and need to be redone
  • Handoffs: Each handoff is a potential point of failure or delay
  • Over-processing: Steps that add no value
  • Manual work: Tasks that could be automated

3. Design Future State

  • Eliminate unnecessary steps
  • Automate where possible
  • Reduce handoffs
  • Parallelize independent steps
  • Add checkpoints (not gates)

4. Measure Impact

  • Time saved per cycle
  • Error rate reduction
  • Cost savings
  • Employee satisfaction improvement

Output

Produce a before/after process comparison with specific improvement recommendations, estimated impact, and an implementation plan.

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. yesterday First seen · 43 lines · 53 tokens per session scan A 2a3f99ecec3f

Subscribe to this mod's changes

process-optimization is a skill published in the GitHub repository nota-america/forgecat-agent-profiles (63 stars, last pushed today), licensed Apache-2.0. It adds 53 tokens to every session and 290 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to process-optimization, differing in 5 lines, and is treated as a copy.

Related

Other skills, from other repositories

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

refresh-model-catalog

Use when adding or removing Command Code models, refreshing the model catalog snapshot (image, reasoning, effort, output-limit metadata), updating display pricing, or refreshing test fixtures in pi-commandcode-provider.

patlux/pi-commandcode-provider · 44 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

check-task

查看任务的当前状态和进度。 当想快速查看某个任务当前状态与进度时使用。 仅当对话包含可解析的任务引用时才可自动调用本技能。.

fitlab-ai/agent-infra · 46 tokens

notion

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

graniet/kheish · 33 tokens