docs
Align Paddle APIs with PyTorch behavior automatically
All Skills in This Repository (7)
Pure Emerald Level Indicatorspython-decorator
Apply Python decorators to unify parameter names and ordering between PyTorch and Paddle APIs.
api-docs-updater
Synchronize Chinese API documentation with code changes by comparing docstrings and updating rst files.
pytorch-alignment-validator
Automate PyTorch API validation with pytest and custom test scripts.
api-compatibility
Automate Paddle and PyTorch API synchronization across code, tests, and documentation.
api-change-decider
Analyze PyTorch and Paddle API differences for migration decisions.
cpp-sink
Transform Python Paddle APIs into optimized C++ implementations.
create-pr
Automate git commits, pushes, and pull request creation across multiple repositories.
Frequently Asked Questions
FAQPage SchemaHow to install PaddlePaddle docs skills?โผ
Run `npx skills add PaddlePaddle/docs --all -g -y` in your terminal to install all skills in this suite globally.
How to make Paddle APIs match PyTorch?โผ
Provide a list of PyTorch APIs and the suite analyzes differences, picks a modification strategy, edits Paddle code, and verifies identical behavior.
What does the API alignment workflow include?โผ
It covers five steps: solution selection, code modification via decorators or C++ changes, compatibility testing, PyTorch verification tests, and documentation updates.
Does it handle testing and documentation automatically?โผ
Yes. It writes compatibility unit tests, runs PyTorch comparison tests via PaConvert, and updates the Chinese API docs to match the new behavior.
Do I need deep learning framework expertise to use it?โผ
No. The agent executes the full alignment pipeline autonomously, including error rollback after repeated failures, based on your plain API list.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core