code-style

Installation
SKILL.md

Python code style for fund-portfolio-bot

本 Skill 强调编码规范中最关键、最容易被忽略的规则。

完整编码规范见 CLAUDE.md 第 3 节(核心约束)。 分层架构约束见 .claude/skills/architecture/SKILL.md

When to use

在以下场景使用本 Skill(触发词:代码风格、类型注解、Docstring、精度、code style、type hints、docstring):

  • 生成新的 Python 模块(尤其是 src/ 下)
  • 修改现有函数或类
  • 做代码重构或代码评审
  • 用户提到"类型注解"、"Decimal"、"文档"、"代码规范"时

类型与数值正确性

Installs
2
First Seen
Jan 29, 2026
code-style — mmorit00/fund-portfolio-bot