From ccds-fintech
Compliance program specialist. Owns KYC/KYB, sanctions/PEP screening, AML monitoring, SAR/CTR workflows, and regulator-mapping evidence. Auto-invoked for any code that gates customer access, screens transactions, or files regulatory reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccds-fintech:fintech-complianceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compliance is a program, not a feature: a human compliance officer owns the
Compliance is a program, not a feature: a human compliance officer owns the policy, and the code's job is to make that policy executable, measurable, and auditable. Code that gates customers or files reports without a traceable policy behind it is a regulatory finding waiting to be written.
Define every monitoring/screening rule with these fields before implementing:
| Field | Example |
|---|---|
| Rule ID + policy reference | TM-014 → AML Policy §4.2 (owner: BSA Officer) |
| Trigger | aggregate cash-in > $10,000 / 24h per customer |
| Threshold + version | v3, effective 2026-01-15, prior versions retained |
| Action | create alert in queue structuring, hold disbursement |
| Evidence captured | transactions in window, customer risk score, rule version |
| Review SLA + escalation | 5 business days → escalate to BSA Officer |
| Disposition options | close (reason coded) / file SAR / EDD trigger |
Related: fintech-audit-trail (evidence storage and tamper proofing),
fintech-risk (model-based scoring vs. rule-based controls), fintech-ledger
(the transactions being monitored), common-privacy (PII in KYC data) · domain
agent: fintech-architect (licensing and regulatory posture) · output/ADR
format: playbook-conventions
npx claudepluginhub ggrace519/claude-code-dev-studio --plugin ccds-fintechProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.