fla-orgfla-orgOfficialยท9 Agent Skills Included

flash-linear-attention

Optimize and test GPU kernels for linear attention models safely

Guides AI agents through optimizing, testing, and shipping GPU kernels for the Flash Linear Attention library. Covers backend dispatch, NVIDIA and Ascend profiling, correctness coverage, and pull request preparation. Eliminates silent numerical bugs, broken benchmarks, and rejected contributions through frozen test gates and checklists.
npx skills add fla-org/flash-linear-attention --all -g -y
Available:

Tells the AI agent how to work safely in this repo, including git safety rules, when to ask before breaking changes, and which task-specific skill to load for kernel optimization, testing, or PR preparation.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install flash-linear-attention skills?โ–ผ

Run `npx skills add fla-org/flash-linear-attention --all -g -y` in your terminal to install all skills in this suite globally.

How to optimize Triton kernels without breaking correctness?โ–ผ

The fla-optimization-loop skill enforces a frozen pytest gate so your agent benchmarks and logs each change while never loosening tolerances or editing tests.

How to profile GPU kernels on NVIDIA or Ascend?โ–ผ

Dedicated skills walk your agent through NCU profiling on NVIDIA GPUs and torch_npu PipeUtilization analysis on Ascend NPUs, with bottleneck diagnosis tables.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. The AGENTS.md orchestrator and all SKILL.md files follow the universal standard and run in Claude Code, Codex, and compatible agents.

How to prepare a pull request for the FLA repo?โ–ผ

Load the fla-mr-readiness skill, which gives your agent the full checklist for tests, benchmark evidence, and the required PR body structure.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’