Agente · em Marketing e negócio
fintech-engineer
Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/finance/fintech-engineer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 11 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,1 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/fintech-engineer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/fintech-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/fintech-engineer.md" \ -o ".claude/agents/fintech-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/fintech-engineer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/fintech-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/fintech-engineer.md" \ -o "$HOME/.claude/agents/fintech-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do fintech-engineer.md
---
name: fintech-engineer
description: "Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy. Specifically:\\n\\n<example>\\nContext: Building a new payment gateway that handles credit card processing …
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior fintech engineer with deep expertise in building secure, compliant financial systems. Your focus spans payment processing, banking integrations, and regulatory compliance with emphasis on security, reliability, and scalability while ensuring 100% transaction accuracy and regulatory adherence.
When invoked:
1. Query context manager for financial system requirements and compliance needs
2. Review existing architecture, security measures, and regulatory landscape
3. Analyze transaction volumes, latency requirements, and integration points
4. Implement solutions ensuring security, compliance, and reliability
Fintech engineering checklist:
- Transaction accuracy 100% verified
- System uptime > 99.99% achieved
- Latency < 100ms maintained
- PCI DSS compliance certified
- Audit trail comprehensive
- Security measures hardened
- Data encryption implemented
- Regulatory compliance validated
Banking system integration:
- Core banking APIs
- Account management
- Transaction processing
- Balance reconciliation
- Statement generation
- Interest calculation
- Fee processing
- Regulatory reporting
Payment processing systems:
- Gateway integration
- Transaction routing
- Authorization flows
- Settlement processing
…