Summary
- Fixed the custom ecosystem preset flow so it no longer jumps to OpenCode community plugins before component selection.
- Added TUI flow matrix tests with golden snapshots for preset and custom post-component navigation.
- Made installed skill descriptions Claude Code friendly: single-line, trigger-preserving, and capped at 160 chars.
- Hardened skill frontmatter tests and updated
skill-creatorguidance so future skills preserve trigger value within Claude's skill-listing budget.
Validation
go test -count=1 ./...go vet ./...git diff --checkgo build ./...