Update C#/.NET and Python skill packs for paypal, shutterstock, twilio (0.3.1 → 0.3.2) - #111
Merged
mrafnadeem-apimatic merged 1 commit intoSep 3, 2026
Conversation
…o (0.3.1 -> 0.3.2) Refreshes the dotnet and python skill packs for these three plugins from their regenerated APIMatic v4 SDKs, and drops the Install section from the two getting-started skills that still carried one. These three were held out of #110 because they also ship a TypeScript pack that a C#/Python-only regeneration would have deleted. This change is therefore deliberately partial: only skills/dotnet and skills/python are replaced, and each plugin's TypeScript pack and README are left byte-identical to main (verified by hash over all 33 files). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Updates the C#/.NET and Python skill packs for
paypal,shutterstockandtwiliofrom their regenerated APIMatic v4 SDKs, and patch-bumps each to0.3.2.These three were held out of #110 because they also ship a TypeScript pack, and that PR's C#/Python-only regeneration would have deleted 10 TypeScript skill files from each. This change is therefore deliberately partial.
What changed
paypal705249a0ed3d22shutterstocka3a85dff9e5e3etwiliof36ff90cb311abAlso removes the
## Install — from sourcesection frompaypalandshutterstock's dotnet and python getting-started skills, matching the convention #110 established for the other 10 plugins. twilio's were already stripped.What deliberately did not change
skills/typescript/is untouched in all three plugins.PayPal Server SDK SDK Plugin(the generator appends "SDK" to a title that already ends in it) and lowercases thepythonlanguage label — so main's version is kept and the generated one discarded.author,homepage,repository,descriptionand the 3-entryskillsarray are preserved from main; onlyversionmoves.Verified by hashing all 33 TypeScript and README files before and after the update: 0 changed, 0 added, 0 removed.
Verification
sync_marketplace.py --check→In sync: 24 plugins, both registries, README.md, CLAUDE.md.name/version, andnameequals the directory name.write_textemits CRLF on Windows).dotnet build0 warnings/0 errors; Python imports withmypyclean (twilio 1645 files, paypal 463, shutterstock 390).Follow-up not in this PR
Each plugin's TypeScript getting-started skill still carries an
## Installsection, so these three are internally inconsistent until TypeScript is refreshed too. Theirplugin-config.jsonfiles now declaretypescriptalongsidecsharp/python, so a TypeScript pass is the natural next step — it would want its own SDK generation, verification and push rather than riding along here.🤖 Generated with Claude Code