intent meta lists bundled meta-skills or prints one meta-skill file.
npx @tanstack/intent@latest meta
npx @tanstack/intent@latest meta <name>
<name> is a meta-skill directory under node_modules/@tanstack/intent/meta/
Rejected values: any name containing .., /, or \\
Without <name>:
- one line per meta-skill
- name + description from frontmatter
- description is normalized and truncated to 60 characters
With <name>:
- Markdown from meta/<name>/SKILL.md
- relative links within the package resolve from the caller's directory, using absolute paths when needed
- reference files remain separate and are read only when their linked procedure is needed
- Meta directory not found
- Invalid <name> format
- Unknown <name> (message suggests running npx @tanstack/intent meta)
- Read failure for target SKILL.md