A GitHub-friendly source repository for maintaining t3d skills, syncing them into local runtime mirrors, and validating them with prompt-driven example outputs.
skills/ is the source of truth. Use npm install to install t3d, edit the skill sources, then run npm run sync:skills to mirror them into .agents/skills/ for local testing.
To develop t3d projects with these skills, prefer npm-based t3d usage so imports, addon resolution, and local package source stay aligned; the skills work best when the agent can read the installed npm package source directly. For the best results, use a newer, stronger model when available.