fix: @tanstack/intent skill discovery and consolidate skills, website improvements#10
Merged
fix: @tanstack/intent skill discovery and consolidate skills, website improvements#10
Conversation
The intent walker only recurses into directories that contain a SKILL.md. The skills/agentcrumbs/ namespace directory had no SKILL.md, so consumers saw 0 skills after installing. - Add top-level agentcrumbs SKILL.md covering workflow, core API, markers, CLI reference, and pointers to further discovery - Remove granular sub-skills (core, cli, scopes, sessions, testing) - Keep agentcrumbs/init as a separate action skill - Add prepublishOnly validation via @tanstack/intent validate - Add CLAUDE.md with changeset and skill validation guidelines
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Remove references to old granular skills (core, cli, scopes-and-context, sessions-and-tags, testing) and replace with the two-skill setup: agentcrumbs (top-level) and agentcrumbs/init.
nicktrn
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@tanstack/intentwalker only recurses into directories containing aSKILL.md. Theskills/agentcrumbs/namespace directory had none, so consumers saw 0 skills afternpx @tanstack/intent@latest listagentcrumbsSKILL.md that covers workflow, core API, markers, CLI quick reference, and pointers to CLI help/docs/types for deeper discoveryagentcrumbs/initas a separate action skillprepublishOnlyscript to validate skills before every publishCLAUDE.mdwith changeset and skill validation guidelinesTest plan
cd packages/agentcrumbs && npx @tanstack/intent@latest validatepassesnpx @tanstack/intent@latest listshows 2 skillsnpx @tanstack/intent@latest installoutputs the mapping prompt referencing both skills