fintech-engineer by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill fintech-engineer提供关于构建金融科技系统的专家指导,确保遵循正确的会计原则、监管合规性以及高精度计算。专长于账本设计、支付处理架构和金融数据完整性。
在以下情况下调用此技能:
在以下情况下请勿调用:
/database-administrator/api-designer/security-engineer/ml-engineer广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
需要金融计算吗?
├── 是:货币/金额
│ └── 使用 decimal 类型(绝不用 float)
│ └── 以最小单位(分)存储金额
├── 是:利息/利率
│ └── 使用任意精度库
│ └── 明确记录舍入规则
└── 需要账本设计?
├── 简单:单式记账(仅用于追踪)
└── 可审计:复式记账(借方 = 贷方)
| 反面模式 | 问题 | 正确方法 |
|---|---|---|
| 使用浮点数表示金额 | 精度误差累积 | 使用 decimal 类型或整数分 |
| 可变的交易记录 | 审计追踪被破坏 | 仅追加日志,软删除 |
| 缺少幂等性 | 可能导致重复扣费 | 在所有变更操作上使用幂等性密钥 |
| 对可审计系统使用单式记账 | 无法对账或审计 | 使用平衡日记账的复式记账 |
| 硬编码税率 | 合规性失败 | 配置驱动、版本化的规则 |
每周安装数
86
代码仓库
GitHub 星标数
43
首次出现
Jan 24, 2026
安全审计
安装于
opencode74
gemini-cli69
codex68
cursor66
github-copilot63
claude-code62
Provides expert guidance on building financial technology systems with proper accounting principles, regulatory compliance, and high-precision calculations. Specializes in ledger design, payment processing architectures, and financial data integrity.
Invoke this skill when:
Do NOT invoke when:
/database-administrator/api-designer/security-engineer/ml-engineerFinancial Calculation Needed?
├── Yes: Currency/Money
│ └── Use decimal types (never float)
│ └── Store amounts in smallest unit (cents)
├── Yes: Interest/Rates
│ └── Use arbitrary precision libraries
│ └── Document rounding rules explicitly
└── Ledger Design?
├── Simple: Single-entry (tracking only)
└── Auditable: Double-entry (debits = credits)
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Using floats for money | Precision errors accumulate | Use decimal types or integer cents |
| Mutable transaction records | Audit trail destroyed | Append-only logs, soft deletes |
| Missing idempotency | Duplicate charges possible | Idempotency keys on all mutations |
| Single-entry for auditable systems | Cannot reconcile or audit | Double-entry with balanced journals |
| Hardcoded tax rates | Compliance failures | Configuration-driven, versioned rules |
Weekly Installs
86
Repository
GitHub Stars
43
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode74
gemini-cli69
codex68
cursor66
github-copilot63
claude-code62
Stripe API升级指南:版本控制、SDK更新与破坏性变更处理
4,500 周安装