Agent Skills: ctags

Use ctags for code navigation

UncategorizedID: mgreenly/ikigai/ctags

Install this agent skill to your local

pnpm dlx add-skill https://github.com/mgreenly/ikigai/tree/HEAD/.claude/library/ctags

Skill Files

Browse the full folder contents for ctags.

Download Skill

Loading file tree…

.claude/library/ctags/SKILL.md

Skill Metadata

Name
ctags
Description
Use ctags for code navigation

ctags

Use ctags to locate function/type definitions.

CLI Lookup

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