skillsman-manage
Installation
SKILL.md
Skillsman Manage
Overview
Manage project skills through Skillsman scenarios and the local skillsman CLI.
Use this skill as the single lifecycle entrypoint for project-level skills:
inspect, initialize, add, remove, update, snapshot, apply, migrate, and diagnose.
Do not copy skill contents manually, do not install global skills, and do not
call npx skills directly. Skillsman delegates real installation and removal
to npx skills.
Workflow
- Identify the target project path:
- Use the current working directory unless the user gives a project path.
- Refuse to modify the Skillsman repository itself unless the user explicitly asks for self-install behavior.