🚀
AutomationPython

Skill Publisher

by joeseesun

Skill Publisher is an Automation skill for Claude Code, published by joeseesun in qiaomu-skill-publisher.

35 stars4 forkson joeseesun/qiaomu-skill-publisherAdded 2026/07/16+3% in starsRepository updated 2026/06/11
Install in seconds
Install Skill Publisher
Copy Skill Publisher into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/joeseesun/qiaomu-skill-publisher ~/.claude/skills/qiaomu-skill-publisher

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/joeseesun/qiaomu-skill-publisher.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in joeseesun/qiaomu-skill-publisher
Installs to
~/.claude/skills/qiaomu-skill-publisher
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Skill Publisher does

Automates publishing agent skills to GitHub with SKILL.md validation, README generation and quality checks, repo creation, and real installation verification via npx skills.

Skill Publisher is cataloged under Automation on DirSkills.

Documentation

README

Skill Publisher

一键将 agent skill 发布到 GitHub,自动完成验证、README 质量检查、补全、推送和真实安装验证。

前置条件

  • gh CLI 已安装且已登录(gh auth status
  • Skill 目录包含有效的 SKILL.md(含 YAML frontmatter name + description
  • 优先使用 /Users/joe/.agents/skills/<name> 作为正式源目录;.codex / .claude 可作为兼容入口。

发布流程

当用户要求发布 skill 时,运行发布脚本:

python3 ~/.agents/skills/qiaomu-skill-publisher/scripts/publish_skill.py <skill_dir>

确定 skill 目录

  • 如果用户说"发布这个 skill"且当前在某个 skill 目录 → 用当前目录
  • 如果用户指定了 skill 名称 → 优先在 ~/.agents/skills/ 下查找
  • 如果不确定 → 问用户要发布哪个 skill

脚本自动完成的步骤

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skill Publisher

  • How does Skill Publisher compare to other Automation skills?

    Skill Publisher ranks #2156 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Publisher against them. Open each page to compare what they document and how they install.