Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计未展示

rapid-convergence快速收敛

Agent Skill

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

总安装

3,255

周安装

88

GitHub Stars

公开资料未说明

下载量

906
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add zpankz/mcp-skillset --skill "rapid-convergence"

简介

Rapid Convergence 技能加速代理在特定任务上的收敛速度,提升效率。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中优化迭代式学习或搜索过程。
  • 通过 GitHub 安装,使用 npx 命令添加 mcp-skillset 仓库中的 rapid-convergence 模块。
  • 参数设置需根据任务类型调整,不当配置可能导致过早收敛陷入局部最优解。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Rapid Convergence
description
Achieve 3-4 iteration methodology convergence (vs standard 5-7) when clear baseline metrics exist, domain scope is focused, and direct validation is possible. Use when you have V_meta baseline ≥0.40, quantifiable success criteria, retrospective validation data, and generic agents are sufficient. Enables 40-60% time reduction (10-15 hours vs 20-30 hours) without sacrificing quality. Prediction model helps estimate iteration count during experiment planning. Validated in error recovery (3 iterations, 10 hours, V_instance=0.83, V_meta=0.85).
allowed-tools
Read, Grep, Glob

Rapid Convergence

Achieve methodology convergence in 3-4 iterations through structural optimization, not rushing.

Rapid convergence is not about moving fast - it's about recognizing when structural factors naturally enable faster progress without sacrificing quality.

When to Use This Skill

Use this skill when:

  • 🎯 Planning new experiment: Want to estimate iteration count and timeline
  • 📊 Clear baseline exists: Can quantify current state with V_meta(s₀) ≥ 0.40
  • 🔍 Focused domain: Can describe scope in <3 sentences without ambiguity
  • Direct validation: Can validate with historical data or single context
  • Time constraints: Need methodology in 10-15 hours vs 20-30 hours
  • 🧩 Generic agents sufficient: No complex specialization needed

Don't use when:

  • ❌ Exploratory research (no established metrics)
  • ❌ Multi-context validation required (cross-language, cross-domain testing)
  • ❌ Complex specialization needed (>10x speedup from specialists)
  • ❌ Incremental pattern discovery (patterns emerge gradually, not upfront)

Quick Start (5 minutes)

Rapid Convergence Self-Assessment

Answer these 5 questions:

  1. Baseline metrics exist: Can you quantify current state objectively? (YES/NO)
  2. Domain is focused: Can you describe scope in <3 sentences? (YES/NO)
  3. Validation is direct: Can you validate without multi-context deployment? (YES/NO)
  4. Prior art exists: Are there established practices to reference? (YES/NO)
  5. Success criteria clear: Do you know what "done" looks like? (YES/NO)

Scoring:

  • 4-5 YES: ⚡ Rapid convergence (3-4 iterations) likely
  • 2-3 YES: 📊 Standard convergence (5-7 iterations) expected
  • 0-1 YES: 🔬 Exploratory (6-10 iterations), establish baseline first

Five Rapid Convergence Criteria

Criterion 1: Clear Baseline Metrics (CRITICAL)

Indicator: V_meta(s₀) ≥ 0.40

What it means:

  • Domain has established metrics (error rate, test coverage, build time)
  • Baseline can be measured objectively in iteration 0
  • Success criteria can be quantified before starting

Example (Bootstrap-003):

✅ Clear baseline:
- 1,336 errors quantified via MCP queries
- 5.78% error rate calculated
- Clear MTTD/MTTR targets
- Result: V_meta(s₀) = 0.48

Outcome: 3 iterations, 10 hours

Counter-example (Bootstrap-002):

❌ No baseline:
- No existing test coverage data
- Had to establish metrics first
- Fuzzy success criteria initially
- Result: V_meta(s₀) = 0.04

Outcome: 6 iterations, 25.5 hours

Impact: High V_meta baseline means:

  • Fewer iterations to reach 0.80 threshold (+0.40 vs +0.76)
  • Clearer iteration objectives (gaps are obvious)
  • Faster validation (metrics already exist)

See reference/baseline-metrics.md for achieving V_meta ≥ 0.40.

Criterion 2: Focused Domain Scope (IMPORTANT)

Indicator: Domain described in <3 sentences without ambiguity

What it means:

  • Single cross-cutting concern
  • Clear boundaries (what's in vs out of scope)
  • Well-established practices (prior art)

Examples:

✅ Focused (Bootstrap-003):
"Reduce error rate through detection, diagnosis, recovery, prevention"

❌ Broad (Bootstrap-002):
"Develop test strategy" (requires scoping: what tests? which patterns? how much coverage?)

Impact: Focused scope means:

  • Less exploration needed
  • Clearer convergence criteria
  • Lower risk of scope creep

Criterion 3: Direct Validation (IMPORTANT)

Indicator: Can validate without multi-context deployment

What it means:

  • Retrospective validation possible (use historical data)
  • Single-context validation sufficient
  • Proxy metrics strongly correlate with value

Examples:

✅ Direct (Bootstrap-003):
Retrospective validation via 1,336 historical errors
No deployment needed
Confidence: 0.79

❌ Indirect (Bootstrap-002):
Multi-context validation required (3 project archetypes)
Deploy and test in each context
Adds 2-3 iterations

Impact: Direct validation means:

  • Faster iteration cycles
  • Less complexity
  • Easier V_meta calculation

See ../retrospective-validation for retrospective validation technique.

Criterion 4: Generic Agent Sufficiency (MODERATE)

Indicator: Generic agents (data-analyst, doc-writer, coder) sufficient

What it means:

  • No specialized domain knowledge required
  • Tasks are analysis + documentation + simple automation
  • Pattern extraction is straightforward

Examples:

✅ Generic sufficient (Bootstrap-003):
Generic agents analyzed errors, documented taxonomy, created scripts
No specialization overhead
3 iterations

⚠️ Specialization needed (Bootstrap-002):
coverage-analyzer (10x speedup)
test-generator (200x speedup)
6 iterations (specialization added 1-2 iterations)

Impact: No specialization means:

  • No iteration delay for agent design
  • Simpler coordination
  • Faster execution

Criterion 5: Early High-Impact Automation (MODERATE)

Indicator: Top 3 automation opportunities identified by iteration 1

What it means:

  • Pareto principle applies (20% patterns → 80% impact)
  • High-frequency, high-impact patterns obvious
  • Automation feasibility clear (no R&D risk)

Examples:

✅ Early identification (Bootstrap-003):
3 tools preventing 23.7% of errors identified in iteration 0-1
Clear automation path
Rapid V_instance improvement

⚠️ Gradual discovery (Bootstrap-002):
8 test patterns emerged gradually over 6 iterations
Pattern library built incrementally

Impact: Early automation means:

  • Faster V_instance improvement
  • Clearer path to convergence
  • Less trial-and-error

Convergence Speed Prediction Model

Formula

Predicted Iterations = Base(4) + Σ penalties

Penalties:
- V_meta(s₀) < 0.40: +2 iterations
- Domain scope fuzzy: +1 iteration
- Multi-context validation: +2 iterations
- Specialization needed: +1 iteration
- Automation unclear: +1 iteration

Worked Examples

Bootstrap-003 (Error Recovery):

Base: 4
V_meta(s₀) = 0.48 ≥ 0.40: +0 ✓
Domain scope clear: +0 ✓
Retrospective validation: +0 ✓
Generic agents sufficient: +0 ✓
Automation identified early: +0 ✓
---
Predicted: 4 iterations
Actual: 3 iterations ✅

Bootstrap-002 (Test Strategy):

Base: 4
V_meta(s₀) = 0.04 < 0.40: +2 ✗
Domain scope broad: +1 ✗
Multi-context validation: +2 ✗
Specialization needed: +1 ✗
Automation unclear: +0 ✓
---
Predicted: 10 iterations
Actual: 6 iterations ✅ (model conservative)

Interpretation: Model predicts upper bound. Actual often faster due to efficient execution.

See examples/prediction-examples.md for more cases.


Rapid Convergence Strategy

If criteria indicate 3-4 iteration potential, optimize:

Pre-Iteration 0: Planning (1-2 hours)

1. Establish Baseline Metrics

  • Identify existing data sources
  • Define quantifiable success criteria
  • Ensure automatic measurement

Example: meta-cc query-tools --status error → 1,336 errors immediately

2. Scope Domain Tightly

  • Write 1-sentence definition
  • List explicit in/out boundaries
  • Identify prior art

Example: "Error detection, diagnosis, recovery, prevention for meta-cc"

3. Plan Validation Approach

  • Prefer retrospective (historical data)
  • Minimize multi-context overhead
  • Identify proxy metrics

Example: Retrospective validation with 1,336 historical errors

Iteration 0: Comprehensive Baseline (3-5 hours)

Target: V_meta(s₀) ≥ 0.40

Tasks:

  1. Quantify current state thoroughly
  2. Create initial taxonomy (≥70% coverage)
  3. Document existing practices
  4. Identify top 3 automations

Example (Bootstrap-003):

  • Analyzed all 1,336 errors
  • Created 10-category taxonomy (79.1% coverage)
  • Documented 5 workflows, 5 patterns, 8 guidelines
  • Identified 3 tools preventing 23.7% errors
  • Result: V_meta(s₀) = 0.48 ✅

Time: Spend 3-5 hours here (saves 6-10 hours overall)

Iteration 1: High-Impact Automation (3-4 hours)

Tasks:

  1. Implement top 3 tools
  2. Expand taxonomy (≥90% coverage)
  3. Validate with data (if possible)
  4. Target: ΔV_instance = +0.20-0.30

Example (Bootstrap-003):

  • Built 3 tools (515 LOC, ~150-180 lines each)
  • Expanded taxonomy: 10 → 12 categories (92.3%)
  • Result: V_instance = 0.55 (+0.27) ✅

Iteration 2: Validate and Converge (3-4 hours)

Tasks:

  1. Test automation (real/historical data)
  2. Complete taxonomy (≥95% coverage)
  3. Check convergence:

- V_instance ≥ 0.80? - V_meta ≥ 0.80? - System stable?

Example (Bootstrap-003):

  • Validated 23.7% error prevention
  • Taxonomy: 95.4% coverage
  • Result: V_instance = 0.83, V_meta = 0.85 ✅ CONVERGED

Total time: 10-13 hours (3 iterations)


Anti-Patterns

1. Premature Convergence

Symptom: Declare convergence at iteration 2 with V ≈ 0.75

Problem: Rushed without meeting 0.80 threshold

Solution: Rapid convergence = 3-4 iterations (not 2). Respect quality threshold.

2. Scope Creep

Symptom: Adding categories/patterns in iterations 3-4

Problem: Poorly scoped domain

Solution: Tight scoping in README. If scope grows, re-plan or accept slower convergence.

3. Over-Engineering Automation

Symptom: Spending 8+ hours on complex tools

Problem: Complexity delays convergence

Solution: Keep tools simple (1-2 hours, 150-200 lines). Complex tools are iteration 3-4 work.

4. Unnecessary Multi-Context Validation

Symptom: Testing 3+ contexts despite obvious generalizability

Problem: Validation overhead delays convergence

Solution: Use judgment. Error recovery is universal. Test strategy may need multi-context.


Comparison Table

AspectStandardRapid
Iterations5-73-4
Duration20-30h10-15h
V_meta(s₀)0.00-0.300.40-0.60
DomainBroad/exploratoryFocused
ValidationMulti-context oftenDirect/retrospective
SpecializationLikely (1-3 agents)Often unnecessary
DiscoveryIncrementalMost patterns early
RiskScope creepPremature convergence

Key: Rapid convergence is about recognizing structural factors, not rushing.


Success Criteria

Rapid convergence pattern successfully applied when:

  1. Accurate prediction: Actual iterations within ±1 of predicted
  2. Quality maintained: V_instance ≥ 0.80, V_meta ≥ 0.80
  3. Time efficiency: Duration ≤50% of standard convergence
  4. Artifact completeness: Deliverables production-ready
  5. Reusability validated: ≥80% transferability achieved

Bootstrap-003 Validation:

  • ✅ Predicted: 3-4, Actual: 3
  • ✅ Quality: V_instance=0.83, V_meta=0.85
  • ✅ Efficiency: 10h (39% of Bootstrap-002's 25.5h)
  • ✅ Artifacts: 13 categories, 8 workflows, 3 tools
  • ✅ Reusability: 85-90%

Related Skills

Parent framework:

Complementary acceleration:

Supporting:


References

Core guide:

Examples:


Status: ✅ Validated | Bootstrap-003 | 40-60% time reduction | No quality sacrifice

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

OpenCode

30.64%
按下载量换算278

Claude Code

20.69%
按下载量换算187

windsurf

19.57%
按下载量换算177

Codex

12.63%
按下载量换算114

kiro-cli

7.46%
按下载量换算68

mcpjam

3.28%
按下载量换算30

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills