A collection of Agent Skills for Lynx
npx skills add https://github.com/lynx-community/skills --skill lynx-devtoolInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A 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 themainbranch, not thereleasebranch.
See CONTRIBUTING.md for development setup, project structure, and guidelines on creating new skills and plugins.
Thanks to: