Skip to content
Open
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
6 changes: 3 additions & 3 deletions skills/tracelens-analysis-orchestrator/.federated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"source": "amd-agi-tracelens",
"repo": "AMD-AGI/TraceLens",
"ref": "main",
"commit": "384c362cb0e174ddf4e533e67ae74df30a849dc6",
"commit": "1494f7f8dcf25e8724345f44d64cd1bd65032c86",
"path": "TraceLens/Agent/Analysis/skills/analysis-orchestrator",
"license": "MIT",
"content_hash": "4512aa32eaa2dfba01c3e28cd90d4ac83575d350e36a4890c7e70126e35314db",
"imported_at": "2026-09-08T06:43:21Z"
"content_hash": "eb4c33632b69dfd3061887a29cd6e149e25f029104c1e37d0a001d39eb22e4e4",
"imported_at": "2026-09-19T06:40:50Z"
}
2 changes: 1 addition & 1 deletion skills/tracelens-analysis-orchestrator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Follow **[reference.md](reference.md)** for every step (user prompts, `<prefix>`

## Rules

- **Subagents:** Use the Task tool **only** where reference.md says “subagent” (Steps **7**, **8**, **10**). The orchestrator runs everything else, including Step 8.5, using the command prefix from `<output_dir>/cache/cmd_prefix.txt` (`{CMD}` substitution).
- **Subagents:** Use your runner's subagent primitive (the Task tool in Claude Code or Cursor, `spawn_agent` under Codex) **only** where reference.md says “subagent” (Steps **7**, **8**, **10**). The orchestrator runs everything else, including Step 8.5, using the command prefix from `<output_dir>/cache/cmd_prefix.txt` (`{CMD}` substitution).
- **Language:** Prefer vendor-agnostic terms (GPU kernels, collective communication, vendor GEMM library, DNN primitives, GPU graph). When quoting trace data, real kernel names are fine.
- **Subagent prompts:** Point each subagent at the checked-in agent file under `TraceLens/Agent/Analysis/skills/analysis-orchestrator/agents/<name>.md` (see reference.md for exact paths and prompt shells).

Expand Down