Frontend · Global library
View Transition API Implementer
Implements smooth page transitions and element morphing using the View Transition API for native-feeling navigation experiences
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use View Transition API Implementer when you need to implements smooth page transitions and element morphing using the View Transition API for native-feeling navigation experiences, especially when the work is driven by view transition and document.startViewTransition.
Trigger signals
view transitiondocument.startViewTransitionpage transitionshared element
Validation hooks
view-transition-name-checkfallback-checkreduced-motion-check
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show view-transition-api-implementer
Use
orchestrator-mcp skills export view-transition-api-implementer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/view-transition-api-implementer ./your-agent-skills/view-transition-api-implementer
# or open skills/view-transition-api-implementer/SKILL.md in a markdown-first client
File patterns
*.tsx*.jsx*.js*.css
Model preferences
claude-sonnet-4gpt-4oclaude-haiku
Related skills
Adjacent packs to compose next.
Creates smooth, performant animations of CSS custom properties using @property to enable transitions on gradients, transforms, and complex values
CodexClaude Code
Creates immersive 3D experiences using CSS transforms, perspective, and transform-style for depth and dimension without JavaScript
CodexClaude Code
Creates fully accessible forms with proper labeling, error handling, validation announcements, and keyboard navigation for all users
CodexClaude Code