You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address PR review: style block, resources, alt text
- Append the inline <style> block (.embed-container, .slide-hint, .figure-diagram) so embeds and figures render styled, matching every other week page.
- Add a ## Resources section (course materials, building-your-own links, Discord).
- Expand 'API' to 'application programming interface (API)' in the mcp-wire figure alt text.
- Resync the slides bundle week-10.json with the corrected deck (plain -> arrows).
Copy file name to clipboardExpand all lines: courses/agentic-research/week-10.md
+65-1Lines changed: 65 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ From this course: `scientific-figure` is a skill you use directly; `figure-qa` i
84
84
85
85
A skill teaches Claude *how to do* something with tools it already has. An **MCP server** gives Claude *new tools* by wiring it to an external system. You used one all course: `matlab-mcp` is what let Claude drive MATLAB and EEGLAB.
86
86
87
-
{ .figure-diagram }
87
+
{ .figure-diagram }
88
88
89
89
!!! note "The test"
90
90
If the job needs the outside world (a program, a database, an application programming interface, a browser), it is an MCP server, not a skill.
@@ -239,3 +239,67 @@ What is next:
239
239
- Help the next cohort. You now know the whole pipeline.
240
240
241
241
You arrived a tool user. You leave a tool builder. Thank you for ten weeks.
Copy file name to clipboardExpand all lines: courses/slides/agentic-research/week-10/week-10.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@
399
399
{
400
400
"type": "callout",
401
401
"calloutType": "tip",
402
-
"content": "Understand → plan → scaffold → write → validate → iterate. **Steps 4-6 loop until it triggers cleanly.** It ships in the official `plugin-dev` plugin.",
402
+
"content": "Understand -> plan -> scaffold -> write -> validate -> iterate. **Steps 4-6 loop until it triggers cleanly.** It ships in the official `plugin-dev` plugin.",
0 commit comments