Что такое docstring?
Документируйте модуль Python и его классы, используя стиль Google. Источник: pipecat-ai/pipecat.
Документируйте модуль Python и его классы, используя стиль Google.
Быстро установите AI-навык docstring в вашу среду разработки через командную строку
Источник: pipecat-ai/pipecat.
Document a Python module and its classes using Google-style docstrings following project conventions. The class name is provided as an argument.
Note: When listing event handlers, do NOT use backticks. Include an Example:: section (with double colon for Sphinx) showing the decorator pattern and function signature for each event.
Good: "Neuphonic API key for authentication." Bad: "str: The API key (string) that is used for authenticating with Neuphonic."
Документируйте модуль Python и его классы, используя стиль Google. Источник: pipecat-ai/pipecat.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/pipecat-ai/pipecat --skill docstringДокументируйте модуль Python и его классы, используя стиль Google. Источник: pipecat-ai/pipecat.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/pipecat-ai/pipecat --skill docstring После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/pipecat-ai/pipecat