Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/en/ai/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"type": "file",
"name": "skills/trace-analysis.mdx"
},
{
"type": "file",
"name": "skills/trace-record.mdx"
},
{
"type": "file",
"name": "skills/debug-info-remapping.mdx"
Expand Down
6 changes: 3 additions & 3 deletions docs/en/ai/skills/trace-analysis.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# trace-analysis
# lynx-trace-analysis

Enables agents to analyze Lynx performance traces, identifying bottlenecks in template loading, JS App loading, cross-thread calls, and rendering pipelines.
Specializes in analyzing Lynx trace data to diagnose performance issues and provide actionable optimization strategies. It covers startup/loading metrics (FCP, FMP, TTI) and white screen issues, smoothness problems (scroll jank, frame drops, interaction lag), regressions, rendering pipeline stages, and native module latency.

## Installation

```bash
npx skills add lynx-community/skills -s trace-analysis
npx skills add lynx-community/skills -s lynx-trace-analysis
```

This adds the skill rules to your project so that compatible coding agents (such as Claude Code, Cursor, or Copilot) can automatically apply them.
Expand Down
16 changes: 16 additions & 0 deletions docs/en/ai/skills/trace-record.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# lynx-trace-record

Enables agents to capture Lynx performance traces for subsequent analysis, supporting features like system trace, JS profiling for in-depth performance diagnosis.

## Installation

```bash
npx skills add lynx-community/skills -s lynx-trace-record
```

This adds the skill rules to your project so that compatible coding agents (such as Claude Code, Cursor, or Copilot) can automatically apply them.

## Learn More

- [lynx-community/skills on GitHub](https://github.com/lynx-community/skills)
- [Agent Skills specification](https://github.com/anthropics/skills)
4 changes: 4 additions & 0 deletions docs/zh/ai/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"type": "file",
"name": "skills/trace-analysis.mdx"
},
{
"type": "file",
"name": "skills/trace-record.mdx"
},
{
"type": "file",
"name": "skills/debug-info-remapping.mdx"
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/ai/skills/trace-analysis.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# trace-analysis
# lynx-trace-analysis

使 agent 能够分析 Lynx 性能追踪,识别模板加载、JS App 加载、跨线程调用和渲染管线中的瓶颈
专注于分析 Lynx trace 数据,用于诊断性能问题并提供可操作的优化策略。覆盖启动/加载指标(FCP、FMP、TTI)与白屏问题、流畅度问题(滚动卡顿、掉帧、交互延迟)、回归分析、渲染管线阶段定位以及 Native Module 调用延迟

## 安装

```bash
npx skills add lynx-community/skills -s trace-analysis
npx skills add lynx-community/skills -s lynx-trace-analysis
```

这会将 skill 规则添加到你的项目中,以便兼容的 coding agent(如 Claude Code、Cursor 或 Copilot)能够自动应用它们。
Expand Down
16 changes: 16 additions & 0 deletions docs/zh/ai/skills/trace-record.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# lynx-trace-record

使 agent 能够捕获 Lynx 性能追踪数据以进行后续分析,支持 systrace、JS Profile等,用于深入的性能诊断。

## 安装

```bash
npx skills add lynx-community/skills -s lynx-trace-record
```

这会将 skill 规则添加到你的项目中,以便兼容的 coding agent(如 Claude Code、Cursor 或 Copilot)能够自动应用它们。

## 了解更多

- [GitHub 上的 lynx-community/skills](https://github.com/lynx-community/skills)
- [Agent Skills 规范](https://github.com/anthropics/skills)