detecting-languages

Installation
SKILL.md

Detecting languages

tree-sitter-language-pack maps a file to one of 306 supported languages. Detection works from a file path, a bare extension, or — via the SDK — the file content itself.

On the CLI: detection is implicit

There is no standalone ts-pack detect command. parse and process auto-detect the language from the file extension and act on it:

Installs
1
GitHub Stars
27
First Seen
Aug 22, 2026
detecting-languages — xberg-io/plugins