Agent skill · Content & Marketing

manage-local-skills

Analyze, standardize, validate, and sync locally maintained skills into agent skill directories with a `skills` CLI-aligned workflow. Use this skill when Codex needs to turn ad-hoc prompt or rules folders into reusable `SKILL.md`-based skills, install or sync one or more local skills from `./skills` into Claude, Cursor, CodeBuddy, Codex, or similar agent directories, or manage local skill path mappings and symlink or copy installation behavior.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill manage-local-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/manage-local-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Manage Local Skills Manage locally maintained skills as reusable, standard skill assets. ## What this skill does Use this skill to: - classify local sources as standard skills, non-standard skill-like folders, or mixed repositories - convert non-standard local materials into a standard `SKILL.md`-based structure - validate standard skill structure before installation - sync one or more local skills into one or more agent skill directories - maintain explicit agent and IDE path mappings for local skill installation ## Do not use this skill for - publishing remote skills registries or package indexes - cloning skills from remote repositories - interactive marketplace search - generic documentation cleanup unrelated to local skill structure ## Workflow 1. Identify whether the user wants analysis only, migration, validation, mapping changes, or installation. 2. If the source is not obviously standard, read `references/source-classification.md` and run `scripts/inspect-source.mjs` first. 3. If migration is needed, read `references/migration-playbook.md` and convert the source into a standard skill folder before installation. 4. Before mounting a skill, read `references/cli-alignment.m

What's inside
Steps it walks through
  1. What this skill does
  2. Do not use this skill for
  3. Workflow
  4. Common requests
  5. Routing
  6. Operating rules
  7. Quick commands
  8. Minimum self-check
Ships with 11 files
  • references/cli-alignment.md
  • references/install-workflow.md
  • references/mapping-extension.md
  • references/migration-playbook.md
  • references/source-classification.md
  • scripts/inspect-source.mjs
  • scripts/install-skill.mjs
  • scripts/lib/agent-mappings.mjs
  • scripts/lib/install-model.mjs
  • scripts/lib/path-safety.mjs
  • scripts/validate-skill.mjs
Commands it runs
node skills/manage-local-skills/scripts/inspect-source.mjs --input <path> --json
node skills/manage-local-skills/scripts/validate-skill.mjs --skill-dir <path>
node skills/manage-local-skills/scripts/install-skill.mjs --source-dir skills --skill <name> --agent cursor --scope project --mode symlink
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the manage-local-skills skill do?

Analyze, standardize, validate, and sync locally maintained skills into agent skill directories with a `skills` CLI-aligned workflow. Use this skill when Codex needs to turn ad-hoc prompt or rules folders into reusable `SKILL.md`-based skills, install or sync one or more local skills from `./skills` into Claude, Cursor, CodeBuddy, Codex, or similar agent directories, or manage local skill path mappings and symlink or copy installation behavior.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill manage-local-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going