Analyze library documentation and source code, then interview maintainers to discover capability domains and task-focused skills for AI coding agents. Activate when creating skills for a new library, organizing existing documentation into skill categories, or when a maintainer wants help deciding how to structure their library's agent-facing knowledge. Produces a domain_map.yaml and skill_spec.md that feed directly into the skill-tree-generator skill.
$npx -y skills add tanstack/intent --skill domain-discoveryInstalls into the current project.
Run `npx skills use "https://github.com/tanstack/intent" --skill "tanstack/intent/domain-discovery"` 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/tanstack/intent" that are relevant to the current task. Run `npx skills add "https://github.com/tanstack/intent"` and select the relevant skills, then follow their instructions.