Create new Cebian skills, edit or improve existing ones, scaffold multi-file skill packages, and validate them against the agentskills.io specification. Use when the user wants to author, refactor, or debug a skill (including questions like "why isn't my skill firing"), declare metadata.permissions for scripts that call chrome.* APIs or inject code into pages, or rewrite a description for better trigger accuracy.
$npx -y skills add maotoumao/cebian --skill skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/maotoumao/cebian" --skill "maotoumao/cebian/skill-creator"` 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/maotoumao/cebian" that are relevant to the current task. Run `npx skills add "https://github.com/maotoumao/cebian"` and select the relevant skills, then follow their instructions.