ivan-magdaivan-magdaCommunityยท1 Agent Skills Included

claude-code-plugin-template

Scaffold, validate, and distribute Claude Code plugins

Scaffolds new Claude Code plugins with commands, skills, agents, and hooks using ready-made slash commands. Validates plugin structure and manifests automatically, catching silent failures before release. Ships with a marketplace template, CI/CD workflows, and documentation so teams can publish and distribute plugins without boilerplate setup.
npx skills add ivan-magda/claude-code-plugin-template --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-plugin-template?โ–ผ

Run `npx skills add ivan-magda/claude-code-plugin-template --all -g -y` in your terminal to install all skills in this suite globally.

How to create a Claude Code plugin quickly?โ–ผ

Use the included scaffolding commands like /plugin-development:init to generate the full plugin structure, then add commands, skills, or hooks with dedicated add commands.

How to validate a Claude Code plugin before release?โ–ผ

Run /plugin-development:validate to check your manifest, directory structure, and common mistakes, or let the included GitHub Actions workflow validate every push automatically.

Can I distribute plugins to my whole team?โ–ผ

Yes. The template includes a marketplace.json configuration and team settings so members automatically install your marketplace when they trust the project folder.

Do I need plugin development experience to use this template?โ–ผ

No. The plugin-authoring skill guides you through schemas, naming rules, and common mistakes, while the hello-world example shows a minimal working plugin you can copy.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’