init

Merge settings and create symlinks for Foundry plugin post-install configuration.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/AI-Rig --skill init-borda
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/Borda/AI-Rig/tree/main/plugins/foundry/skills/init
Command: npx skills add https://github.com/Borda/AI-Rig --skill init-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-install configuration for the Foundry plugin in Claude, ensuring the runtime environment is aligned by updating settings, linking required resources, and validating readiness after install or upgrade.

Core Features & Use Cases

  • Automates post-install integration by merging statusLine, permissions.allow, and enabledPlugins into ~/.claude/settings.json.
  • Creates or updates symlinks for rules and TEAM_PROTOCOL.md to ensure up-to-date references across sessions.
  • Performs a safe, stepwise migration with backups, conflict checks, and validation to minimize disruption during plugin upgrades or fresh installs.

Quick Start

Run the /foundry:init command after installing the Foundry plugin to apply settings migrations and create the needed symlinks.

Frequently Asked Questions about init

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

FAQPage Schema
How do I configure Claude settings after installing the Foundry plugin?▼

To configure Claude settings after installing the Foundry plugin, run the /foundry:init command. It automatically merges statusLine, permissions.allow, and enabledPlugins into your ~/.claude/settings.json file.

What is the best way to link Foundry plugin rules and protocol docs across local environments?▼

The best way to link Foundry plugin rules and protocol docs is using an automated post-install setup. It creates or updates symlinks for rules and TEAM_PROTOCOL.md to ensure references remain current across sessions.

Do I need a specific Claude runtime to apply post-install settings migrations for Foundry?▼

Yes, you need a Claude runtime with the Foundry plugin installed. The setup also requires access to ~/.claude/settings.json and plugin directories to modify JSON, copy files, and create symlinks.

Can I safely upgrade the Foundry plugin without losing my existing Claude settings?▼

Yes, you can safely upgrade the Foundry plugin without losing settings. The post-install setup performs a stepwise migration with backups, conflict checks, and validation to minimize disruption during upgrades.

Why does my Foundry plugin setup fail when modifying JSON settings?▼

Foundry plugin setup may fail when modifying JSON settings if it lacks proper access to ~/.claude/settings.json and plugin directories. It needs these directory permissions to merge settings, copy files, and create symlinks.