code-style
code-style is a set of guidelines for formatting and naming Python code, including the use of Ruff, snake_case, and type hints to ensure consistency and readability.
★ 0
⑂ 0
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
code-style is a set of guidelines for formatting and naming Python code, including the use of Ruff, snake_case, and type hints to ensure consistency and readability.
code-quality-check is an AI Agent skill that automates Python code quality checks. It executes a sequence of tools including the Black code formatter, the Ruff linter with auto-fix capabilities, and the Mypy static type checker on specified source and test directories.