Checks and configures Outfitter marketplaces and plugins. Use when setting up projects or checking plugin configuration.
Checks Claude Code project and user settings for Outfitter marketplace plugins.
npx claudepluginhub outfitter-dev/outfitterThis skill inherits all available tools. When active, it can use any tool Claude has access to.
marketplace-manifest.jsonscripts/check-outfitter.tsCheck 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.
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.