Commit fa86cc9
ποΈ Refactor to plugin-first architecture (#10)
* ποΈ Refactor to plugin-first architecture
Consolidate all distributable content into plugins/ as the single source of truth.
This enables elegant updates via Claude Code's plugin marketplace while maintaining
Cursor/Windsurf compatibility through symlinks.
Key changes:
- Create plugins/core/ for commands and context
- Create plugins/agents/ consolidating dev-agents + code-review agents
- Create plugins/skills/ for autonomous capabilities
- Simplify personality plugins (remove duplication, fix luminous reference)
- Update .claude/ to symlink to plugins/ content
- Rewrite /ai-coding-config with tool detection (Cursor, Windsurf, Claude Code)
- Update marketplace.json with new plugin structure
Architecture:
- plugins/ is canonical source for everything distributable
- .claude/commands/ β plugins/core/commands/
- .claude/agents/ β plugins/agents/agents/
- .claude/skills/ β plugins/skills/skills/
- rules/personalities/ β symlinks to plugins/personalities/*/personality.mdc
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* π Fix architecture audit issues
- Update marianne-williamson β luminous references
- Bump all plugin.json versions from 1.1.0 β 1.2.0 to match marketplace
- Update personality list in personality-change.md
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* π Fix personality-change symlink editing bug
Cursor Bugbot found a critical issue: /personality-change modifies
files in rules/personalities/, which are symlinks to plugin source.
This would edit shared config in ~/.ai_coding_config and break other
projects.
Fix: Update /personality-change workflow to create local copies
instead of editing symlinks. Personalities are now copied from
plugins to rules/personalities/, then frontmatter is safely edited.
Updated:
- plugins/core/commands/personality-change.md: Copy personalities locally
- AGENTS.md: Clarify that personalities are copied, not symlinked
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* β¨ Add migration path for existing users in /ai-coding-config update
Existing users with pre-1.2.0 plugins (code-review, dev-agents, git-commits)
will have broken installations after updating. Added:
- plugin-migration-check: Detects deprecated plugins, explains consolidation,
provides uninstall/install commands
- symlink-compatibility-check: Explains why existing symlinks should still work
(chain resolution), identifies edge cases that need updates
- Updated deprecated-files-check to focus on user's project, not source repo
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Nick Sullivan <nick@technick.ai>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5ea3788 commit fa86cc9
File tree
109 files changed
+1114
-2890
lines changed- .claude-plugin
- .claude
- commands
- .cursor
- commands
- plugins
- agents
- .claude-plugin
- agents
- code-review
- .claude-plugin
- agents
- code-standards/.claude-plugin
- core
- .claude-plugin
- commands
- dev-agents
- .claude-plugin
- agents
- django/.claude-plugin
- git-commits
- .claude-plugin
- agents
- personalities
- personality-bob-ross
- .claude-plugin
- claude
- commands
- cursor
- personality-luminous
- .claude-plugin
- personality-marie-kondo
- .claude-plugin
- claude
- commands
- cursor
- personality-ron-swanson
- .claude-plugin
- claude
- commands
- cursor
- personality-samantha
- .claude-plugin
- claude
- commands
- cursor
- personality-sherlock
- .claude-plugin
- claude
- commands
- cursor
- personality-stewie
- .claude-plugin
- claude
- commands
- cursor
- python/.claude-plugin
- react/.claude-plugin
- skills
- .claude-plugin
- skills
- brainstorming
- research
- skill-creator
- scripts
- systematic-debugging
- youtube-transcript-analyzer
- rules
- personalities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+1114
-2890
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
59 | 31 | | |
60 | 32 | | |
61 | 33 | | |
62 | 34 | | |
63 | 35 | | |
64 | | - | |
| 36 | + | |
65 | 37 | | |
66 | 38 | | |
67 | 39 | | |
68 | 40 | | |
69 | 41 | | |
70 | 42 | | |
71 | 43 | | |
72 | | - | |
| 44 | + | |
73 | 45 | | |
74 | 46 | | |
75 | 47 | | |
76 | 48 | | |
77 | 49 | | |
78 | 50 | | |
79 | 51 | | |
80 | | - | |
| 52 | + | |
81 | 53 | | |
82 | 54 | | |
83 | 55 | | |
84 | 56 | | |
85 | 57 | | |
86 | 58 | | |
87 | | - | |
88 | | - | |
| 59 | + | |
| 60 | + | |
89 | 61 | | |
90 | 62 | | |
91 | 63 | | |
92 | 64 | | |
93 | 65 | | |
94 | 66 | | |
95 | 67 | | |
96 | | - | |
| 68 | + | |
97 | 69 | | |
98 | 70 | | |
99 | 71 | | |
100 | 72 | | |
101 | 73 | | |
102 | 74 | | |
103 | 75 | | |
104 | | - | |
| 76 | + | |
105 | 77 | | |
106 | 78 | | |
107 | 79 | | |
108 | 80 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
113 | 85 | | |
114 | | - | |
| 86 | + | |
115 | 87 | | |
116 | 88 | | |
117 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments