skill-plugin-architect

Migrate scattered Claude skills to the standardized 2.0 plugin architecture.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/allSkills --skill skill-plugin-architect-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-plugin-architect
Source: https://github.com/SpaceZephyr/allSkills/tree/main/skill-plugin-architect
Command: npx skills add https://github.com/SpaceZephyr/allSkills --skill skill-plugin-architect-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing dozens or hundreds of scattered custom Claude skills stored in ~/.claude/skills/ is disorganized, makes it hard to reuse skills, chain workflows, and follow modern Anthropic Skill 2.0 standards, leading to wasted time and duplicated effort.

Core Features & Use Cases

  • Automated Skill Scanning & Clustering: Scans your global skill library and groups skills by domain (writing, design, PM, etc.) automatically.
  • Safe Migration Planning: Generates a complete 2.0 plugin architecture plan (with plugins, commands, hooks) for your full confirmation before making any file changes, with no risk of data loss.
  • End-to-End Safe Execution: Runs the migration with automatic timestamped backups, moves skills to plugin directories, generates plugin.json, command and hook skeletons, and maintains backward compatibility with symlinks to original skill paths.
  • Use Case: If you have 50+ unorganized Claude skills for content creation, design, and product management, this skill will reorganize them into structured, reusable plugin packs with one-click workflow commands and automated lifecycle hooks, no manual file management required.

Quick Start

Use the skill-plugin-architect skill to scan your ~/.claude/skills/ directory, cluster your existing skills by domain, and generate a complete 2.0 plugin architecture migration plan for your review before making any file changes.

Frequently Asked Questions about skill-plugin-architect

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

FAQPage Schema
How do I migrate scattered Claude skills to the Skill 2.0 plugin architecture?

To migrate Claude skills to the Skill 2.0 plugin architecture, scan your ~/.claude/skills/ directory to group skills by domain, generate a migration plan with plugin.json configurations, and execute safe file migration with backups and symlinks.

What is the best way to organize a large library of custom Claude skills?

Organizing large Claude skill libraries is best handled by domain clustering, grouping scattered skills into structured plugin packs with reusable workflow commands and automated lifecycle hooks based on the Skill 2.0 standard.

Do I need a backup before migrating skills to the 2.0 plugin structure?

A backup is automatically generated during skill migration. The process creates timestamped backups before moving files to plugin directories and maintains backward compatibility with symlinks to original skill paths, preventing data loss.

Can I review the plugin migration plan before any files are moved?

You can review the complete plugin migration plan before any file changes occur. The tool generates cluster configurations, plugin.json files, and command skeletons for your full confirmation, ensuring a safe and controlled migration.

Does migrating to Skill 2.0 break existing workflow commands and skill paths?

Migrating to Skill 2.0 does not break existing skill paths because the execution maintains backward compatibility using symlinks. This ensures your existing workflow commands continue to resolve correctly after the files are moved.

When should I automate skill clustering for Claude workflow automation?

You should automate skill clustering when your ~/.claude/skills/ directory becomes disorganized, making it hard to reuse skills and chain workflows. It groups skills by domain to generate structured plugin packs for streamlined workflow automation.