init

Set up fx-bug-toolkit environments and dependencies idempotently with user confirmation.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/alastor0325/fx-bug-toolkit --skill init-alastor0325
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/alastor0325/fx-bug-toolkit/tree/main/skills/init
Command: npx skills add https://github.com/alastor0325/fx-bug-toolkit --skill init-alastor0325

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

One-time setup for the fx-bug-toolkit plugin that safely configures the environment and dependencies, ensuring everything is ready before investigation work begins.

Core Features & Use Cases

  • Idempotent setup across environments for new machines, with two walk-through checklists (environment/paths and dependencies).
  • Creates required data directories and prompts to install missing CLIs only after user confirmation.
  • Generates a final summary confirming readiness and what remains if anything is missing.

Quick Start

Run this skill once on a new machine to complete environment setup, walk the two checklists, install missing dependencies with user confirmation, and print the final summary.

Frequently Asked Questions about init

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

FAQPage Schema
How do I set up the environment and dependencies for fx-bug-toolkit on a new machine?

To set up the fx-bug-toolkit environment, run the init skill to automate creation of data directories, verify PATH configurations, and prompt for installation of missing toolchain components like cargo and node/npm.

What CLI tools need to be available on PATH for fx-bug-toolkit to function correctly?

The required CLIs for fx-bug-toolkit are bmo-to-md, searchfox-cli, and profiler-cli. The setup process checks your PATH and ensures cargo and node/npm toolchains are installed to support them.

Can I run the fx-bug-toolkit setup script multiple times without breaking my existing configuration?

Yes, the fx-bug-toolkit setup is idempotent, meaning you can safely run it multiple times on the same machine. It walks through environment and dependency checklists without overwriting existing valid configurations.

Does the fx-bug-toolkit setup automatically install missing tools without asking?

No, the fx-bug-toolkit setup prompts for user confirmation before installing any missing CLIs or toolchains. It checks for missing dependencies first and only proceeds with installation after you explicitly approve.

What is the purpose of the final summary generated by the fx-bug-toolkit setup process?

The final summary confirms your environment readiness for fx-bug-toolkit and lists any remaining missing dependencies or toolchains that still need manual attention before you can begin investigation work.

When do I need to run environment setup for the fx-bug-toolkit plugin?

You need to run the fx-bug-toolkit environment setup once during initial machine configuration. It safely configures data directories and validates that required toolchains like cargo and node/npm are available before investigation work begins.