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

fermi-estimation费米估计

Agent Skill

fermi-estimation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

380

周安装

16

GitHub Stars

6

下载量

133
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/andurilcode/skills --skill fermi-estimation

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 GitHub 安装,支持 Codex、Claude、Cursor 和 Gemini CLI。
  • 建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。
  • 可结合原始 README 进一步核验具体功能和调用方式。

SKILL.md

Fermi Estimation

Core principle: Almost any quantity can be estimated to within an order of magnitude by decomposing it into estimable factors and multiplying. Goal is the right number of zeros, not precision. A 10× error is informative; a 1000× error changes the decision.


The Core Process

Step 1: Define the Target Quantity Precisely

Specify what, over what period, for what scope, in what units.

*"How many tokens does this use?"* → *"Total token count of one Constellation pipeline run, medium-complexity feature, across all agent turns?"*

Step 2: Decompose into Estimable Factors

Target = Factor_1 × Factor_2 × Factor_3 × ...

Each factor independently estimable; units cancel correctly; no factor is the original unknown in disguise.

Patterns: Rate × Time · Count × Average · Population × Fraction · Flow × Duration

Step 3: Estimate Each Factor

Explicit reasoning per factor. Round numbers — order of magnitude, not false precision.

Step 4: Compute and Sanity-Check

Multiply through. Does it pass common sense? Match reference points? Which factor, if wrong, most changes the result?

Step 5: Bound the Estimate

Low (each factor at low) / Central (best guess) / High (each at high). High/low within ~3× each side = well-bounded. Orders of magnitude apart = one factor too uncertain (validate it).


Output Format

Target Quantity

  • Estimating: [Precisely defined quantity]
  • Units: [What we're counting in]

Decomposition

FactorEstimateReasoning
[Factor 1][Value][Why]
[Factor 2][Value][Why]
Product= [Result]

Range

ScenarioEstimateKey driver
Low[Value][Factor at low]
Central[Value]Best guess
High[Value][Factor at high]

Key Driver

  • Which factor contributes most?
  • If you could validate one, which?
  • A 2× error in [key factor] produces a 2× error in result — worth checking.

Sanity Checks

  • Reference point: [comparable known value]
  • Common sense pass? [If no, which factor is suspect?]
  • Order-of-magnitude conclusion: [zeros that matter]

Reference Points

Time

  • Person-hour engineering: ~1–4 hrs focused
  • Working hours/week: ~40 (effective ~25–30)
  • Working days/month: ~22

Compute / LLM

  • Token density: ~750 words / 1,000 tokens
  • GPT-4-class input: ~$2–10 / M tokens
  • LLM response time: 1–10s
  • Code file: 50–500 lines; ~100–2,000 tokens

Scale

  • Small SaaS: 1k–10k MAU
  • Mid-size: 100k–1M MAU
  • Large platform: 10M+ MAU

Money

  • Fully-loaded engineer (EU/US): €80k–€200k/yr
  • Per-hour: €40–€100
  • AWS small instance: ~$10–50/month

Anti-Patterns

  • False precision: Reporting "42,381 tokens" for an order-of-magnitude estimate. Use round numbers.
  • Single-path decomposition: Cross-check with an independent decomposition.
  • Forgetting units: If they don't cancel, the decomposition is wrong.
  • Treating estimate as answer: Starting point and sanity check, not a substitute for measurement when measurement is warranted.
  • Refusing to estimate: *"I don't have enough data"* is rarely right when a decision needs to be made. Decompose what you can; flag what you can't.

Thinking Triggers

  • *"What does this equal as a product of things I can estimate?"*
  • *"What's the right number of zeros?"*
  • *"Which single factor, if wrong by 10×, changes my conclusion?"*
  • *"What reference point can I sanity-check against?"*
  • *"If off by 2×, does the decision change? By 10×?"*

Example: Token Budget for an Agent Pipeline

Question: How many tokens does one Constellation run consume?

FactorEstimateReasoning
Agent turns86 agents + orchestrator + review
Avg input tokens/turn4,000System ~1k + context ~2k + task ~1k
Avg output tokens/turn1,000Structured response
Total per run= 8 × 5,000 = 40,000

Range: 20k (simple, short context) to 120k (complex, full history).

Key driver: Input context size dominates. Compressing context is highest-leverage.

Sanity check: 40k @ $5/M = $0.20/run. 100 runs/day = $20/day = ~$600/month. Plausible for a dev tool.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.05%
按下载量换算48

Claude

30.24%
按下载量换算40

Cursor

18.32%
按下载量换算24

Gemini CLI

8.71%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills