A collection of Agent skills for Lynx.
- reactlynx-best-practices: ReactLynx dual-thread best practices, static analysis, and auto-fixes.
- lynx-check-css-support: Check Lynx CSS property and feature support by backend and Lynx version.
- lynx-debug-info-remapping: Remap
function_id:pc_indexruntime errors to original source positions withdebug-info.json. - lynx-devtool: Inspect and debug Lynx apps through DevTool CLI, CDP/App commands, console logs, sources, and screenshots.
- lynx-trace-analysis: Analyze Lynx traces to diagnose loading, rendering, smoothness, and native module performance issues.
- lynx-trace-record: Record Lynx performance traces from connected clients for later analysis.
- lynx-typescript: Configure and fix common Lynx TypeScript issues around environment setup, events, components, and ReactLynx.
- lynx-ui: Use lynx-ui component references for component selection, props, examples, and usage troubleshooting.
npx skills add lynx-community/skillsImportant
Pull requests must target the main branch, not the release branch.
See CONTRIBUTING.md for development setup, project structure, and guidelines on creating new skills and plugins.
Thanks to:
- Anthropic Skills for creating the Agent Skills standard and providing excellent skill examples that inspired this project's structure and patterns.
- Vercel React Best Practices for inspiring the rule-based skill structure and providing comprehensive React performance optimization guidelines for the web ecosystem.
- Vercel Skills CLI for providing the open agent skills CLI that helps distribute skills across coding agents.