Create, configure, and maintain custom agent profiles and author new skills via the repl tool. Use when the user wants to create an agent profile, build a custom agent, modify agent capabilities, attach or detach skills/connectors on a profile, author a skill, or inspect which connectors and tools are available. Also use whenever you need the host.agents.* or host.skills.* Python SDK.
$npx -y skills add jimliu/science-skills --skill customizeInstalls into the current project.
Run `npx skills use "https://github.com/jimliu/science-skills" --skill "jimliu/science-skills/customize"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jimliu/science-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jimliu/science-skills"` and select the relevant skills, then follow their instructions.