Skip to content
Merged
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
1 change: 1 addition & 0 deletions config/claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved readability and maintainability, it's good practice to keep lists like this sorted alphabetically. The enabledPlugins list is currently not sorted (for example, code-review@claude-plugins-official comes after commit-commands@claude-plugins-official).

Consider sorting the entire list. This will make it easier to find plugins and see what's enabled at a glance.

Comment on lines 7 to +10

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "code-simplifier" plugin is not in alphabetical order. Looking at the existing plugins, they appear to be sorted alphabetically. "code-simplifier" should be placed after "code-review" (line 6) and before "feature-dev" (line 7) to maintain the alphabetical ordering pattern.

Suggested change
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,

Copilot uses AI. Check for mistakes.
"ralph-wiggum@claude-plugins-official": true,
"serena@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
Expand Down
Loading