bymultica-ai· 11 skills
Use when a user provides a skill URL, slug, or clear intent to import/install a specific skill into the current Multica workspace. Teaches the workspace import API/CLI path (POST /api/skills/import), the supported URL source families, --on-conflict fail|overwrite|rename|skip behavior and structured import results, additive agent binding vs replace-all, and the reserved SKILL.md supporting-file rule. Do not use it to decide which skill the user needs, and never treat an external local installer like npx skills add as the final Multica install.
$npx -y skills add multica-ai/multica --skill multica-skill-importingInstalls into the current project.
Run `npx skills use "https://github.com/multica-ai/multica" --skill "multica-ai/multica/multica-skill-importing"` 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/multica-ai/multica" that are relevant to the current task. Run `npx skills add "https://github.com/multica-ai/multica"` and select the relevant skills, then follow their instructions.