TToken Kits

Updating

Token Kits improves pack/token-kit.md over time. Refresh anytime — you do not need to buy again.

Refresh command

From your project root:

npx github:mattmerrick/cursorthings pack --force

Default IDE is Cursor. To target another editor:

npx github:mattmerrick/cursorthings pack --force --ide windsurf
npx github:mattmerrick/cursorthings pack --force --ide claude
npx github:mattmerrick/cursorthings pack --force --ide copilot

--force overwrites the previous Token Kits file for that IDE path.

What gets updated

  • Source of truth: pack/token-kit.md on GitHub
  • Your IDE-specific copy (.cursor/rules/token-kit.mdc, .windsurfrules, etc.)

What does not get overwritten

Project files you created yourself (app code, your own rules, notes) are left alone. Only the Token Kits install path for the selected IDE is rewritten.

When to refresh

  • After we announce pack improvements
  • If your install feels out of date vs the homepage peeks
  • When switching machines — install fresh, then --force later as needed

Related