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.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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 symlinkstandard, 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?3dcff8b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.