askcode - Code Indexing and Navigation Tool
Index Python/C/C++ codebases using tree-sitter and query via SQL
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Index code repository
- Query code database
- Find functions by name
- Find function callers
- Find function callees
- List class methods
- Search code files
- Analyze imports
- Generate call graphs
Inputs
- Code repository path
- SQL queries
- Exclude patterns
Outputs
- Code index database
- Query results
- Call graph data
Requirements
- Bash shell environment
- sqlite3 command
- tree-sitter-db CLI tool
