Outfitter Agents Check

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

outfitter-dev d3c9b9b 3 files · 6.5 KB Updated

File contents

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.

outfitter-dev/outfitter/tree/main/plugins/team/skills/outfitter-agents-check commit d3c9b9bcf2

Frequently asked questions

npx skillmds@latest add outfitter-dev/outfitter-agents-check