Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Document a Python module and its classes using Google style
Document a Python module or class using Google-style docstrings following project conventions. The argument can be a class name or a module path.
Determine what to document based on the argument:
If a module path is provided (e.g. src/pipecat/audio/vad/vad_analyzer.py):
If a class name is provided (e.g. VADAnalyzer):
class ClassName in src/pipecat/Once the file is identified, read the module to understand its structure:
Apply documentation in this order:
__init__ methods (always document constructor parameters)_)Skip documentation for:
_)__str__, __repr__, __post_init__)npx skills add pipecat-ai/pipecat --skill docstringHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.