Create a new IWE skill with proper frontmatter, gates, scaffold and verification. Use when the pilot says: /skill-creator or «создай скилл <name>». The skill enforces WP Gate precondition, Routing Gate, IntegrationGate hard-check, collects parameters in 4 short steps, generates a scaffold SKILL.md from a template, shows a draft, writes files, and reminds about verify-skill.sh.
$npx -y skills add tserentserenov/fmt-exocortex-template --skill skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/tserentserenov/fmt-exocortex-template" --skill "tserentserenov/fmt-exocortex-template/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/tserentserenov/fmt-exocortex-template" that are relevant to the current task. Run `npx skills add "https://github.com/tserentserenov/fmt-exocortex-template"` and select the relevant skills, then follow their instructions.