Conversation
- Add plugins/deep-reading-analyst/ directory with complete plugin bundle - Include plugin manifest, skills, commands, and agents - Add marketplace registry configuration - Follow Every Marketplace plugin format standards
- Update README.md with marketplace installation instructions - Update CLAUDE.md to reflect cleaned repository structure - Remove references to legacy .skill file distribution - Add marketplace-specific development workflows
- Update build.sh to validate plugin structure only - Remove legacy .skill file building functionality - Add comprehensive plugin component validation - Enhance JSON syntax checking and error reporting
- Remove duplicate src/ directory (content moved to plugins/) - Remove legacy deep-reading-analyst.skill file - Remove README_CN.md (optional multilingual docs) - Achieve single source of truth for plugin content
- Include detailed overview of changes - Document breaking changes and migration guide - Provide installation instructions and benefits - Outline testing and deployment readiness
- Update .claude/skills/deep-reading-analyst/references/ to skills/deep-reading-analyst/references/ - Ensures consistent relative path from plugin root - Aligns with marketplace plugin directory structure
- Update 8 framework reference paths from .claude/skills/deep-reading-analyst/ to skills/deep-reading-analyst/references/ - Ensures consistent relative paths from plugin root - Covers all 8 thinking frameworks: SCQA, 5W2H, Critical Thinking, Inversion, Mental Models, First Principles, Systems Thinking, Six Hats
- Update /references/ to skills/deep-reading-analyst/references/ for consistency - Fixes 2 occurrences: framework docs reference and comparison matrix link - Ensures all reference links use consistent relative path from plugin root
feat: refactor repository to Claude plugins marketplace spec
- GitHub uses .github/PULL_REQUEST_TEMPLATE.md for PR templates - Root file was a duplicate PR description, not a template - Aligns with Claude plugin standard directory structure
- Temporary review document from PR #1 - Not part of Claude plugin standard structure - Cleanup improves repository organization
- Add *.skill (legacy skill file format) - Add *.claude-plugin.zip (plugin distribution archives) - Prevents accidental commit of build artifacts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This PR cleans up the project root directory to align with Claude plugin standard directory structure.
📋 Changes Made
Removed Files
.github/PULL_REQUEST_TEMPLATE.mdfor PR templatesUpdated Files
*.skill(legacy skill file format)*.claude-plugin.zip(plugin distribution archives)✅ Benefits
📁 Final Root Structure
🧪 Testing
📝 Commit History
This PR contains 3 atomic commits:
chore: remove duplicate PULL_REQUEST_TEMPLATE.md from rootchore: remove temporary PR_REVIEW_RESULTS.mdchore: add Claude plugin build artifacts to .gitignore