Leaderboard/Skill Creation/qiaomu-meta-skill
Last commit on August 4, 2026·Created on May 20, 2026

joeseesun/qiaomu-meta-skill

Transforms workflows, SOPs, and runbooks into standardized agent skill packages.
Combined rank
#576
across all skills
In Skill Creation
#18
category rank
Stars
380
0.0% in last 7d
Forks
61
+3.4% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a structured pipeline for AI agent builders to convert raw prompts, transcripts, and documentation into reusable skill packages. It manages the entire lifecycle from initial synthesis and evaluation to versioned releases and governed publication.

By enforcing a self-contained publication path that forbids direct default-branch pushes, it ensures that team-shared infrastructure remains stable and verifiable.

WHO IT'S FOR
AI agent / automation builders
turn workflows and SOPs into reusable skills
AI platform / DevEx teams
govern and standardize agent skill publication
AI quality / evaluation engineers
evaluate trigger boundaries and output contracts
Technical leads / architects
design scalable agent skill infrastructures
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install qiaomu-meta-skill with npx

Installs: The qiaomu-meta-skill repository skill package

  1. Run this command in a terminal:

    npx skills add joeseesun/qiaomu-meta-skill
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Scaffold a reusable skill from an existing workflow

Uses qiaomu-meta-skill

  • Replace [path to a prompt, SOP, transcript, document, runbook, script, or notes] with the path to your source material, or provide that material directly.
Use qiaomu-meta-skill in Scaffold mode to turn [path to a prompt, SOP, transcript, document, runbook, script, or notes] into a reusable skill package. Start by proposing its scope, trigger boundaries, and minimum useful files. Do not publish it or open a pull request.
SKILL.md · Checked Sep 18, 2026