skill-plugin-architect

Reorganize skill directories into plugin-command-hooks architecture with migration plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps turn a messy collection of standalone skills into a structured Skill 2.0 architecture so they are easier to organize, reuse, and maintain.

Core Features & Use Cases

  • Skill Clustering: Scans a global skills library and groups related skills by domain.
  • Plugin Planning: Recommends plugin folders, command workflows, and hook automation for each cluster.
  • Safe Migration: Prepares a staged upgrade path with backup-first execution so files are not moved until the plan is confirmed.
  • Use Case: A user with dozens of scattered skills can ask for a full reorganization plan and get a tree of plugins, commands, hooks, and migration steps.

Quick Start

Ask the skill to analyze my skills directory and propose a plugin, command, and hooks upgrade plan.

Frequently Asked Questions about skill-plugin-architect

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

FAQPage Schema
How do I reorganize scattered skills into a structured plugin architecture?

To reorganize scattered skills into a plugin architecture, the system scans your local skill metadata, groups related skills by domain, and generates a plan with plugin folders, command workflows, and hook skeletons for structured maintenance.

What is the best way to group related skills into a clustered plugin system?

The best way to group related skills into a clustered plugin system is by scanning your global skills library to identify domain clusters, then recommending dedicated plugin folders and command workflows for each specific group.

How do I safely migrate local skill libraries without losing files?

To safely migrate local skill libraries, the system prepares a staged upgrade path with backup-first execution, ensuring files are not moved until the entire migration plan and plugin structure are explicitly confirmed.

Can I automate command workflows and lifecycle hooks for my skill clusters?

Yes, you can automate command workflows and lifecycle hooks for your skill clusters. The reorganization process generates plugin.json, command, and automated hook skeletons to streamline workflow composition directly within your local skill library.

Do I need specific dependencies to plan a skill migration to a plugin-command-hooks architecture?

No specific dependencies are required to plan a skill migration to a plugin-command-hooks architecture. The process applies to local skill libraries and relies solely on scanning existing skill metadata to generate the necessary migration steps and plugin skeletons.