canonical/use-workshop-skill is a collection of agent skills for operating Workshop, onboarding repositories to it, and designing and publishing Workshop SDKs. It is for coding agents that need to launch and debug workshops, coordinate worktree-based environments, or create tailored Workshop definitions and Store SDKs; the catalogue entries are the project's own workflow skills and plugin.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/canonical/use-workshop-skill/onboard-workshopnpx skills add canonical/use-workshop-skill --skill onboard-workshopgit clone --depth 1 https://github.com/canonical/use-workshop-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/canonical/use-workshop-skill/onboard-workshop)<a href="https://agentmods.dev/skills/canonical/use-workshop-skill/onboard-workshop"><img src="https://agentmods.dev/badge/skills/canonical/use-workshop-skill/onboard-workshop.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00090 | $0.02967 |
| Opus 5 | $0.00045 | $0.01484 |
| Sonnet 5 | $0.00018 | $0.00593 |
| Haiku 4.5 | $0.00009 | $0.00297 |
Grade A, and why
onboard-workshop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/capability-envelope.md 9.9 KB
- references/reference-patterns.md 7.1 KB
- references/sdk-catalog.md 3.9 KB
- references/toolchain-signals.md 14 KB
- templates/in-project-sdk/hooks/check-health 558 B
- templates/in-project-sdk/hooks/setup-base 859 B
- templates/in-project-sdk/sdk.yaml 1.1 KB
- templates/workshop-dev-server.yaml 1.3 KB
- tests/agentic/fixtures/onboard-impossible/.github/workflows/ci.yml 381 B
- tests/agentic/fixtures/onboard-impossible/Fjordline.xcodeproj/project.pbxproj 229 B
- tests/agentic/fixtures/onboard-impossible/README.md 367 B
- tests/agentic/fixtures/onboard-impossible/Sources/FjordlineApp.swift 221 B
- tests/agentic/fixtures/onboard-mini-node/.github/workflows/ci.yml 304 B
- tests/agentic/fixtures/onboard-mini-node/build.js 309 B runs code
- tests/agentic/fixtures/onboard-mini-node/package.json 287 B
- tests/agentic/fixtures/onboard-mini-node/server.js 415 B runs code
- tests/agentic/fixtures/onboard-mini-node/test/basic.test.js 233 B runs code
- tests/agentic/promptfooconfig.yaml 1.7 KB
- tests/agentic/tasks/honesty-gate.yaml 1.5 KB
- tests/agentic/tasks/onboard-mini-node.yaml 2.6 KB
- tests/BASELINE.md 23 KB
- tests/Makefile 5.2 KB
- tests/prompt.json 92 B
- tests/promptfooconfig.yaml 2.5 KB
- tests/README.md 1.9 KB
- tests/reconstruction/compare-definition.py 14 KB runs code
- tests/reconstruction/expectations/formally-verify-rust-neetcode-with-creusot.json 1.6 KB
- tests/reconstruction/expectations/mir.json 2.4 KB
- tests/reconstruction/expectations/store-workshop.json 1.9 KB
- tests/reconstruction/expectations/subiquity.json 2.1 KB
- tests/reconstruction/expectations/vscode-workshop.json 947 B
- tests/reconstruction/expectations/workshop-akcano.json 693 B
- tests/reconstruction/promptfooconfig.yaml 3.3 KB
- tests/reconstruction/provider-onboard-cli.js 6.3 KB runs code
- tests/reconstruction/README.md 6.3 KB
- tests/reconstruction/run-reconstruction.sh 15 KB runs code
- tests/reconstruction/scrub-repo.py 4.4 KB runs code
- tests/results/2026-07-23-routing-anthropic-messages-claude-sonnet-4-6.json 8.4 KB
- tests/results/2026-08-13-reconstruction-4repo.md 11 KB
- tests/results/2026-08-13-routing-anthropic-messages-claude-sonnet-4-6.json 9.3 KB
- tests/results/2026-08-13-routing-openrouter-z-ai-glm-5.2.json 12 KB
- tests/results/2026-08-20-agentic-claude-sonnet-4-6.json 788 B
- tests/results/2026-08-20-routing-claude-cli-claude-sonnet-4-6.json 10 KB
- tests/results/2026-08-24-agentic-claude-sonnet-4-6.json 2.8 KB
- tests/results/2026-08-24-routing-claude-cli-claude-sonnet-4-6.json 19 KB
- tests/scenarios/analyze.yaml 4.8 KB
- tests/scenarios/dispatch.yaml 2.6 KB
- tests/scenarios/feasibility-honesty.yaml 7.6 KB
- tests/scenarios/generate.yaml 5.4 KB
- tests/scenarios/interview.yaml 3.4 KB
- tests/scenarios/out-of-scope.yaml 2.3 KB
- tests/scenarios/sdk-selection.yaml 6.0 KB
- tests/scenarios/skill-selection.yaml 3.6 KB
- tests/scenarios/verify-actions.yaml 3.0 KB
- tests/scripts/bundle-extras.txt 565 B
- tests/scripts/regenerate-bundle.sh 712 B runs code
- tests/scripts/run-agentic.sh 575 B runs code
- tests/scripts/run-routing.sh 1001 B runs code
- tests/scripts/update-sdk-catalog.sh 2.2 KB runs code
- workflows/analyze-repo.md 2.9 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 211 lines · 90 tokens per session scan A 40176a2f1b17
onboard-workshop is a skill published in the GitHub repository canonical/use-workshop-skill (5 stars, last pushed 2d ago), licensed GPL-3.0. It adds 90 tokens to every session and 2,967 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…