python-code-style
Python代码风格规范 这个规则定义了本项目中Python代码的风格标准,包括命名约定、格式化规则和代码组织标准,确保代码库的一致性和可读性。所有的Python文件应遵循这些规范。
Install / Use
npx skills add OmarAlite946/new-vediomixInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubdescription: Python代码风格规范 这个规则定义了本项目中Python代码的风格标准,包括命名约定、格式化规则和代码组织标准,确保代码库的一致性和可读性。所有的Python文件应遵循这些规范。 globs: .py src/**/.py
遵循PEP 8规范 最大行长度为120字符 类名使用驼峰命名法(CamelCase) 函数和变量名使用下划线命名法(snake_case) 常量使用全大写与下划线(UPPER_CASE)
额外补充内容
导入规范:
- 导入顺序:标准库 > 第三方库 > 本地模块
- 每类导入之间空一行
- 禁止使用 from x import * 的导入方式
文档规范:
- 所有模块、类和函数必须有文档字符串(docstring)
- 使用Google风格的文档字符串
- 类和方法的文档应描述其用途、参数和返回值
代码组织:
- 函数和方法长度不超过100行
- 每个类或函数之间空两行
- 相关的功能应组织在同一个模块中
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
Security Score
Audited on Invalid Date
