[workshop-diagrams] Add theme-aware explanatory diagram for skill injection strategies - #3145
Merged
Merged
Conversation
Adds a light/dark SVG pair illustrating how a SKILL.md convention flows through the hint, fusion, and inline strategies into the workflow prompt, and references it from step 29 with a theme-aware <picture> block. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Step 29 (Teach Your Agent Domain Knowledge with Skills) explained the hint/fusion/inline skill injection strategies only in prose bullet points. This adds a conceptual diagram to make the concept easier to learn.
workshop/29-skills-and-domain-knowledge.md(added a theme-aware<picture>block right after the strategy bullets; no other prose was touched)image_count: 0in the diagram state), so this creates a brand-new diagram rather than migrating oneworkshop/images/29-skill-injection-strategies-light.svgworkshop/images/29-skill-injection-strategies-dark.svgWhy this helps learners
The step asks learners to choose between three skill injection strategies (hint, fusion, inline) based on scope and context budget, but that relationship was only described in bullet text. The diagram shows the shared
SKILL.mdsource flowing through all three strategies into the workflow prompt the agent reads, with a numbered left-to-right reading order (1 → 2 → 3) so the flow is clear even without color.QA performed
node scripts/check-svg-visual-language.jsagainst both new files — no violations<picture>block:colorScheme: "light"→ confirmedcurrentSrcends with-light.svgcolorScheme: "dark"→ confirmedcurrentSrcends with-dark.svgWarning
Firewall blocked 6 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comregistry.npmjs.orgwww.google.comwww.gstatic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.