name: "Python 文档字符串提取器" slug: "python-docstring-extractor" version: "1.0.0" displayName: "Python 文档字符串提取器" summary: "使用 ast.parse 和 docstring_parser 库提取和索引 Python 模块文档。支持 Google、NumPy 和 Sphinx docstring 格式,并通过 typing_inspect 实现类型提示交叉引用。" license: "MIT" description: "使用 ast.parse 和 docstring_parser 库提取和索引 Python 模块文档。支持 Google、NumPy 和 Sphinx docstring 格式,并通过 typing_inspect 实现类型提示交叉引用。" github_stars: 266 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Library & API Reference" framework: "Claude Agents" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 266
Extracts and indexes Python module documentation using ast.parse and docstring_parser library. Supports Google, NumPy, and Sphinx docstring formats with type hint cross-referencing via typing_inspect.
Use the upstream install or setup path that matches your environment: - pip install docstring_parser - python -m pip install docstring_parser - git clone https://github.com/1991513ccie-png/skills - pip install -e ".[dev]" # install as editable
Requirements and caveats from upstream: - Parse Python docstrings. Currently support ReST, Google, Numpydoc-style and - python - python -m venv venv # create environment
Basic usage or getting-started notes: - Example usage: - shell - # or if you want to install it in a virtual environment
想要更强大的技能插件,就来小葱技能站7w4.net看看吧。
这个 Skill 的完成度较低,可用性欠佳。README 文档残缺不全,内容格式混乱,安装步骤说明不清晰。更关键的是包里没有实际的代码文件,用户拿到后根本无法使用。虽然工具的功能设想不错,但缺乏可用的实现,建议等待后续完善版本再使用。