foxctl-all

Route foxctl development workflows through a single entrypoint for code, files, and orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

foxctl-all removes friction in using multiple foxctl capabilities by providing a single, discoverable entrypoint that coordinates skills for code search, indexing, sessions, rooms, integrations, and orchestration.

Core Features & Use Cases

  • Unified workflow entrypoint: execute a wide range of foxctl tasks (code, files, sessions, memory, orchestration) via the same skill interface.
  • End-to-end development operations: supports repository indexing, semantic/code retrieval, LSP-assisted navigation, testing and CI checks, and evidence-oriented verification workflows.
  • Durable collaboration & multi-agent orchestration: enables room coordination and mailbox-based overseer workflows for multi-agent collaboration.
  • Operational integration surface: includes hooks for MCP serving, OpenAPI calls, JSON transformation, observability queries, and mobile automation.

Quick Start

Ask to run a specific capability by executing foxctl run <skill> with an input JSON payload to perform a tracked foxctl workflow.

Frequently Asked Questions about foxctl-all

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

FAQPage Schema
How do I orchestrate multi-agent collaboration for code retrieval and repository indexing?

This single entrypoint executes foxctl workflows by routing input JSON into core skills for files, repository indexing, sessions, and multi-agent orchestration. It applies JSON-envelope skill execution and WASI-isolated runtime behavior for deterministic operations.

What is the best way to run multiple code intelligence and session memory tasks from one interface?

Run tracked foxctl workflows by executing foxctl run <skill> with an input JSON payload. This single entrypoint coordinates capabilities for code search, indexing, sessions, rooms, integrations, and multi-agent orchestration.

Does foxctl-all require a specific root configuration file for skill execution?

Yes, foxctl-all requires a root SKILL.md file containing name and description metadata. This configuration enables JSON-envelope skill execution and WASI-isolated skill runtime behavior for deterministic on-demand operations.

Can I use MCP serving and OpenAPI calls within a single agent orchestration workflow?

Yes, the operational integration surface includes hooks for MCP serving, OpenAPI calls, and JSON transformation alongside observability queries and mobile automation. These integrations execute within the same unified workflow entrypoint.

How does evidence-first verification work with repository indexing and code search?

Evidence-first verification applies to codebase search and navigation tasks by routing them through core skills for repository indexing and semantic code retrieval. This process is managed via JSON-envelope skill execution within a WASI-isolated runtime.