โ† Exam Hub
ยง7 of the Capability Exam

Skills Matched

17 drills โ€” each canonical skill prompt should fire the right skill. Confirm via the '๐ŸŽฏ Skills matched' chip in the chat UI.

Important: Always-on skills (agent-conduct, conversation-lifecycle) load every turn and won't appear as matched. coding-examples and memory-learning are merged stubs marked load:never โ€” they must never appear in the chip. Known co-loads: docx-advanced always pulls docx (7.3), pdf may pull preprocess-pdf (7.4), theme-factory may pull canvas-design (7.6), reasoning-planning may pull tool-integration (7.9), handoff may pull memory-protocol and wiki (7.17). The intended skill should appear first.
7.1
pptx
Create a PowerPoint pitch deck with 5 slides about the Nimbus service.
โœ… pptx skill fires.
7.2
xlsx
Open the spreadsheet in my downloads and add a column with computed totals.
โœ… xlsx skill fires.
7.3
docx-advanced
I need to edit an existing Word document โ€” add tracked changes and a comment.
โœ… docx-advanced (+ docx) fires.
7.4
pdf
Merge these two PDF files and add a watermark to every page.
โœ… pdf skill fires.
7.5
canvas-design
Design a minimal poster as a PNG using good visual design philosophy.
โœ… canvas-design skill fires.
7.6
theme-factory
Build a styled React dashboard landing page with a custom color theme.
โœ… theme-factory skill fires.
7.7
doc-coauthoring
Help me co-author a design doc / technical spec for the pricing API.
โœ… doc-coauthoring skill fires.
7.8
prompt-optimizer
I have a rough half-formed idea โ€” help me structure this into a proper prompt.
โœ… prompt-optimizer skill fires.
7.9
reasoning-planning
This is a complex multi-step task with dependencies โ€” plan first, then execute.
โœ… reasoning-planning skill fires.
7.10
coding-standards
Review this Go code for naming conventions and error handling style.
โœ… coding-standards skill fires.
7.11
skill-creator
I want to create a new skill from scratch and run an eval to benchmark it.
โœ… skill-creator skill fires.
7.12
mcp-builder
Guide me on building MCP servers to integrate external services and APIs using the MCP SDK.
โœ… mcp-builder skill fires.
7.13
webapp-testing
Run a Playwright browser test and screenshot the app's frontend.
โœ… webapp-testing skill fires.
7.14
memory-protocol
Save this as a preference and remember my correction for future context.
โœ… memory-protocol skill fires.
7.15
codegraph
Find where a function is defined and what calls it in this indexed repo.
โœ… codegraph skill fires.
7.16
tool-integration
Chain these two tool calls with a retry and fallback on failure.
โœ… tool-integration skill fires.
7.17
handoff
The context window is filling up โ€” do a handoff so a fresh agent can continue.
โœ… handoff skill fires.
Back to Exam Hub & Scorecard