foundry-setup

Automate first-time claude-foundry plugin setup with preflight checks and idempotent execution.

4|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tylerburleigh/claude-foundry --skill foundry-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundry-setup
Source: https://github.com/tylerburleigh/claude-foundry/tree/main/skills/foundry-setup
Command: npx skills add https://github.com/tylerburleigh/claude-foundry --skill foundry-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a safe, repeatable setup flow for the claude-foundry plugin, including pre-flight checks, permissions, workspace provisioning, and configuration. This Skill is designed to be idempotent and safe to run multiple times.

Important: Read references/setup.md before proceeding. It contains the detailed phase instructions.

Core Features & Use Cases

  • Pre-flight checks to verify MCP connectivity, Python, and Git toolchain
  • Permission management to enable required plugin tooling
  • Workspace provisioning and configuration
  • Idempotent runs so re-running is safe and predictable

Note: The skill guides you through a phased workflow that can be run in sequence or standalone.

Quick Start

Run the foundry-setup skill with no flags to perform the full setup, or use --check/--preflight to run only the pre-flight checks. Review results and proceed accordingly.

Frequently Asked Questions about foundry-setup

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

FAQPage Schema
How do I set up the claude-foundry plugin safely for the first time?

Claude-foundry setup automates initial configuration through phased workflows including pre-flight checks, permissions, workspace provisioning, and provider configuration. Run the foundry-setup skill with no flags for full setup, or use --check/--preflight flags to validate your environment first. Always review references/setup.md before proceeding.

What pre-flight checks does foundry-setup perform?

Pre-flight checks verify MCP connectivity, Python toolchain availability, and Git installation. Run with --preflight flag to validate these prerequisites without executing full setup. This ensures your environment meets requirements before proceeding with configuration.

Is it safe to run foundry-setup multiple times?

Yes, foundry-setup is idempotent and designed to run safely multiple times. Re-running produces predictable results and won't corrupt existing configuration. Use --check flag to preview changes without applying them.

What does foundry-setup configure after pre-flight validation?

After validating prerequisites, foundry-setup manages permissions for plugin tooling, provisions and configures your workspace, and sets up AI provider configuration. The phased workflow orchestrates this end-to-end from preflight through workspace and provider setup.

Can I run specific phases of the setup independently?

Yes, foundry-setup supports phased workflows that can run in sequence or standalone. Review references/setup.md to understand Phase 1 through Phase 2 instructions and run individual phases as needed for your workflow.

What permissions does foundry-setup need to enable?

Foundry-setup manages permissions required for plugin tooling to function correctly with claude-foundry. The setup process handles permission configuration automatically as part of workspace initialization.