Snap Inc.
Official@snapchat
Snap Inc. is a camera company.
Agent Skills by Snap Inc.
Showing 9 vetted skills indexed across 1 GitHub repositories.
valdi-mock-breakdown
Generates Valdi TSX components from screenshots or design mocks.
valdi-perf
Diagnose and fix re-render, layout, and threading performance issues in Valdi TypeScript components.
valdi-tsx
Enforces correct Valdi TSX component patterns and prevents React API misuse.
valdi-mock-iterate
Compares design mocks against rendered Valdi screenshots and produces structured visual fix feedback.
valdi-profile
Captures CPU profiles from running Valdi apps via the Hermes debug protocol.
valdi-migrate
Convert Flutter, React, and Jetpack Compose components into Valdi TypeScript components.
valdi-animations
Implements imperative animations for Valdi component attributes and state changes.
valdi-pr-review
Reviews Valdi pull requests for regression risk, gating, thread safety, and platform parity.
valdi-inspect
Inspect live Valdi app render trees and memory usage via DebuggerService.
Frequently Asked Questions About Snap Inc.
FAQPage SchemaWhat specific tasks does valdi-inspect enable for developers?▼
The utility enables real-time inspection of application render trees and granular monitoring of memory usage. It allows engineers to pinpoint structural bottlenecks and resource consumption issues directly within the Valdi environment, facilitating precise performance tuning and state management during the development lifecycle.
Which engineering personas benefit from using valdi-inspect?▼
Frontend engineers, performance specialists, and systems architects working within the Valdi ecosystem are the primary users. It is designed for developers tasked with optimizing application responsiveness and ensuring memory stability in complex, high-frequency render environments.
What are the prerequisites for running valdi-inspect?▼
Deployment requires an active Valdi application environment and access to the DebuggerService interface. Users must ensure their build configuration includes the necessary debug symbols and that the environment permits connection to the internal diagnostic hooks provided by the service.