BF cargo
Router for the Cargo CLI skill bundle — load first for anything Cargo, and whenever a task spans two Cargo domains. Explains what each skill owns, declarative workspace-as-code (cargo-cdk) vs the imperative CLI, the UUID and slug flow between skills, async polling of runs and batches, end-to-end use cases, and the gotchas that fail silently (`conjonction` spelling, run vs batch, model-uuid vs segment-uuid). Triggers: "set up Cargo", "what can Cargo do", "which Cargo skill", "bootstrap my workspace", "I have a Cargo account", "cargo-ai …", or any `cargo-ai` command whose domain you are unsure of. Skip when: the task obviously belongs to one skill — load that skill directly.
Router for the Cargo CLI skill bundle — load first for anything Cargo, and whenever a task spans two Cargo domains.
As a process F 55/100 · Will not run — References files that are not bundled: ../cargo-quickstart/SKILL.md, ../README.md, ../cargo-cdk/SKILL.md
How to improve
- 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: 9. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 14754 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: ../cargo-quickstart/SKILL.md - warning
missing-refreference to a missing file: ../README.md - warning
missing-refreference to a missing file: ../cargo-cdk/SKILL.md - warning
missing-refreference to a missing file: ../cargo-gtm/SKILL.md - warning
missing-refreference to a missing file: ../cargo-orchestration/SKILL.md - warning
missing-refreference to a missing file: ../cargo-analytics/SKILL.md - warning
missing-refreference to a missing file: ../cargo-billing/SKILL.md - warning
missing-refreference to a missing file: ../cargo-diagnostics/SKILL.md - warning
missing-refreference to a missing file: ../cargo-observability/SKILL.md - warning
missing-refreference to a missing file: ../cargo-storage/SKILL.md - warning
missing-refreference to a missing file: ../cargo-segmentation/SKILL.md - warning
missing-refreference to a missing file: ../cargo-connection/SKILL.md - warning
missing-refreference to a missing file: ../cargo-ai/SKILL.md - warning
missing-refreference to a missing file: ../cargo-content/SKILL.md - warning
missing-refreference to a missing file: ../cargo-context/SKILL.md - warning
missing-refreference to a missing file: ../cargo-hosting/SKILL.md - warning
missing-refreference to a missing file: ../cargo-mailbox-management/SKILL.md - warning
missing-refreference to a missing file: ../cargo-workspace-management/SKILL.md - warning
missing-refreference to a missing file: ../cargo-mcp/SKILL.md - warning
missing-refreference to a missing file: ../cargo-gtm/references/cost-discipline.md - warning
missing-refreference to a missing file: ../cargo-gtm/references/credits-cost-table.md - warning
missing-refreference to a missing file: ../cargo-context/references/examples/bootstrap-from-domain.md - warning
missing-refreference to a missing file: ../cargo-context/references/examples/lifecycle.md - warning
missing-refreference to a missing file: ../cargo-cdk/references/cookbooks.md - warning
missing-refreference to a missing file: references/node-diagram.md - warning
missing-refreference to a missing file: references/scopes-and-thresholds.md - note
frontmatter-keyunknown frontmatter key "homepage" - note
edit-residuethe text marks something as outdated (lines 625): check that old rules are not kept next to new ones — the full check reads the text for contradictions
Process rating: all ten parameters 55/100
- 0Tools and files. 26 referenced file(s) missing: ../cargo-quickstart/SKILL.md, ../README.md, ../cargo-cdk/SKILL.md
- 0Result and completion. Does not say what the result is
- 40Execution cost. Instruction body is 14754 tokens: crowds the task out of the window
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 124 steps, 3 vague phrases
- 100Failures and branches. 4 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (27 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
- +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
- +5Description quotes 6 example trigger phrases
- +3Description length 681: enough signal without eating the budget
- +4Structure: 37 headings
- +3Step-by-step instructions: 124 items
- +4Has examples (12 code blocks)
- +4Reference files are cited in the instructions (6 of 6)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.