BF story-setup
网文写作工具集基础设施部署与检查。为 Claude Code / OpenCode / Codex / Google Antigravity / ZCode / OpenClaw / Reasonix 提供内置适配;Web AI / 通用 Agent 可走 skills + AGENTS.md 文件模式。触发方式:/story-setup、$story-setup、「准备写书」「帮我搭一下环境」「配置写作项目」「检查写作环境」。
网文写作工具集基础设施部署与检查。为 Claude Code / OpenCode / Codex / Google Antigravity / ZCode / OpenClaw / Reasonix 提供内置适配;Web AI / 通用 Agent 可走 skills + AGENTS.md…
As a process F 37/100 · Will not run — References files that are not bundled: references/diagnostics.md, scripts/merge-claude-settings.py, scripts/merge-codex-hooks.py
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 10748 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: references/diagnostics.md - warning
missing-refreference to a missing file: scripts/merge-claude-settings.py - warning
missing-refreference to a missing file: scripts/merge-codex-hooks.py - warning
missing-refreference to a missing file: scripts/merge-antigravity-hooks.py - warning
missing-refreference to a missing file: scripts/generate-antigravity-agents.mjs - warning
missing-refreference to a missing file: scripts/deploy-antigravity-skills.py - warning
missing-refreference to a missing file: scripts/copy-path-safety.py - warning
missing-refreference to a missing file: references/opencode/agents/ - warning
missing-refreference to a missing file: scripts/generate-codex-agents.py - warning
missing-refreference to a missing file: references/codex/hooks/hooks.json - warning
missing-refreference to a missing file: references/zcode/commands/*.md - warning
missing-refreference to a missing file: references/zcode/hooks/story_zcode_hook.js - warning
missing-refreference to a missing file: references/zcode/hooks/story_hook_core.js - warning
missing-refreference to a missing file: references/zcode/config.json.patch - warning
missing-refreference to a missing file: references/zcode/AGENTS.md.tmpl - warning
missing-refreference to a missing file: references/templates/hooks/lib/sentinel.sh
Process rating: all ten parameters 37/100
- 0Tools and files. 16 referenced file(s) missing: references/diagnostics.md, scripts/merge-claude-settings.py, scripts/merge-codex-hooks.py
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Execution cost. Instruction body is 10748 tokens: crowds the task out of the window
- 50Failures and branches. 0 branches, has a failure section
- 100Steps. 187 steps
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- low 10 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (3 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 216: enough signal without eating the budget
- +4Structure: 30 headings
- +3Step-by-step instructions: 187 items
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 50.