Skip to content

Claude slash commands 🤖#235

Open
zoecarver wants to merge 5 commits intomainfrom
zoecarver/ttl-skills
Open

Claude slash commands 🤖#235
zoecarver wants to merge 5 commits intomainfrom
zoecarver/ttl-skills

Conversation

@zoecarver
Copy link
Contributor

Our vision discusses AI tooling and ecosystem as a primary goal and selling point; here it is (or at least the start).

Claude-code is already the way that programmers write code today, rather than building something bespoke, let's build off what works and is used. These slash commands will integrate nicely with existing developer workflows. They can be used inside of claude code, so the rest of claude's abilities can be combined with these skills, to improve scripts or read existing codebases, run tests, etc.

Currently we have two commands implemented:

/ttl-import <kernel>
    Translate a CUDA, Triton, or PyTorch kernel to TT-Lang DSL. Analyzes the
    source kernel, maps GPU concepts to Tenstorrent equivalents, and iterates
    on testing until the translated kernel matches the original behavior.
/ttl-export <kernel>
    Export a TT-Lang kernel to TT-Metal C++ code. Runs the compiler pipeline,
    extracts the generated C++, and beautifies it by improving variable names
    and removing unnecessary casts for readable, production-ready output.

The idea is that a programmer can open claude code inside their existing codebase and immediately get started with tt-lang.

@zoecarver zoecarver force-pushed the zoecarver/gardening branch from be454cd to eea193f Compare January 16, 2026 19:39
Base automatically changed from zoecarver/gardening to main January 16, 2026 20:47
@zoecarver zoecarver force-pushed the zoecarver/ttl-skills branch from 8705fef to f02b96b Compare January 20, 2026 15:13
@zoecarver zoecarver marked this pull request as ready for review January 20, 2026 15:15
@zoecarver zoecarver requested a review from a team as a code owner January 20, 2026 15:15
Copy link
Contributor

@brnorris03 brnorris03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really cool; should also add a pointer to its README from the top-level README (with necessary disclaimers)

@zoecarver zoecarver force-pushed the zoecarver/ttl-skills branch from 6e4de6f to 3b30b5c Compare February 5, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants