TanStack

105 mods across 5 repositories, 34k stars between them.

devtools-production

97

TanStack/devtools

Skill Claude CodeCodex

Handle devtools in production vs development. removeDevtoolsOnBuild, devDependency vs regular dependency, conditional imports, NoOp plugin variants for tree-shaking, non-Vite production exclusion patterns.

493 2d ago A 43 tokens original MIT

TanStack/devtools

Skill Claude CodeCodex

Two-way event patterns between devtools panel and application. App-to-devtools observation, devtools-to-app commands, time-travel debugging with snapshots and revert. structuredClone for snapshot safety, distinct event suffixes for observation vs commands, serializable payloads only.

493 2d ago A 59 tokens original MIT

TanStack/devtools

Skill Claude CodeCodex

Create typed EventClient for a library. Define event maps with typed payloads, pluginId auto-prepend namespacing, emit()/on()/onAll()/onAllPluginEvents() API. Connection lifecycle (5 retries, 300ms), event queuing, enabled/disabled state, SSR fallbacks, singleton pattern. Unique pluginId requirement to avoid event…

493 2d ago A 79 tokens original MIT

TanStack/devtools

Skill Claude CodeCodex

Analyze library codebase for critical architecture and debugging points, add strategic event emissions. Identify middleware boundaries, state transitions, lifecycle hooks. Consolidate events (1 not 15), debounce high-frequency updates, DRY shared payload fields, guard emit() for production. Transparent server/client…

493 2d ago A 64 tokens original MIT

TanStack/intent

Skill Claude CodeCodex

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…

327 2d ago A 83 tokens original MIT

skill-generate

102

TanStack/intent

Skill Claude CodeCodex

Generate a complete SKILL.md file for a library from source documentation and skill tree artifacts. Activate when bootstrapping skills for a new library, regenerating a stale skill after source changes, or producing a skill from a skilltree.yaml entry. Takes a skill name, description, and source docs as inputs…

327 2d ago A 80 tokens original MIT

skill-staleness-check

103

TanStack/intent

Skill Claude CodeCodex

Evaluate intent skills for staleness when source files change in upstream TanStack package repos. Matches changed files against metadata.sources, evaluates whether diffs affect documented behavior, rewrites stale skills using skill-generate, checks cross-skill references, and opens PRs. Silent when nothing needs…

327 2d ago A 65 tokens original MIT

skill-tree-generator

104

TanStack/intent

Skill Claude CodeCodex

Generate, update, and version a complete skill tree (collection of SKILL.md files) for any JavaScript or TypeScript library. Produces core skills (framework-agnostic) and framework skills (React, Solid, Vue bindings) with dependency linking. Activate when producing skill files from a domain map, updating existing…

327 2d ago A 97 tokens original MIT

core

105

TanStack/intent

Skill Claude CodeCodex

Core skill for integration testing.

327 2d ago A 7 tokens original MIT