agentsclimarketplace

Skm extract agent skill pack

Skill weiox/skm/skills/skm-extract-agent-skill-pack

Agent Skill Manager — discover, install, link, and upgrade skills for Claude Code & Codex.

Install
npx -y skills add weiox/skm --skill skm-extract-agent-skill-pack

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when a set of local skills should be split out from an existing source tree into a standalone skill-pack repository skeleton, while keeping the original skills in place until the new repository is reviewed and reconnected through `vendor`.

SKILL.md

2.1 KB, as published. Nobody here has run it

Extract Agent Skill Pack

Overview

This skill takes one or more existing local skills and extracts them into a standalone repository skeleton.

The first version is intentionally copy-first:

  • it creates the new pack
  • it does not delete the source skills
  • it generates a checklist for the follow-up release and vendor reconnect steps

When to Use

Use this skill when:

  • a group of local skills has become coherent enough to deserve its own repo
  • you want to split skills out of a larger local source tree
  • you want a safer first step before publishing or reconnecting through vendor

Do not use this skill to import an external repo. Use skm-install-linked-agent-skills for that.

Core Rule

Extract first, delete later.

The safe sequence is:

  1. copy selected skills into a new repo skeleton
  2. review the new pack
  3. run skm-release-agent-skill-pack
  4. reconnect the released repo through vendor
  5. only then remove the original local copies

Command

bash ~/.skm/skills/skm-extract-agent-skill-pack/scripts/skm-extract-agent-skill-pack.sh \
  <source-root> <target-repo> <skill-name...>

Example:

bash ~/.skm/skills/skm-extract-agent-skill-pack/scripts/skm-extract-agent-skill-pack.sh \
  ~/.skm/personal \
  ~/tmp/my-skill-pack \
  alpha-skill beta-skill

What It Produces

The script creates:

  • README.md
  • skills/<skill-name>/SKILL.md
  • .git/
  • EXTRACT-CHECKLIST.md

Common Mistakes

  • moving source skills too early
  • extracting unrelated skills into one pack
  • forgetting to run skm-release-agent-skill-pack before publishing
  • forgetting to reconnect the new repo through vendor

Completion Checklist

  1. target repo skeleton exists
  2. selected skills are copied into skills/
  3. original source skills still exist
  4. EXTRACT-CHECKLIST.md is generated

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.