Remap Lynx main-thread.js runtime errors' function_id:pc_index to original source positions using debug-info.json in rspeedy/rsbuild projects for precise debugging.
npx claudepluginhub lynx-community/skills --plugin lynx-debugA collection of Agent skills for Lynx.
ReactLynx best practices covering patterns writing dual-threaded React code with ReactLynx. Provides rules reference for writing, static analysis for reviewing, and auto-fix for refactoring.
Use when:
Rules covered:
| Rule | Impact | Description |
|---|---|---|
detect-background-only | Critical | Native APIs in background contexts |
proper-event-handlers | Medium | Correct event handler usage |
main-thread-scripts-guide | Medium | Main thread scripts guide |
hoist-static-jsx | Low | Performance optimization |
Remap Lynx main-thread runtime error positions to original source code locations using debug info.
Use when:
function_id:pc_index formatAnalyze Lynx performance traces (.ptrace files) to identify bottlenecks in rendering pipelines.
Use when:
Interact with Lynx DevTool to inspect and debug Lynx applications via the CLI. Supports sending CDP commands, App commands, opening URLs, reading console logs, listing sources, and taking screenshots on connected devices.
Use when:
npx skills add lynx-community/skills
[!IMPORTANT] Pull requests must target the
mainbranch, not thereleasebranch.
See CONTRIBUTING.md for development setup, project structure, and guidelines on creating new skills and plugins.
Thanks to:
ReactLynx Development Assistant Agent
Share bugs, ideas, or general feedback.
Inspect React component trees, read props/state/hooks, and profile render performance from the terminal
Web performance auditing skill for Core Web Vitals, Lighthouse scores, render-blocking resources, and accessibility.
Vercel tool for rendering and interacting with Next.js applications in browser context within Claude.
Mobile app debugging for iOS, Android, cross-platform frameworks. Use for crashes, memory leaks, performance issues, network problems, or encountering Xcode instruments, Android Profiler, React Native debugger, native bridge errors.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer