xberg-io/tree-sitter-language-pack
Agent
Tree-sitter grammar compilation and language pack management.
22 tagged tree sitter, measured the same way as everything else here.
Browse within: ast 13code-intelligence 11nodejs 11parser 11typescript 11codebase-analysis 7static-analysis 7
xberg-io/tree-sitter-language-pack
Agent
Tree-sitter grammar compilation and language pack management.
Agent Claude Code
Performs architectural review of files undergoing large-scale updates. Use proactively when refactoring, restructuring modules, or reviewing code organization. Provides actionable suggestions for renaming, moving functions, and restructuring modules.
Agent Claude Code
Researches the backlog to find incomplete tasks, recently completed tasks, and suggests the most likely next task candidates based on dependencies, priorities, and completion patterns. Use when starting work sessions or deciding what to work on next.
Agent Claude Code
Use proactively when the user asks to encode insights or guidelines into CLAUDE.md. Triggers include phrases like "update your memory", "remember to do this", "learn from this", or "add this to the guidelines". Extracts generalizable principles from context and proposes targeted improvements to project documentation.
Agent
Exploration agent that uses ParecodeSearch to navigate and understand the codebase.
Agent Claude Code
does exactly the one thing asked, checks before it claims, and stops when the answer is given.
Agent
Use this agent when the user needs codebase exploration by behavior instead of exact-string lookup. Examples.
Agent Claude Code
Scans source files and fixes code comments; adds missing one-line JSDoc, improves existing JSDoc, and cleans up inline comments (WHY not WHAT, removes obvious or stale ones). Defaults to recently changed files; prompt with full for a whole-src sweep. Use when asked to clean up, fix, or standardize comments.
Agent Claude Code
Runs checks and tests, then fixes all warnings, errors, and failing tests, consulting recent git changes to decide whether the code under test or the test itself is wrong. Use proactively after code changes to confirm everything still passes.
Agent Claude Code
Analyzes the codebase for coding-standards violations (file/function length, nesting depth, parameter counts, TODO/FIXME markers) using the scopewalker tools, then refactors to fix them while keeping checks and tests green. Use proactively after significant code changes or for a full standards audit.