rubenCodeforges

Find Function Calls — Development agent for Claude Code

Development community intermediate

rg "functionName\s\(" --type ts --type tsx rg "import.functionName" --type ts --type tsx rg "from.functionName" --type ts --type tsx rg "\{\sfunctionName\s\}" --type ts --type tsx.

How to install Find Function Calls

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rubenCodeforges/codeforges-claude-plugin and copy the folder into ~/.claude/agents/.

What Find Function Calls does

rg "functionName\s\(" --type ts --type tsx rg "import.functionName" --type ts --type tsx rg "from.functionName" --type ts --type tsx rg "\{\sfunctionName\s\}" --type ts --type tsx.

One of 5 entries listed from rubenCodeforges/codeforges-claude-plugin. The repository README describes the whole collection, not this agent — read it on GitHub.

Alternatives in Development