docstring
✓Google スタイルを使用して Python モジュールとそのクラスを文書化する
SKILL.md
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."
Google スタイルを使用して Python モジュールとそのクラスを文書化する ソース: pipecat-ai/pipecat。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/pipecat-ai/pipecat --skill docstring- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
docstring とは?
Google スタイルを使用して Python モジュールとそのクラスを文書化する ソース: pipecat-ai/pipecat。
docstring のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pipecat-ai/pipecat --skill docstring インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/pipecat-ai/pipecat