Google-style docstring conventions for Python code. Apply when writing or reviewing functions, classes, or modules that need documentation.
原文语言:英语
菜单
SkillsMP 已收集 libertininick/pyclaudefig 中的 24 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 24 / 24 个已收集 Skill。
Google-style docstring conventions for Python code. Apply when writing or reviewing functions, classes, or modules that need documentation.
原文语言:英语
Python naming conventions for this codebase. Apply when writing or reviewing Python code including functions, classes, variables, and constants.
原文语言:英语
Python type hint conventions for this codebase. Apply when writing or reviewing Python code that needs type annotations on functions, classes, or variables.
原文语言:英语
Essential Pythonic idioms and conventions. Apply when writing or reviewing Python code to ensure idiomatic patterns like comprehensions, built-in functions, context managers, and unpacking.
原文语言:英语
Python code organization conventions for this codebase. Apply when structuring modules, organizing imports, designing file layouts, or moving functions/classes within or between files. Use PROACTIVELY when users request to check code organization, move code,…
原文语言:英语
Refactoring complex functions into smaller, pure helper functions. Apply when function complexity is exceeded or when extracting helper functions during refactoring. If tasked with fixing ruff lint errors related to complexity, ALWAYS trigger this skill.
原文语言:英语
Implementation plan templates with format specifications, validation criteria, and examples. Use when creating plans for features, bug fixes, or refactoring. Provides the complete plan structure and writing guidance.
原文语言:英语
Execute Python code safely by checking for dangerous operations first. ALWAYS use when running agent-generated Python code.
原文语言:英语
Skill structure, frontmatter options, and writing guidelines. Reference for creating Claude Code skills.
原文语言:英语
Pytest testing conventions for this codebase. Apply when writing or reviewing tests including test naming, structure, fixtures, and parametrization.
原文语言:英语
Run code validation checks (lint, format, type, docstring, doctest, test). Use when validating code quality after writing or modifying Python code.
原文语言:英语
Validate .claude/manifest.json structure and references. Apply after modifying the manifest to ensure correctness.
原文语言:英语
Write content to a timestamped markdown file. Use when agents need to save plans, reviews, or other outputs.
原文语言:英语
Python class design conventions for this codebase. Apply when writing or reviewing classes including interfaces, inheritance, composition, and attribute access.
原文语言:英语
Python data structure conventions for this codebase. Apply when choosing between Pydantic models, dataclasses, and other data containers or reviewing data structure design choices.
原文语言:英语
Explore project structure to understand layout, packages, and key files. Use when you need context about how the project is organized.
原文语言:英语
Fetch framework documentation when uncertain about APIs. Use when you need up-to-date docs for approved frameworks.
原文语言:英语
Approved frameworks and libraries for this codebase. Apply when selecting libraries, checking if a framework is approved, or fetching documentation for approved tools.
原文语言:英语
Python function design conventions for this codebase. Apply when writing or reviewing functions including signatures, parameters, return types, and async patterns.
原文语言:英语
Maintainability assessment criteria for code review. Apply when evaluating code for readability, change tolerance, hidden assumptions, and debuggability.
原文语言:英语
PR description templates with format specifications and examples. Use when generating PR descriptions. Provides the complete PR structure and writing guidance.
原文语言:英语
Code review output templates with format specifications and severity guidance. Use when generating code reviews. Provides the review structure and quality bar.
原文语言:英语
Test quality assessment criteria for reviewing tests. Apply when evaluating tests for substantive coverage, organization, maintainability, and realistic test data variety.
原文语言:英语
Testability assessment criteria for code review. Apply when writing new code that will be tested or evaluating code for dependency injection, global state, pure functions, and test seams.
原文语言:英语