From cowork-bridge
Cowork Bridge 초기 설정. MCP 서버 등록, 데이터 디렉토리 생성, 의존성 설치를 자동으로 수행합니다. 최초 설치 시 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-bridge:cowork-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
플러그인 초기 설정을 수행합니다.
플러그인 초기 설정을 수행합니다.
${CLAUDE_SKILL_DIR}/../.. 를 PLUGIN_DIR로 사용합니다.
cd "$PLUGIN_DIR" && npm install --no-fund --no-audit
cd "$PLUGIN_DIR" && npm run build
mkdir -p "$PLUGIN_DIR/data/inbox" "$PLUGIN_DIR/data/outbox"
~/Library/Application Support/Claude/claude_desktop_config.json 파일을 읽고, mcpServers에 아래 항목을 추가합니다:
{
"cowork-bridge": {
"command": "node",
"args": ["<PLUGIN_DIR>/dist/index.js"]
}
}
기존 설정이 있으면 보존하고 cowork-bridge 항목만 추가/업데이트합니다.
$PLUGIN_DIR/.mcp.json이 존재하는지 확인합니다. 없으면 생성합니다:
{
"mcpServers": {
"cowork-bridge": {
"command": "node",
"args": ["./dist/index.js"]
}
}
}
설정이 완료되면 사용자에게 안내합니다:
/cowork-bridge list로 문서 확인 가능/cowork-watch로 자동 감시 시작 가능submit_and_wait로 문서 제출 → 계획 확인 → approve_plan으로 승인npx claudepluginhub gridi-ai/cowork-bridgeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.