bootstrap_project
Initializes a project workspace for skills management: creates .agents/skills, loads personal skills and config, uses global cache, installs missing skills, and tracks version metadata.
Instructions
Automatically bootstrap a new or existing project workspace by setting up .agents/skills, loading personal skill collection & project config, using global cache, installing missing skills, and updating version metadata tracker (.agents/skills-manager.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | No | Optional explicit path to a skills.config.json file. | |
| projectPath | No | Path to the target project workspace directory. AI agents should pass the user's currently active project workspace directory path here. |