Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

biz-toc商业目录

Agent Skill

biz-toc 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

396

周安装

16

GitHub Stars

125

下载量

124
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:biz-toc(商业目录)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/biz-toc
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-toc
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-toc

简介

biz-toc 聚焦约束理论,识别系统瓶颈并通过五步法提升整体 throughput。

  • 适用于生产线优化、软件开发流程改进或任何存在吞吐限制的复杂系统。
  • 使用时持续测量各环节产能,确认瓶颈后再投入资源,避免无效优化。
  • 安装需通过 npx 添加 GitHub 仓库,建议确认是否提供缓冲库存管理建议。
  • 注意:分类为研究检索,核心原则是“系统强度取决于最弱环节”,改进非瓶颈属浪费。

SKILL.md

Theory of Constraints (TOC)

Overview

TOC asserts that every system has at least one constraint (bottleneck) that limits total throughput. Improving non-bottleneck processes does NOT improve system output �� only improving the bottleneck does. The Five Focusing Steps provide a systematic method to find and manage constraints.

Framework

IRON LAW: The System Is Only as Strong as Its Weakest Link

Improving a non-bottleneck process is a WASTE of resources — it produces
more work-in-progress that piles up at the bottleneck. Before optimizing
any process, verify it IS the bottleneck. If it's not, stop.

The Five Focusing Steps

  1. IDENTIFY the constraint — Find the bottleneck (highest utilization, longest queue, most WIP accumulation)
  2. EXPLOIT the constraint — Maximize throughput at the bottleneck without adding resources (reduce downtime, eliminate waste at this step, ensure it never starves for input)
  3. SUBORDINATE everything else — Pace all other processes to the bottleneck's rhythm. Non-bottlenecks should NOT run at full capacity.
  4. ELEVATE the constraint — If exploitation isn't enough, invest to increase bottleneck capacity (add equipment, hire, outsource)
  5. REPEAT — After elevating, the constraint may shift to another process. Go back to Step 1.

Drum-Buffer-Rope (DBR) Scheduling

ElementWhat It IsPurpose
DrumThe bottleneck's paceSets the rhythm for the entire system
BufferTime buffer before the bottleneckEnsures the bottleneck never starves for work
RopeSignal to release work at the startControls WIP by tying input rate to bottleneck pace

Throughput Accounting (TOC Financial Metrics)

MetricDefinition
Throughput (T)Revenue - Truly Variable Costs (materials only)
Investment (I)Money tied up in the system (inventory, equipment)
Operating Expense (OE)All other costs to run the system
Net ProfitT - OE
ROI(T - OE) / I

Output Format

# TOC Analysis: {System/Process}

## System Map
{Process A} → {Process B} → {**Process C (bottleneck)**} → {Process D} → Output

## Constraint Identification
- Bottleneck: {process step}
- Evidence: {utilization %, queue length, WIP accumulation}
- Current throughput: {units/period}

## Five Focusing Steps
| Step | Action | Expected Impact |
|------|--------|----------------|
| 1. Identify | {bottleneck location} | — |
| 2. Exploit | {optimize without investment} | +X% throughput |
| 3. Subordinate | {pace other processes} | Reduce WIP by X% |
| 4. Elevate | {investment if needed} | +X% throughput |
| 5. Repeat | {new constraint location} | — |

## DBR Implementation
- Drum: {bottleneck pace = X units/hour}
- Buffer: {X hours of WIP before bottleneck}
- Rope: {release new work every X minutes}

Examples

Correct Application

Scenario: TOC for a PCB assembly line (5 stations)

  • Station throughput: Solder Paste (100/hr) → Pick & Place (80/hr) → Reflow Oven (50/hr) → Inspection (90/hr) → Packaging (120/hr)
  • Bottleneck: Reflow Oven (50/hr) — lowest throughput, highest utilization
  • Exploit: Reduce oven changeover time from 30 min to 10 min → effective capacity +15%
  • Subordinate: Slow Pick & Place to 55/hr (don't overproduce WIP before oven)
  • Elevate: If needed, add second reflow oven → double capacity

Incorrect Application

  • Bought a faster Pick & Place machine (80→120/hr) → System throughput unchanged because Reflow Oven (50/hr) is still the bottleneck. Wasted investment. Violates Iron Law.

Gotchas

  • Constraints can be non-physical: Market demand, policy, or management attention can be the real constraint. If the factory can produce 1000 but only sells 500, the market is the constraint.
  • Moving bottleneck: After elevating one constraint, the bottleneck shifts. Teams often celebrate and forget Step 5 (Repeat).
  • Subordination is counterintuitive: Running non-bottleneck machines at less than full capacity feels wasteful. It's not — overproduction at non-bottlenecks creates WIP that clogs the system.
  • TOC vs Lean: Lean eliminates waste everywhere. TOC focuses only on the constraint. They complement each other: use TOC to find WHERE to focus, Lean to optimize HOW.

References

  • For Drum-Buffer-Rope implementation details, see references/dbr-scheduling.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.57%
按下载量换算43

Claude

29.27%
按下载量换算36

Cursor

21.32%
按下载量换算26

Gemini CLI

10.7%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills