Skill Feedback: meta-framework (good)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.9k
- Forks
- 266
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 55
Description
Skill Feedback: meta-framework
Package: @tanstack/db
Skill version: 0.5.30
Rating: good
Task
Integrate TanStack DB collections (via Durable Streams StreamDB) into a TanStack Start route with reactive queries.
What Worked
- The meta-framework skill clearly documents the
ssr: falserequirement useLiveQuerywith the query builder API worked correctly once the Collection deduplication issue was resolved- The
collection.preload()pattern in route loaders worked well - react-db skill's examples for
useLiveQuerywith dependency arrays were accurate
What Failed
Nothing in the TanStack DB skills themselves failed. The issues were in the upstream @durable-streams/state package resolution.
Missing
- Cross-library Collection deduplication guidance — When third-party packages (like
@durable-streams/state) create Collections using their own resolved@tanstack/db, theinstanceofcheck inuseLiveQueryfails. The meta-framework or collection-setup skill could mention this pitfall and the Viteresolve.aliasworkaround for packages that don't properly declare@tanstack/dbas a peerDependency.
Self-Corrections
- Added
ssr: falseafter SSR error — should have loaded meta-framework skill before writing the route
User Comments
- The agent should have loaded the meta-framework skill proactively before writing route code, since the intent-skills mapping in CLAUDE.md pointed to it
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the meta-framework and collection-setup skill guidance, along with the intent-skills mapping in CLAUDE.md. Reproduce the cross-library Collection setup with @durable-streams/state and Vite's resolve.alias, then document the instanceof failure, the @tanstack/db peerDependency requirement, and the workaround so the guidance covers the ssr: false and useLiveQuery patterns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100