Context Course documentation

Quiz 1: Plugin Fundamentals

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

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.json tells 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