skill-packager

Package modules into the Sx-Claude-Skills format with SKILL.md and catalog entries.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sultanxgokce/Sx-Claude-Skills --skill skill-packager-sultanxgokce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-packager
Source: https://github.com/sultanxgokce/Sx-Claude-Skills/tree/main/skill-packager
Command: npx skills add https://github.com/sultanxgokce/Sx-Claude-Skills --skill skill-packager-sultanxgokce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates packaging a module into the Sx-Claude-Skills portable skill format by generating SKILL.md frontmatter, scaffolding templates, updating catalog.json, and preparing for GitHub push and Nexus publication.

Core Features & Use Cases

  • Automates generation of standardized SKILL.md frontmatter and project scaffolding (templates) for new skills.
  • Updates the global catalog.json entry and initializes Nexus publication workflow.
  • Prepares a ready-to-publish package that can be pushed to GitHub and registered in Nexus for distribution.

Quick Start

Invoke the skill-packager on your target module to generate SKILL.md, templates, changelog, and Nexus-ready artifacts.

Frequently Asked Questions about skill-packager

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

FAQPage Schema
How do I package a module into the Sx-Claude-Skills format?

To package a module into the Sx-Claude-Skills format, invoke the skill-packager on your target module to automatically generate SKILL.md frontmatter, templates, changelog, and Nexus-ready artifacts.

What does standardizing skill creation with SKILL.md frontmatter involve?

Standardizing skill creation involves enforcing frontmatter structure and adhering to repository conventions to output ready-to-publish artifacts, ensuring consistent module packaging across the catalog.

Can I automatically update catalog.json and prepare Nexus publication artifacts?

Yes, you can automatically update the global catalog.json entry and initialize the Nexus publication workflow to prepare a ready-to-publish package for GitHub distribution.

Do I need any specific dependencies to scaffold templates and generate a changelog?

No specific dependencies are required to scaffold templates and generate a changelog. The skill-packager analyzes your target module directly to produce these artifacts.

What is the best way to prepare a module for GitHub push and Nexus publication?

The best way to prepare a module for GitHub push and Nexus publication is to use an automated packager that enforces repository conventions and outputs ready-to-publish artifacts.