foxcode-run-project-profile

Launch FoxCode in Project Profile mode with a project-local Firefox instance.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill foxcode-run-project-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxcode-run-project-profile
Source: https://github.com/korchasa/foxcode/tree/main/foxcode/skills/foxcode-run-project-profile
Command: npx skills add https://github.com/korchasa/foxcode --skill foxcode-run-project-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch FoxCode in Project Profile mode to securely boot and test the extension in a controlled Firefox instance, ensuring a project-local context and reliable connectivity.

Core Features & Use Cases

  • Self-contained setup: checks prerequisites, locates the FoxCode extension, and launches Firefox with a project-local profile.
  • Connectivity verification: monitors MCP server status and performs a ping to confirm a healthy browser connection.
  • Fast re-runs: caches resolved paths in .foxcode/config.json for quick subsequent launches.

Quick Start

Run this skill to start FoxCode with a project-local Firefox profile and verify connectivity.

Frequently Asked Questions about foxcode-run-project-profile

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

FAQPage Schema
How do I launch a Firefox extension in a project-local profile?

To launch a Firefox extension in a project-local profile, this skill automates startup, resolves the extension path, and orchestrates an isolated Firefox instance. It ensures a controlled environment and verifies browser connectivity upon launch.

Do I need Node.js installed to run a project-local Firefox session?

Yes, you need Node.js installed to run a project-local Firefox session. The skill enforces Node.js presence and Firefox path detection as prerequisites before loading operational instructions and executing the isolated browser launch.

How does Firefox project profile caching work for fast re-runs?

Firefox project profile caching works by storing resolved paths in a .foxcode/config.json file. This allows fast re-runs by skipping prerequisite checks and extension discovery on subsequent launches, quickly loading the cached configuration.

How do I verify MCP server connectivity in a project-local Firefox instance?

You verify MCP server connectivity by monitoring the server status and performing a ping within the project-local Firefox instance. This confirms a healthy browser connection and ensures the extension operates reliably.

What is the best way to isolate Firefox for extension testing?

The best way to isolate Firefox for extension testing is using a project-local profile mode. This approach securely boots a controlled Firefox instance, performs prerequisite checks, and isolates the browser environment from your main profile.