Skip to main content
GitHub repository

zajal-skills

zajal-skills contains 7 collected skills from zajalist, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
0
updated
2026-06-06
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

lens-studio-assets-and-fbx
software-developers

Use when importing or wiring assets in Lens Studio via MCP — textures (PNG), 3D models (FBX/GLB), materials and their texture slots, PBR base/normal slots, duplicating/moving assets, and pulling private files off Google Drive into the project.

2026-06-06
lens-studio-custom-shaders
software-developers

Use when writing custom shaders in Lens Studio via MCP — Custom Code (GLSL-like) graph nodes, port declarations, surface/system inputs, animating without a Time node, masking faces, and script-settable graph parameters. Includes why graph wiring is GUI-only.

2026-06-06
lens-studio-networking
software-developers

Use when a Lens / Spectacles lens talks to an external backend via InternetModule.fetch — the Preview is device-only and throws synchronously, `Request` isn't a runtime constructor, and microphone + network APIs are mutually exclusive. Includes the companion-app pattern for voice without an on-device mic.

2026-06-06
lens-studio-preview-verify
software-quality-assurance-analysts-and-testers

Use when running, previewing, and verifying a Lens Studio project edited over MCP — applying scene edits to the running lens, screenshotting the preview, checking that TypeScript compiled, and working around log/compile timeouts. Includes the "no Save tool" reality.

2026-06-06
lens-studio-ui-building
software-developers

Use when building spatial UI in Lens Studio via MCP — cards, buttons, text, icons, images. Covers text sizing, the whitespace-background trap, plane orientation, readable labels, textured/rounded image planes, and renderOrder layering.

2026-06-06
lens-studio-mcp-editing
software-developers

Use when editing a Lens Studio scene through the MCP server — setting properties, wiring component/asset references, attaching scripts, or navigating the scene graph. Covers the component-by-component rule, the reference "{}" echo, and script attachment.

2026-06-05
lens-studio-sik-interactivity
software-developers

Use when making Lens Studio objects respond to Spectacles hands (pinch/poke/tap) via the Spectacles Interaction Kit — adding Collider + Interactable in code, wiring events, hover/press feedback, and a screen-navigation state machine. Includes the "enable the SIK root" gotcha.

2026-06-05