c ffi skills

10 tagged c ffi, measured the same way as everything else here.

Browse within: ast 10csharp 10elixir 10golang 10tree-sitter 10

chunking-for-llms

01

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-construct. Covers ts-pack process --chunk-size, why syntax-aware splits beat fixed-byte splits, picking a size, and the chunk JSON shape.

463 today A 59 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants structured code metadata from a source file — functions, classes, imports, exports, symbols, docstrings, comments, or syntax diagnostics. Covers ts-pack process feature flags, the JSON result shape, and the default feature set.

463 today A 58 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Parse and extract code intelligence from 371 programming languages using tree-sitter grammars. Use when writing code that parses source, extracts structure/imports/exports/symbols/docstrings/comments, detects a language, runs syntax diagnostics, or produces syntax-aware chunks for LLMs — in Rust, Python…

463 today A 95 tokens original MIT