Skip to content

feat: restore the asset-transformer-toolkit skill for toolkit 4.0 - #79

Merged
ziyiunity merged 1 commit into
mainfrom
feat/restore-asset-transformer-toolkit
Sep 24, 2026
Merged

ziyiunity merged 1 commit into
mainfrom
feat/restore-asset-transformer-toolkit

Conversation

@ziyiunity

Copy link
Copy Markdown
Contributor

What

Restores the asset-transformer-toolkit skill, which was pulled before launch because the API it relies on (ATTAssistantUtilities) wasn't available outside the AI Assistant package. Asset Transformer Toolkit 4.0.0 is now released and that API ships in a regular assembly, so the skill works with any coding agent.

Changes

  • Skill content is the same as the pre-launch version, already adapted for coding agents (plain C# run in a live Editor rather than an Assistant-specific command wrapper).
  • New "Before you start" section: the agent reads the resolved com.unity.industry.toolkit version first. Not installed: explain it's needed and stop, without adding it to the manifest. Below 4.0.0: report the version and ask before upgrading, with no fallback to older APIs or reflection. required_packages stays in the frontmatter, but agents don't enforce it, so the check has to be in the body.
  • Description shortened to 248 characters, in line with the description budget work in docs(skills): shorten and front-load the skill descriptions #75.

Verify

npm install --no-save js-yaml@4
node scripts/check-skill-frontmatter.mjs skills

@ziyiunity
ziyiunity requested a review from a team as a code owner September 23, 2026 14:54
@ziyiunity
ziyiunity merged commit 56b0b2c into main Sep 24, 2026
4 checks passed
@ziyiunity
ziyiunity deleted the feat/restore-asset-transformer-toolkit branch September 24, 2026 18:35
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.

3 participants