From team
Checks and configures Outfitter marketplaces and plugins. Use when setting up projects or checking plugin configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team:outfitter-agents-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check and configure outfitter marketplaces in a project.
Check and configure outfitter marketplaces in a project.
Checks both project (.claude/settings.json) and user (~/.claude/settings.json) levels.
!bun ${CLAUDE_PLUGIN_ROOT}/skills/outfitter-agents-check/scripts/check-outfitter.ts .
Claude Code settings use two keys for marketplace plugins:
extraKnownMarketplaces — registers a marketplace by alias, pointing to a GitHub repoenabledPlugins — enables individual plugins using <plugin>@<marketplace> identifiersThe check script above reports the concrete identifiers and their current status. Use its output to determine what needs to be added.
npx claudepluginhub outfitter-dev/outfitter --plugin teamGuides creating, validating, and managing Claude Code plugin marketplaces including marketplace.json schema, plugin entries, and best practices for setup and distribution.
Guides creation, validation, and management of Claude Code plugin marketplaces and marketplace.json files.
Validates, tests, and distributes Claude Code plugins and marketplaces. Guides development with schemas, local testing commands, error fixes, and distribution prep.