tile-aitile-aiOfficialยท10 Agent Skills Included

TileOPs

Spec-driven GPU operator development, testing, and PR review

Builds and maintains high-performance GPU operators for large language models from a single declarative spec. Generates operator code, tests, and benchmarks automatically, then validates every result against PyTorch references and performance models. Automates pull request reviews, review-thread resolution, and follow-up issue creation to remove manual code review bottlenecks.
npx skills add tile-ai/TileOPs --all -g -y
Available:

Tells the agent that the manifest spec is the source of truth and directs it to load the correct domain rule files before modifying tests, kernels, benchmarks, or manifest entries.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install TileOPs?โ–ผ

Run `npx skills add tile-ai/TileOPs --all -g -y` in your terminal to install all skills in this suite globally.

What does TileOPs do?โ–ผ

TileOPs is a GPU operator library where every operator is declared in a manifest spec first, and code, tests, and benchmarks are generated and validated against that spec.

How do the TileOPs skills automate operator development?โ–ผ

Skills like align-op and scaffold-op read a manifest entry, generate the operator code, write PyTorch-referenced tests, run benchmarks, and flip the spec status once everything passes.

Can TileOPs skills review pull requests automatically?โ–ผ

Yes. The review-tileops and resolve-tileops skills review PRs under a separate GitHub identity, post inline comments, and drive multi-round resolution until approval.

Do I need a GPU to use TileOPs?โ–ผ

The library itself requires a CUDA-capable NVIDIA GPU to run operators and benchmarks, but the spec editing, manifest, and review skills work without one.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’