Create new skills for the lovstudio ecosystem as independent GitHub repos at lovstudio/{name}-skill. The lovstudio/dev-skills repository is a generated aggregate mirror and is never the source of truth. The workflow also sets up local symlinks for immediate use and registers the skill in the appropriate index (skills.yaml + README.md). Lovstudio conventions: Agent Skills-compatible lovstudio-{name} frontmatter, mandatory README.md per skill, depends_on frontmatter for required skill-level dependencies, AskUserQuestion interactive flow, standalone Python CLI scripts with argparse, CJK text handling, and a portable user configuration layer for local paths and brand settings. Use when the user wants to create a new skill, add a skill to the lovstudio ecosystem, scaffold a skill, or mentions "新建skill", "创建skill", "封装成skill", "new skill", "add skill", "scaffold skill", "生成skill".
$npx -y skills add lovstudio/dev-skills --skill skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/lovstudio/dev-skills" --skill "lovstudio/dev-skills/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/lovstudio/dev-skills" that are relevant to the current task. Run `npx skills add "https://github.com/lovstudio/dev-skills"` and select the relevant skills, then follow their instructions.