Commit 6d40642
ποΈ Consolidate skills into ai-coding-config plugin (#15)
* ποΈ Consolidate skills into ai-coding-config plugin
Merge standalone skills plugin into core ai-coding-config plugin following
the same pattern as PR #14 for agents.
- Move skills from plugins/skills/skills/ to plugins/core/skills/
- Bump marketplace and core plugin version to 5.0.0
- Update all documentation and symlinks
- Remove plugins/skills/ directory
Previous structure had awkward naming: skills:brainstorming
New access pattern: ai-coding-config:brainstorming
This completes the consolidation work, creating one unified plugin
containing commands, agents, skills, and context.
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
* π Fix duplicate detection paths for consolidated plugin structure
Update example paths in ai-coding-config.md to reflect that agents and
skills now live in `ai-coding-config/core/*/` instead of separate plugin
directories.
Cursor Bugbot correctly identified this would cause duplicate detection
to fail for skills since the path pointed to non-existent location.
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
* π Add deleted plugin paths to symlink compatibility check
Include deleted skills and agents plugin paths in the list of paths
that should trigger symlink updates. Without this, users with direct
symlinks to old locations won't be offered the fix.
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
---------
Co-authored-by: Nick Sullivan <[email protected]>
Co-authored-by: Claude Sonnet 4.5 <[email protected]>1 parent 7e44bd2 commit 6d40642
File tree
16 files changed
+16
-31
lines changed- .claude-plugin
- .claude
- plugins
- core
- .claude-plugin
- commands
- skills
- brainstorming
- research
- skill-creator
- scripts
- systematic-debugging
- youtube-transcript-analyzer
- skills/.claude-plugin
16 files changed
+16
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| 423 | + | |
| 424 | + | |
423 | 425 | | |
424 | 426 | | |
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
428 | | - | |
| 430 | + | |
429 | 431 | | |
430 | 432 | | |
431 | 433 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments