Master#64
Open
thujosar-sys wants to merge 11 commits intoforrestchang:forrestchang/fix-readme-linksfrom
Open
Conversation
Add real-world code examples demonstrating principles of effective coding, highlighting common mistakes and their corrections.
…-readme-links Fix GitHub repository links in README
Move plugin.json to .claude-plugin/ directory as required by Claude Code plugin specification. The plugin manifest must be located at .claude-plugin/plugin.json for proper plugin discovery and loading. Also fix author and repository URL to point to correct owner. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix plugin structure for Claude Code compatibility
Add examples of common mistakes on each principles
- Fix skill path in plugin.json to use relative path from .claude-plugin/ (changed from "skills/..." to "../skills/...") - Add /plugin add command to README alongside CLI command Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add marketplace.json required for /plugin marketplace add - Fix skill path to use ./ prefix (relative to plugin root) - Update README with correct two-step install process: 1. /plugin marketplace add forrestchang/andrej-karpathy-skills 2. /plugin install andrej-karpathy-skills@karpathy-skills Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change author from string to object with name property - Remove invalid displayName field - Point skills to directory instead of file (auto-discovery) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix plugin skill path for Claude Code compatibility
Add a prominent link to the Multica open-source agents platform at the beginning of the README for discoverability.
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.
No description provided.