Code intelligence with Guaardvark (MCP tools)

SkillSearch

Code intelligence over repositories Guaardvark has indexed: semantic code search, exact-text search, file listing, PageRank repository map, import dependency graph, reading one class or function, analysis and generated rewrites, plus the System Mapper and self-improvement status. Use when the user asks where something is implemented, how modules depend on each other, or wants an architecture map of an indexed repo.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Code intelligence with Guaardvark (MCP tools) skill

What this skill tells your AI

The instructions your AI receives, as published by guaardvark/guaardvark in .agents/skills/code/SKILL.md and read by ahel’s review.

tooluse
list_code_repositorieswhich folders are marked as repositories (gives the folder id)
search_codebasesemantic search over the indexed project: "where is thinking enabled per model"
search_codecase-insensitive regex across files
list_code_filesdirectory listing to orient
read_codea whole file with line numbers
read_ast_nodeone class or function by name from a Python file
get_repository_mapPageRank-ranked architectural map for a folder id
get_dependency_graphfile-level import graph for a folder id
analyze_codestructure, patterns, improvement notes for a file
codegena complete modified version of a file from instructions (writes a new file)
verify_changeconfirm text now exists in a file after an edit
map_codebaserun the System Mapper: stats plus ranked findings
self_improvement_statuscan the self-improvement engine run (lock, flag, already running)
swarm_statusthe coding swarm (see the swarm skill)

Pattern

  1. list_code_repositories → folder id.
  2. get_repository_map for the shape, search_codebase for the question.
  3. Read the exact code (read_code / read_ast_node) before answering; quote file and line.
  4. Edits: make them with your own editor tools in the user's checkout; verify_change afterwards.

Rules

  • These tools read Guaardvark's index, which can lag the working tree; when it matters, read the file from disk too.
  • map_codebase and self_improvement_status are read-only here. Dispatching a fix to the self-improvement engine is done in the Studio, on purpose.

Signals

GitHub stars
211
Forks
45
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
code-guaardvark
Source
github.com/guaardvark/guaardvark