New Skills#446
Conversation
|
Please fix: 🟡 Stale / Broken Link Gotcha: PR #446 removes src/SKILL.md (298 lines removed), but skills/README.md (line 12: "for the full SDK overview see ../src/SKILL.md") and skills/xb-core/SKILL.md (line 17: "Full overview: ../../src/SKILL.md") still point to it. Actionable Fix Note: Update skills/README.md and skills/xb-core/SKILL.md to remove or redirect these stale src/SKILL.md references (e.g., pointing to src/xrblocks.ts and docs/docs/manual/Intro.mdx) so agents do not hit file-not-found errors when seeking the full SDK overview. |
Fixed. |
Cleaned up some old documentation artifacts and added a few new action skills.
xb-build-app- Builds a complete XR Blocks app and brings it to a testable state in the desktop simulator or on an XR device.xb-add-interactions- Adds hands, controllers, gaze, gestures, grabbing, dragging, manipulation, and physics-driven interactions.xb-add-spatial-ui- Creates spatial menus, cards, dashboards, HUDs, labels, and controls, prioritizing UIBlocks.xb-add-world-sensing- Adds depth, occlusion, planes, scene meshes, object recognition, human sensing, segmentation, and scene context.xb-add-ai- Adds AI queries, realtime sessions, multimodal input, image generation, and tool-driven AI behavior.xb-automate-app- Exposes bounded app controls and observations for browser agents, remote processes, and external automation.xb-contribute-sdk- Implements SDK changes across source code, public APIs, lifecycle wiring, tests, examples, documentation, and skills.New skills place more emphasis on correctness up to testing, then leaving testing to the user prioritizing a more controlled initial generation loop. Bit more definition on small stuff like importmaps and config setup thats more defined rather than sifting thru all the current skills. Also better definition of UI blocks usage and current XR Blocks best practices.
New skills also add the codex openai.yamls.