foxctl Code Intelligence

Find symbols, definitions, and usages in code repositories.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/joshka0/foxctl --skill foxctl-code-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxctl Code Intelligence
Source: https://github.com/joshka0/foxctl/tree/main/configs/skills-condensed/foxctl-code-intelligence
Command: npx skills add https://github.com/joshka0/foxctl --skill foxctl-code-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand unfamiliar code by finding definitions, locating usages, and answering how specific parts of the system work.

Core Features & Use Cases

  • Symbols & Structure Discovery: Extracts functions, types, and other symbols and shows repository structure to orient you fast.
  • Context-Aware Code Search: Finds patterns and expands matches into full function bodies for practical, decision-ready context.
  • Semantic Research & Snippet Extraction: Uses question-driven retrieval to surface relevant code for tasks like tracing behavior or evaluating changes.

Quick Start

Ask the skill to research how authentication error handling works in your codebase by running: foxctl run configs/skills-condensed/foxctl-code-intelligence --input '{"query":"how does authentication error handling work","path":"."}'.

Frequently Asked Questions about foxctl Code Intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find function definitions and usages across a large codebase?

To find function definitions and usages across a large codebase, use semantic search and symbols extraction to locate specific functions, types, and relevant implementation patterns instantly.

What is context-aware code search and how does it help with code archaeology?

Context-aware code search uses context grep to find matching patterns and expands them into full function bodies, providing practical, decision-ready context for tracing behavior and understanding code structure.

How do I research how a specific feature like authentication error handling works?

To research how specific features like authentication error handling work, use question-driven semantic retrieval to surface relevant code snippets and trace behavior across the repository.

Can I explore repository structure and extract code symbols without reading entire files?

Yes, you can explore repository structure and extract code symbols without reading entire files by running symbols extraction to quickly identify functions, types, and definitions to orient yourself fast.

What is the best way to locate where something is implemented in unfamiliar code?

The best way to locate where something is implemented in unfamiliar code is applying semantic search and snippet extraction to answer what does X do questions and map definitions across large codebases.