Skip to content

Add TanStack Intent skills for typography.js#312

Open
KyleAMathews wants to merge 1 commit intomasterfrom
add-intent-skills
Open

Add TanStack Intent skills for typography.js#312
KyleAMathews wants to merge 1 commit intomasterfrom
add-intent-skills

Conversation

@KyleAMathews
Copy link
Copy Markdown
Owner

Summary

  • Scaffolds 3 AI coding agent skills for the typography package using @tanstack/intent:
    • typography-core — deep conceptual coverage: vertical rhythm, modular scale, CSS generation pipeline, theme composition, plugin architecture
    • typography-setup — installation, client/server setup, React SSR, theme setup
    • typography-core/usage — full API guide: options, methods, themes, plugins, responsive typography, React components
  • Adds Intent CLI bin shim (bin/intent.mjs) and @tanstack/intent devDependency
  • Includes _artifacts/ from the scaffolding process (domain map, skill spec, skill tree)
  • Skills cross-reference each other as a semi-lattice for maximum discoverability

Test plan

  • npx @tanstack/intent validate packages/typography/skills passes
  • Verify skills load correctly when consumed by an AI coding agent
  • Spot-check that common typography.js tasks (setup, theme customization, SSR) produce correct guidance

🤖 Generated with Claude Code

Scaffold AI coding agent skills for the typography package using
@tanstack/intent. Three skills cover the full surface area:

- typography-core: Deep conceptual coverage of vertical rhythm, modular
  scale, CSS generation pipeline, theme composition, and plugin architecture
- typography-setup: Installation, client/server setup, React SSR, theme setup
- typography-core/usage: Full API guide with options, methods, themes,
  plugins, responsive typography, and React components

Also adds the Intent CLI bin shim and _artifacts from the scaffolding process.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant