From foundry
First-time setup for the foundry plugin (plugin:foundry@claude-foundry)
How this skill is triggered — by the user, by Claude, or both
Slash command
/foundry:foundry-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
First-time setup for the foundry plugin. This skill is idempotent and safe to run multiple times.
First-time setup for the foundry plugin. This skill is idempotent and safe to run multiple times.
Check if $ARGUMENTS contains --check or --preflight:
MANDATORY: Read references/setup.md before proceeding. It contains the detailed phase instructions.
- **Entry** → Read `references/setup.md` (MANDATORY) → Ensure Full Mode → Preflight: MCP, Python, Git
- [--check?] → **Exit**
- [else] → Permissions → Workspace
- [toml created?] → FeatureFlags → Providers → Research → TestConfig
- [else] → Create TOML → FeatureFlags → Providers → Research → TestConfig
- CLAUDE.md Configuration → Summary → **Exit**
npx claudepluginhub foundry-works/claude-foundry --plugin foundryGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.