skill-management

Audit and standardize Codex skill directories for public-safe publication.

2|1|Updated May 7, 2026
One-click install
npx skills add https://github.com/shenmuxing/EtaSkill --skill skill-management-shenmuxing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-management
Source: https://github.com/shenmuxing/EtaSkill/tree/main/skill-management
Command: npx skills add https://github.com/shenmuxing/EtaSkill --skill skill-management-shenmuxing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It helps turn local or candidate workflows into reusable Codex skills by inventorying them, normalizing their structure, and checking whether they are ready for public-safe publication.

Core Features & Use Cases

  • Skill Auditing: Inspect skill folders, metadata, and referenced resources to understand what a skill does.
  • Standardization and Migration: Normalize folder shape, frontmatter, and behavior so skills fit the repository’s public contract.
  • Publication Planning: Decide whether a skill belongs in skill-management, publication-review, or skill-examples before release.
  • Validation Support: Confirm required metadata, optional resources, and reusable-skill conventions before publication.
  • Use Case: A maintainer imports a personal workflow and uses this skill to convert it into a public-safe, testable package.

Quick Start

Ask the skill to review a candidate Codex skill folder and tell you whether it needs standardization, migration, or publication review.

Frequently Asked Questions about skill-management

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

FAQPage Schema
How do I standardize a local Codex skill folder for public release?

To standardize a Codex skill for public release, audit the skill folder, normalize its folder shape and frontmatter, and validate required metadata to ensure it meets the repository's public-safe publication contract.

What does validating Codex skill metadata involve before publication?

Validating Codex skill metadata involves strict frontmatter checks, confirming required metadata fields, verifying referenced resources, and reviewing reusable-skill conventions to ensure publication readiness.

How do I migrate a personal workflow into a reusable Codex skill?

Migrating a personal workflow into a reusable Codex skill requires inventorying local folders, normalizing the structure and behavior, and applying publication-readiness reviews to convert it into a testable package.

When do I need publication-readiness review for a Codex skill?

You need publication-readiness review when converting local or candidate workflows into reusable Codex skills to confirm they meet public-safe standards, correct lifecycle paths, and structural conventions before release.

Can I use skill management to choose the correct lifecycle path for a Codex skill?

Yes, skill management helps decide the correct lifecycle path by determining whether a skill belongs in skill-management, publication-review, or skill-examples before public release.

What are the limitations of folder-shape normalization for Codex skills?

Folder-shape normalization standardizes directory structure and frontmatter but does not alter skill logic or behavior, meaning internal processing errors or missing resources must be resolved before validation.