Skip to content

fix: @tanstack/intent skill discovery and consolidate skills, website improvements#10

Merged
ericallam merged 6 commits intomainfrom
fix/skill-discovery
Mar 10, 2026
Merged

fix: @tanstack/intent skill discovery and consolidate skills, website improvements#10
ericallam merged 6 commits intomainfrom
fix/skill-discovery

Conversation

@ericallam
Copy link
Member

Summary

  • The @tanstack/intent walker only recurses into directories containing a SKILL.md. The skills/agentcrumbs/ namespace directory had none, so consumers saw 0 skills after npx @tanstack/intent@latest list
  • Add a top-level agentcrumbs SKILL.md that covers workflow, core API, markers, CLI quick reference, and pointers to CLI help/docs/types for deeper discovery
  • Remove 5 granular sub-skills (core, cli, scopes-and-context, sessions-and-tags, testing) — consolidated into the top-level skill
  • Keep agentcrumbs/init as a separate action skill
  • Add prepublishOnly script to validate skills before every publish
  • Add CLAUDE.md with changeset and skill validation guidelines

Test plan

  • cd packages/agentcrumbs && npx @tanstack/intent@latest validate passes
  • Pack locally, install in a temp project, npx @tanstack/intent@latest list shows 2 skills
  • npx @tanstack/intent@latest install outputs the mapping prompt referencing both skills

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
@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentcrumbs-docs Ready Ready Preview, Comment Mar 10, 2026 2:04pm

Request Review

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.
@ericallam ericallam changed the title fix: fix @tanstack/intent skill discovery and consolidate skills fix: @tanstack/intent skill discovery and consolidate skills, website improvements Mar 10, 2026
@ericallam ericallam marked this pull request as ready for review March 10, 2026 14:04
@ericallam ericallam merged commit 448c2fa into main Mar 10, 2026
2 checks passed
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.

2 participants