Getting Started
Install Agent Tools Loadout, add your first source, and equip content in under five minutes.
Installation
From the VS Code Marketplace
- Open VS Code
- Open the Extensions sidebar (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "Agent Tools Loadout" or agent-loadout
- Click Install
From a .vsix file
If your organization distributes a custom build:
- Download the
.vsixfile from your internal artifact repository - Open VS Code
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run Extensions: Install from VSIX...
- Select the downloaded file
From the command line
Add Your First Source
After installation, you'll see a new icon in the Activity Bar on the left side of VS Code.
Step 1: Open the sidebar
Click the Agent Tools Loadout icon in the Activity Bar. You'll see a message: "No sources configured. Use 'Add Source' to get started."
Step 2: Add a source repository
Click the + button in the sidebar title bar, or run Agent Tools Loadout: Add Source from the Command Palette.
Enter a Git repository URL. Both HTTPS and SSH formats are supported:
Note
Authentication uses your existing Git configuration — SSH keys, credential helpers, personal access tokens. The extension does not store any credentials.
Step 3: Wait for the scan
The extension clones the repository (shallow, --depth=1) and scans for instruction content. You'll see a loading indicator while this happens.
Step 4: Browse content
Once loaded, the sidebar tree shows all discovered content organized by source and content type. Click any item to see a rich preview.
Equip Content
Single item
Right-click any content item and select Load. You'll be prompted to choose a target agent:
- Cursor — writes to
.cursor/rules/ - GitHub Copilot — writes to
.github/instructions/ - Claude — writes to
.claude/rules/
Multiple items
- Check the boxes next to the items you want to equip
- Click the download icon in the sidebar title bar
- Choose a target agent
- All selected items are written to your workspace
After equipping
Equipped items show a blue checkmark icon and (loaded) label in the tree. If the source content is updated after you equipped it, you'll see a warning icon with updated since loaded.
Unequip Content
To remove equipped files from your workspace:
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run Agent Tools Loadout: Unequip
- Select the target agent
- Choose which files to remove
Next Steps
- Features — Learn about search, filtering, format conversion, and more
- Supported Agents — Understand where files go and how formats differ
- Configuration — Tune sensitivity, set default agent, manage sources
- Content Authoring — Write your own instruction content for your team