docstring
✓Document a Python module and its classes using Google style
Installation
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."
Document a Python module and its classes using Google style Source: pipecat-ai/pipecat.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pipecat-ai/pipecat --skill docstring- Source
- pipecat-ai/pipecat
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is docstring?
Document a Python module and its classes using Google style Source: pipecat-ai/pipecat.
How do I install docstring?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pipecat-ai/pipecat --skill docstring Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pipecat-ai/pipecat
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01