build-loop:capabilities
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
帮助维持工具选择上限,优化调度效率
这个 Skill 做什么
为编排器在每阶段生成≤8条候选能力的短名单策略
给编排器挑选能力时把候选项压缩到不超过8个的短名单,方便 Phase 1 Assess 阶段快速决策。用在内部能力分发与工具选择的环节,不对最终用户调用。特别之处是结合插件面、触发器权重做降级与合并,避免工具过多导致选择效率低下。
▸ 展开 SKILL.md 英文原文
Invoked by Phase 1 Assess to populate `state.json.activeCapabilities[<phase>]` with ≤8 relevant entries via plugin-surface collapse + trigger-aware demotion. Keeps the orchestrator below the empirical tool-selection ceiling. Not user-callable; orchestrator-internal.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/capabilities/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/capabilities/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Capability shortlist Anthropic's Tool Search guidance recommends <=8 candidates per dispatch. The build-loop repo currently exposes ~112 surfaces (20 agents + 34 skills + 14 commands + 5 hooks + ~39 scripts) and no build-loop MCP server. Without filtering, the orchestrator chooses from a haystack on every phase. This skill is a deterministic, structured matcher: **(phase, intent text) → ≤8 capability entries**, drawn from the registry written by `scripts/build_capability_registry.py`. ## Inputs | Input | Type | Required | Notes | |---|---|---|
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有