plugin-management

Manage Claude Code plugin lifecycles in the Puerto marketplace.

3|1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/bandofai/puerto --skill plugin-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-management
Source: https://github.com/bandofai/puerto/tree/main/.claude/skills/plugin-management
Command: npx skills add https://github.com/bandofai/puerto --skill plugin-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complete lifecycle management for Claude Code plugins in the Puerto marketplace, reducing publication friction, ensuring consistency, and speeding up plugin delivery.

Core Features & Use Cases

  • Create: Generate complete plugin structures with intelligent pattern learning.
  • Modify: Update existing plugins while preserving architectural consistency.
  • Validate: Check plugin compliance with Puerto standards using a standardized validation script.
  • Tune: Optimize plugin configurations (model selection, tool permissions) for reliability.
  • Document: Auto-generate comprehensive READMEs for new plugins.

Quick Start

Run the plugin-management skill to create a new Puerto plugin named 'example-plugin' with default version 1.0.0.

Frequently Asked Questions about plugin-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new Claude Code plugin for the Puerto marketplace?

Plugin creation generates complete plugin structures with intelligent pattern learning from similar plugins. Run the plugin-management Skill to scaffold a new plugin with default versioning, directory layout, and naming compliance, then customize the agent and skill definitions for your use case.

What validation does Puerto require for plugins before publishing?

Puerto validation enforces naming formats, version semantics, and structural compliance using standardized validation scripts. Plugin-management runs these checks automatically, verifying your plugin meets Skills-First and Validation-First principles before catalog submission.

Can I auto-generate documentation for my Puerto plugin?

Yes, plugin-management auto-generates comprehensive READMEs during plugin creation, extracting metadata from your agent and skill definitions to produce consistent, marketplace-ready documentation without manual writing.

How do I modify an existing plugin while keeping it consistent?

Plugin-management updates existing plugins while preserving architectural consistency by validating changes against Puerto standards and enforcing the same naming, versioning, and structural rules applied at creation.

What's the best way to optimize plugin performance in Puerto?

Plugin-management includes tuning for model selection and tool permissions, allowing you to adjust configurations for reliability. After tuning, validation scripts verify the optimized plugin still meets Puerto compliance standards.

Does plugin-management handle catalog updates automatically?

Yes, plugin-management automates catalog updates after creating or modifying plugins, eliminating manual publication steps and ensuring your plugin appears in the Puerto marketplace with current metadata.