AgentSkillsCN

agent-setup

检查并配置 Outfitter 应用市场与插件。在搭建项目或检查插件配置时,应运用此技能。

SKILL.md
--- frontmatter
name: agent-setup
description: "Checks and configures Outfitter marketplaces and plugins. Use when setting up projects or checking plugin configuration."
metadata:
  version: "1.0.0"
  author: outfitter
  category: setup

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/agent-setup/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.