foxctl Friend

Assemble foxctl repository context for Gemini question answering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you get higher-quality Gemini answers by first gathering relevant, repo-grounded context with foxctl instead of asking Gemini without evidence.

Core Features & Use Cases

  • Context gathering from your codebase: Pulls hotspots, symbol structure, and relevant snippets using foxctl searches so Gemini sees the right material.
  • Threaded query logging and replies: Records the query and response through foxctl mailbox messages for traceability.
  • Cross-model synthesis loop: Combines foxctl findings and Gemini analysis, then positions a final Claude synthesis step for end-to-end usefulness.

Quick Start

Ask for a specific improvement or answer by running: foxctl friend "<query>".

Frequently Asked Questions about foxctl Friend

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

FAQPage Schema
How do I gather repository context for Gemini before asking questions?

You can gather repository context for Gemini by running foxctl workflows for complexity, symbols, and smart_search to assemble relevant snippets and structure, then piping that context into the Gemini tool for an evidence-grounded response.

What is the best way to get grounded code analysis from Gemini for local workspaces?

The best way to get grounded code analysis is assembling structured repository context with foxctl first, pulling hotspots and symbol structure, so Gemini analyzes the right material instead of answering without evidence.

How does query logging work for multi-agent code retrieval workflows?

Query logging for multi-agent code retrieval works by recording the query and response through foxctl mailbox messages, ensuring traceability across the context gathering and synthesis loop.

Can I use foxctl friend for refactoring planning and targeted debugging?

Yes, you can use foxctl friend for refactoring planning and targeted debugging by applying its context gathering to code understanding across local workspaces where relevant snippets and structure matter.

Do I need foxctl to run repository analysis before asking Gemini questions?

Yes, you need foxctl to run complexity, symbols, and smart_search workflows first, because this Skill relies on foxctl to assemble the structured repository context required for the final Gemini response.

Why does Gemini give better answers with structured repository context?

Gemini gives better answers with structured repository context because foxctl searches pull hotspots and relevant snippets, ensuring the model sees the right material for evidence-grounded Q&A instead of guessing.