install_skill
Install a skill by copying its directory (SKILL.md and supporting files) into the target workspace, defaulting to .agent/skills/<skill_name>, making it available to the AI agent.
Instructions
Copies an entire skill directory (including SKILL.md and any supporting files) to the target workspace. By default, installs to .agent/skills/<skill_name> in the current working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Name of the skill to install | |
| target_path | No | Destination path within current workspace. Defaults to .agent/skills/<skill_name>. Must be within the current working directory for security. |