Week 10: Build Your Own (skills, agents, plugins)#14
Merged
Conversation
Capstone session: the six building blocks (skill, agent, command, hook, MCP, plugin), two-question decision framework, building a skill with /skill-development, fork-and-own research-skills, graduation close. Includes README, outline/slide-plan, 23-slide presentation.json, 20 SVGs, and blog post. Browser-tested (23 slides, fragment animations, all icons load); figure-qa reviewed.
- Define ERP, CI, HBN, MCP on first use in the session README. - Correct the plugin manifest path to .claude-plugin/plugin.json (and marketplace.json) in README and blog. - Replace HTML entity arrows with plain -> in the /skill-development callout for consistency. - Slide-plan: distinguish the 1,500-2,000 word target from the ~5,000 cap; use a concrete install example in the verify note.
Member
Author
/review-pr summary (Sonnet, parallel)Ran code-reviewer + comment-analyzer on Sonnet. (silent-failure-hunter, type-design-analyzer, pr-test-analyzer are N/A here: no executable code, types, error handling, or tests.) No critical issues. All verifiable claims checked out against the real sources: seven plugins, the seven Fixed in c6317d3
Acknowledged, no change
|
The typos GitHub Action pulls the latest typos dictionary, which now flags pre-existing intentional strings in earlier weeks (mis-scoped, PNGs, browseable). Allowlist them in .typos.toml so the whole-repo scan passes; no week content changed.
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.
Week 10: Build Your Own -- Skills, Agents, and the Researcher's Plugin
The capstone session. Names the six building blocks (skill, agent, command, hook, MCP server, plugin), gives a two-question framework for picking the right one, walks through building a skill with
/skill-development, and shows how to forkresearch-skillsand make it your own. Closes the course loop: the HBN shot-change analysis becomes a reusable skill. Tool user in, tool builder out.Added
sessions/week-10/README.md-- learning objectives, outline, key concepts (graduation framing)presentations/week-10/--outline.md,slide-plan.md,presentation.json(23 slides, fragment animations)assets/icons/-- 20 hand-crafted SVGs (consistent tool-type legend: skill=green, agent=purple, command=teal, hook=amber, MCP=red, plugin=blue)blog/week-10-building-plugins.md-- companion guideTested