publish-skill

Publish and port skills to a claude-hacks marketplace repository.

34|6|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/mahidalhan/claude-hacks --skill publish-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-skill
Source: https://github.com/mahidalhan/claude-hacks/tree/main/skills/publish-skill/skills/publish-skill
Command: npx skills add https://github.com/mahidalhan/claude-hacks --skill publish-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates publishing and porting a skill from a project to the claude-hacks marketplace repository, streamlining discovery and distribution across projects.

Core Features & Use Cases

  • Automates copying the skill into the marketplace structure.
  • Updates marketplace configuration and handles version bumps.
  • Commits and pushes changes to the marketplace repository for distribution.

Quick Start

Publish your skill to the marketplace from within your project directory.

Frequently Asked Questions about publish-skill

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

FAQPage Schema
How do I publish a skill to a marketplace repository?

To publish a skill to a marketplace, this automation copies your skill source path into the marketplace structure, updates the marketplace.json configuration, performs version bumps, and commits changes to the Git repository for distribution.

What is the process for porting a skill across projects using Git?

Porting a skill across projects involves updating the marketplace configuration file, applying version bumps to the skill source, and pushing the committed changes to the local Git repository to streamline project distribution.

Do I need a local Git repository to automate skill distribution?

Yes, automating skill distribution requires access to a local Git repository, the marketplace.json file, and the skill's source path to successfully perform version bumps and push commits.

Can I automate version bumps and marketplace configuration updates for my skill?

Yes, you can automate version bumps and marketplace configuration updates. The process reads the skill's source path, modifies the marketplace.json file, and commits the versioning changes directly to the repository.

What's the best way to distribute a skill to a marketplace from a project directory?

The best way to distribute a skill is using automation that copies the source files, updates the marketplace.json configuration, handles version bumps, and pushes the changes to the marketplace Git repository.

Why does publishing a skill require updating the marketplace.json file?

Publishing a skill requires updating the marketplace.json file because it serves as the central marketplace configuration, ensuring the repository correctly registers the ported skill source path and applies the necessary version bumps.