Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/plugins/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ typescript-lsp@claude-plugins-official
# Code Review
code-review@claude-plugins-official

# Monitoring
sentry@claude-plugins-official

# === Workflow Plugins (claude-code-workflows) ===
code-refactoring@claude-code-workflows
kubernetes-operations@claude-code-workflows
Expand Down
42 changes: 41 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,46 @@
"hookify@claude-code-plugins": true,
"security-guidance@claude-code-plugins": true,
"nextjs-vercel-pro@claude-code-templates": true,
"supabase-toolkit@claude-code-templates": true
"supabase-toolkit@claude-code-templates": true,
"commit-commands@claude-plugins-official": true,
"hookify@claude-plugins-official": true,
"plugin-dev@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"sentry@claude-plugins-official": true,
"postgres-best-practices@supabase-agent-skills": true,
"agent-browser@agent-browser": true,
"context7@intellectronica-skills": true
},
"extraKnownMarketplaces": {
"claude-plugins-official": {
"source": {
"source": "git",
"url": "https://github.com/anthropics/claude-plugins-official.git"
}
},
"agent-browser": {
"source": {
"source": "git",
"url": "https://github.com/vercel-labs/agent-browser.git"
}
},
"claude-code-workflows": {
"source": {
"source": "git",
"url": "https://github.com/wshobson/agents.git"
}
},
"intellectronica-skills": {
"source": {
"source": "git",
"url": "https://github.com/intellectronica/agent-skills.git"
}
},
"supabase-agent-skills": {
"source": {
"source": "git",
"url": "https://github.com/supabase/agent-skills.git"
}
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ The repository includes a complete DevContainer setup (`.devcontainer/`) that pr

**Pre-installed Plugins** (defined in `.claude/plugins/plugins.txt`):

- Official plugins: `commit-commands`, `hookify`, `plugin-dev`, `typescript-lsp`, `code-review`
- Official plugins: `commit-commands`, `hookify`, `plugin-dev`, `typescript-lsp`, `code-review`, `sentry`
- Workflow plugins: `code-refactoring`, `kubernetes-operations`, `javascript-typescript`, `backend-development`, `full-stack-orchestration`, `database-design`, `database-migrations`
- Supabase plugins: `postgres-best-practices`
- Vercel plugins: `agent-browser`
Expand Down
1 change: 1 addition & 0 deletions docs/using-config-base-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ claude --help
- `plugin-dev` - プラグイン開発ツール
- `typescript-lsp` - TypeScript 言語サーバー
- `code-review` - コードレビュー支援
- `sentry` - Sentry 連携・エラー監視

**ワークフロープラグイン (`claude-code-workflows`)**:

Expand Down
Loading