[Agents] Expose Triton kernel-writing skill to Claude - #55028
Conversation
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe PR adds ChangesTriton Kernel Writing Skill
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only exposes an existing Triton kernel-writing skill through a symlink, without altering runtime or serving behavior. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…5028) Signed-off-by: Woosuk Kwon <woosuk@inferact.ai> Co-authored-by: OpenAI Codex <codex@openai.com>
Summary
.claude/skills..agents/skillscopy, avoiding duplicated guidance.Duplicate-work check
Open PR searches for
triton-kernel-writing Claude,Expose Triton skill to Claude, and.claude/skills/triton-kernel-writingfound no overlapping change. There is no linked issue.This is a focused follow-up to merged PR #55019. That PR added the canonical skill under
.agents/skills; this PR makes the same skill discoverable from.claude/skillswithout copying it.Testing
.venv/bin/python /home/woosuk/.codex/skills/.system/skill-creator/scripts/quick_validate.py .claude/skills/triton-kernel-writing— passed..venv/bin/pre-commit run --files .claude/skills/triton-kernel-writing— all applicable hooks passed or skipped.../../.agents/skills/triton-kernel-writingand itsSKILL.mdis readable.Model evaluation
Not applicable. This changes skill discovery only and does not affect model output, accuracy, or serving behavior.
AI assistance and accountability
OpenAI Codex assisted with implementing and validating this change. The human submitter must review the changed line and understand and defend the contribution end-to-end.
Summary by CodeRabbit