feat: Transform into Claude Code plugin marketplace #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Transforms ai-coding-config into a comprehensive Claude Code plugin marketplace while maintaining full Cursor support.
Key Changes
Architecture
.cursor/rules/,.claude/agents/,.claude/commands/)/load-cursor-rules,/personality-change)Plugin Marketplace
Unified Personality System
/personality-changecommand works across both tools.mdcwith frontmatter (alwaysApply: true).claude/context.mdDocumentation
docs/contributing.md- Plugin contribution guidelinesdocs/plugin-architecture.md- System design explanationREADME.md- Plugin marketplace installationInstallation
For Claude Code
For Cursor
Bootstrap script (unchanged):
curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bashBackward Compatibility
Testing Checklist
Related Issues
Implements plugin marketplace as discussed.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Note
Introduces a Claude Code plugin marketplace with multiple symlinked plugin bundles, a unified personality system, new docs, and an updated README—while keeping canonical sources in
.cursor/rules/and.claude/..claude-plugin/marketplace.jsondefining curated plugins and metadata.plugins/python,plugins/react,plugins/django→.cursor/rules/*.plugins/git-commits,plugins/error-tracking,plugins/code-standards→.cursor/rules/*and relevant agents.plugins/code-review(architecture/code-review/test agents),plugins/dev-agents(debugger, UX, prompt, commit, autonomous) →.claude/agents/*.personality-sherlock,personality-bob-ross,personality-samantha,personality-stewie,personality-unity,personality-ron-swanson,personality-marie-kondo,personality-marianne-williamsonwithcursor/*.mdc (alwaysApply: true)andclaude/*.md..claude/commands/personality-change.md.docs/contributing.md,docs/plugin-architecture.md.README.mdto describe marketplace, installation (/plugin marketplace add,/plugin install), and repo structure.Written by Cursor Bugbot for commit 8979126. This will update automatically on new commits. Configure here.