返回 Skill 列表
extension
分类: 开发与工程无需 API Key

tle-developer-flagos

自包含的编排技能,用于编写高性能TLE内核并以可重现验证的方式发布TLE功能变更。当用户想要编写/优化TLE内核、实现TLE API/验证器/降低功能或调试TLE正确性/性能问题时使用。触发短语如“编写一个TLE内核”、“优化TLE操作符”和“调试TLE local_ptr”。

person作者: jakexiaohubgithub

TLE Developer

Mission

Use this skill to execute TLE work end-to-end: intake -> implementation -> validation -> artifacts -> merge decision.

Scope

Use for:

  1. Writing or optimizing TLE kernels.
  2. Implementing TLE API/verifier/lowering/pipeline features.
  3. Debugging correctness, performance, and regression issues.

Self-Contained Policy

  1. Do not rely on documentation outside this skill folder.
  2. Put all detailed guidance in references/.
  3. Keep this file as orchestration-only (no duplicated deep details).

Required Input

Start every task with:

Goal:
Non-goal:
Acceptance:
Impact scope (optional):

Mandatory Read Order

  1. references/tle-sources.md
  2. references/workflow-templates.md

Operating Contract

  1. Treat references/tle-sources.md as the technical source of truth for:
    • quickstart,
    • current TLE semantics contract,
    • kernel patterns,
    • feature-development file map,
    • debug/perf procedures.
  2. Treat references/workflow-templates.md as the source of truth for:
    • intake,
    • validation matrix,
    • performance record,
    • fix summary,
    • lessons entry,
    • merge package.

Non-Negotiable Guardrails

  1. Never assume a specific python environment name.
  2. Never assume a fixed build script name.
  3. If native Triton files are modified, use marker blocks: // begin flagtree tle and // end flagtree tle.
  4. Do not add marker blocks inside third_party/tle.

Required Outputs Per Task

  1. Validation commands and outcomes.
  2. Fix Summary (when fixing bugs or regressions).
  3. Lessons Entry (for fixes and optimization work).
  4. Merge Decision Package (changed layers, risks, follow-ups).

Completion Checklist

  1. Acceptance criteria mapped to tests.
  2. Changes validated with reproducible commands.
  3. Artifacts filled from templates.
  4. Residual risks explicitly stated.

References

  1. references/tle-sources.md
  2. references/workflow-templates.md