Agent skill
foundry-setup
First-time setup for the foundry plugin (plugin:foundry@claude-foundry)
Install this agent skill to your Project
npx add-skill https://github.com/foundry-works/claude-foundry/tree/main/skills/foundry-setup
SKILL.md
Foundry Setup Skill
First-time setup for the foundry plugin. This skill is idempotent and safe to run multiple times.
Argument Handling
Check if $ARGUMENTS contains --check or --preflight:
- If flag present: Run only Phase 1 (Pre-flight Checks), display results, then stop
- If no flag: Run all phases (full setup)
Execution
MANDATORY: Read references/setup.md before proceeding. It contains the detailed phase instructions.
Flow
- **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**
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
foundry-spec
Spec-first development methodology that creates detailed specifications before coding. Creates structured specs with phases, file-level details, and verification steps. Includes automatic AI review, modification application, and validation. TRIGGER when: user explicitly asks to create a spec or plan, OR model detects work that would benefit from a spec (new feature, multi-file refactor, API integration, architecture change) — in the latter case, confirm with the user before invoking. Never call mcp authoring/spec/plan tools directly for spec creation workflows. DO NOT TRIGGER when: a <command-name> tag is present in the current turn (skill already loaded), called from a subagent, single-file edits, trivial fixes, or exploratory spikes.
foundry-review
Review implementation fidelity against specifications by comparing actual code to spec requirements. Identifies deviations, assesses impact, and generates compliance reports for tasks, phases, or entire specs.
foundry-research
AI-powered research skill with five workflows - chat (single-model conversation), consensus (multi-model synthesis), thinkdeep (systematic investigation), ideate (creative brainstorming), and deep (multi-phase web research). Supports persistent threads and research sessions. TRIGGER when: user asks for research, consultation, brainstorming, investigation, or deep research. Always route through this skill — never call mcp__plugin_foundry_foundry-mcp__research directly. DO NOT TRIGGER when: a <command-name> tag is present in the current turn (skill already loaded), called from a subagent, simple factual questions answerable from context, or codebase exploration (use Explore agent instead).
foundry-implement
Task implementation skill for spec-driven workflows. Reads specifications, identifies next actionable tasks, and creates detailed execution plans. Use when ready to implement a task from an existing spec - bridges the gap between planning and coding. TRIGGER when: user explicitly asks to implement, continue work, or pick up the next task from a spec (e.g., "what's next", "continue", "implement"). Never call mcp task/spec tools directly for task workflow operations. DO NOT TRIGGER when: a <command-name> tag is present in the current turn (skill already loaded), called from a subagent, or model decides on its own that implementation should start.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?