afnanenayet
- 5 skills
- 0 followers
- 14 hours ago last updated
- ▌ Debug Diff · afnanenayetDiagnose unexpected diff output by tracing the pipeline from parsing through AST processing to hunk generation. Use when diffsitter produces wrong or surprising results.
- ▌ Add Grammar · afnanenayetStep-by-step guide for adding a new tree-sitter language grammar to diffsitter. Use when adding support for a new programming language.
- ▌ Rust Expert · afnanenayetExpert Rust guidance for diffsitter: tree-sitter FFI patterns, lifetime management, unsafe optimization, edition 2024 idioms. Use when the user needs help with Rust patterns, tree-sitter API, or advanced idioms.
- ▌ Add Renderer · afnanenayetStep-by-step guide for adding a new diff output renderer to diffsitter. Use when adding a new output format.
- ▌ Ast Navigation · afnanenayetUse tree-sitter MCP tools for AST-aware code navigation — finding symbols, jumping to definitions, inspecting scopes, and running structural queries across 14+ languages