From team
Checks and configures Outfitter marketplaces and plugins. Use when setting up projects or checking plugin configuration.
npx claudepluginhub outfitter-dev/outfitter --plugin teamThis skill uses the workspace's default tool permissions.
Check and configure outfitter marketplaces in a project.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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.