# Outfitter Agents Check

> Checks and configures Outfitter marketplaces and plugins. Use when setting up projects or checking plugin configuration.

- Skill: `outfitter-dev/outfitter-agents-check` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add outfitter-dev/outfitter-agents-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/outfitter-dev/outfitter-agents-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: outfitter-dev (https://skillmd.com/u/outfitter-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/outfitter-dev/outfitter-agents-check

---


# Agent Setup

Check and configure outfitter marketplaces in a project.

## Check Current Status

Checks both project (`.claude/settings.json`) and user (`~/.claude/settings.json`) levels.

!`bun ${CLAUDE_PLUGIN_ROOT}/skills/outfitter-agents-check/scripts/check-outfitter.ts .`

## Settings Structure

Claude Code settings use two keys for marketplace plugins:

- **`extraKnownMarketplaces`** — registers a marketplace by alias, pointing to a GitHub repo
- **`enabledPlugins`** — enables individual plugins using `<plugin>@<marketplace>` identifiers

The check script above reports the concrete identifiers and their current status. Use its output to determine what needs to be added.

