Agent skill

ctags

Use ctags for code navigation

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ctags

SKILL.md

ctags

Use ctags to locate function/type definitions.

CLI Lookup

bash
grep -P "^ik_repl_init\t" tags | cut -f1-3 | sed 's/;"$//'

Output: name<TAB>file<TAB>line

Rebuilding

Tags rebuild automatically on every make and make check To manually rebuild: make tags

Didn't find tool you were looking for?

Be as detailed as possible for better results