tencentcloudbase/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 https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill manage-local-skills
Manage locally maintained skills as reusable, standard skill assets.
Use this skill to:
SKILL.md-based structurereferences/source-classification.md and run scripts/inspect-source.mjs first.references/migration-playbook.md and convert the source into a standard skill folder before installation.references/cli-alignment.md and references/install-workflow.md to preserve the source-first install model used in this repo.scripts/validate-skill.mjs before and after installation when structure or path correctness is in doubt.references/mapping-extension.md before adding or changing mappings../skills to Codex and CodeBuddy."| Task | Read | Script |
| --- | --- | --- |
| Understand how this differs from or aligns with skills CLI | references/cli-alignment.md | |
| Classify local sources and detect migration candidates | references/source-classification.md | scripts/inspect-source.mjs |
| Convert non-standard local folders into standard skills | references/migration-playbook.md | scripts/inspect-source.mjs |
| Install or mount local skills into agent directories | references/install-workflow.md | scripts/install-skill.mjs |
| Add or update agent mappings | references/mapping-extension.md | scripts/install-skill.mjs |
| Validate structure or installation results | references/install-workflow.md | scripts/validate-skill.mjs |
skills CLI installation semantics as the baseline, but follow this repo's source-first project install model for locally maintained skills.symlink mode, keep skills/ as the single maintained source of truth and expose .agents entries as links instead of extra copies.project means the current workspace, global means the user-level agent directory.skills CLI.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
standard, nonstandard, or mixed?symlink mode was requested, does the installed .agents entry resolve back to the maintained source?skills CLI, did you state the difference clearly?Take tencentcloudbase/manage-local-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.