Context Course documentation
Quiz 1: Plugin Fundamentals
0. Welcome to the Context Course
1. Skills: Portable Knowledge for Code Agents
2. MCP: The Model Context Protocol
3. Plugins: Bundling Tools for Distribution
Unit 3: PluginsPlugin AnatomyBuilding Your Own PluginQuiz 1: Plugin FundamentalsUsing PluginsQuiz 2: Building and Distributing Plugins
4. Subagents: Orchestrating Multi-Agent Workflows
5. Hooks: Observing and Guarding the Agent Lifecycle
6. Bonus: Nano Harness — Build Your Own Agent
Quiz 1: Plugin Fundamentals
Test your understanding of plugins, their anatomy, and how they differ across platforms.
Question 1: What is a plugin?
Question 2: What does plugin.json do?
Question 3: How do manifest-first plugins differ by platform?
Question 4: How do skills and MCP servers fit inside a plugin?
Question 5: What can a Codex plugin reference?
Summary
If you got 4-5 correct, you have a solid grasp of plugin anatomy. If you missed several, reread the introduction and anatomy lessons before moving on.
Key Takeaways
- Plugins are a packaging surface, not the same thing as a skill or an MCP server
- Claude Code and Codex use manifest-first plugins, while OpenCode uses code-first modules
- On manifest-first platforms,
plugin.jsontells the agent where bundled components live
Next Steps
Next, use plugins in a real workflow and see how installation and activation differ by platform.
Update on GitHub