What problem does it solve?
Creating and maintaining Claude Code plugins can be complex, requiring adherence to specific structures, metadata, and best practices. This Skill streamlines the entire plugin development lifecycle, ensuring your plugins are well-formed, easily discoverable, and compliant with Tenzir's standards.
Core Features & Use Cases
- Plugin Structure Guidance: Instantly get the correct directory layout and file organization for commands, skills, hooks, and subagents.
- Automated Metadata & Versioning: Generate and validate
plugin.json and marketplace.json entries, and ensure consistent SemVer for all plugin updates.
- Best Practices Enforcement: Access clear guidelines for developing robust slash commands, hooks, and autonomous subagents, avoiding common pitfalls.
- Use Case: You need to create a new Claude Code plugin. Instead of manually looking up documentation for
plugin.json structure, README.md templates, and marketplace registration, you can use this Skill to generate or validate these components, ensuring compliance and saving significant development time.
Quick Start
Use the managing-plugins skill to get the required structure for a new Claude Code plugin, including the README template.