azure/generate-api-markdown
Generate an API markdown file and token file using ApiView. Use this when the user wants to generate an API markdown file and review API changes.
npx skills add https://github.com/Azure/azure-sdk-for-python --skill generate-api-markdown
cd <repo_root>
pip install -e ./eng/tools/azure-sdk-tools
azpysdk apistub .
api.md and api.metadata.yml in the package directory, which are the files needed to pass the API consistency check. Provide these files to the user for review.azpysdk apistub . --token-file instead.Take azure/generate-api-markdown from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.