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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 this skill does
- Do not use this skill for
- Workflow
- Common requests
- Routing
- Operating rules
- Quick commands
- Minimum self-check
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
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.
