Aot compat check
Convert OpenAPI/Swagger into Agent Skills–compatible packages (SKILL.md + scripts + reference) for Claude, Cursor, and other skill hosts — .NET NuGet CLI with auth-aware dispatcher.
npx -y skills add angpysha/api2skill --skill aot-compat-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Publish Native AOT and check for trim/reflection warnings (IL2xxx/IL3xxx). Use when Native AOT mode is enabled.
SKILL.md
0.4 KB, as published. Nobody here has run it
AOT Compat Check
scripts/publish-aot.sh 2>&1 | tee /tmp/aot-build.log
grep -E 'IL2[0-9]{3}|IL3[0-9]{3}|warning' /tmp/aot-build.log || true
Resolve all trim warnings before production handoff. See docs/dotnet-code-style.mdc §6.