Lesson 17 of 24
17- Master Claude AI Plugins: Bundle Skills, Subagents & Commands for Ultimate Automation
About this lesson
In this lesson of the Agentic AI Course, Abdul Wahab explores the most advanced component of the Claude ecosystem: Plugins. A Plugin is essentially a "bundle" or package that combines everything we have learned so far—Skills, Subagents, Hooks, and MCP servers—into a single, cohesive workflow to handle complex, professional tasks . Key Highlights of This Tutorial: What are Claude Plugins? Understand how Plugins act as a complete "package" for specific workflows, such as competitive analysis or database management, where multiple AI components need to work together . Custom Slash Commands: Discover how to create your own terminal triggers (like /code-review or /task-update) by setting up a commands/ folder with Markdown files. These commands allow you to run complex prompts and backend logic instantly . Plugin Architecture & plugin.json: A deep dive into the technical structure of a plugin. Learn how to manage the manifest file, which includes the version, description, author details, and declarations for associated skills and hooks . The Claude Marketplace: Learn how to explore and install pre-built plugins from the marketplace, such as "Test Generator" or "Code Reviewer," directly into your environment . Real-World Case Study: Watch the step-by-step planning of a Social Media Competitive Analysis Plugin. This includes using MCPs to fetch Facebook Ad Library data and using specialized skills to analyze marketing hooks and CTAs . Installation Scopes: Understand the difference between installing plugins at the User Scope (available globally) versus the Project Scope (specific to one folder) . By the end of this video, you will move beyond individual AI components and learn how to architect full-scale AI applications by bundling your expertise into reusable plugins. Homework: Explore the Claude Plugin Marketplace or create a basic plugin structure in a .claude/plugins folder that includes at least one custom command and a specialized skill