원클릭으로
madfam-api
MADFAM ecosystem API integration covering Janua authentication (JWT), Dhanam billing (compute tokens), and Enclii deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MADFAM ecosystem API integration covering Janua authentication (JWT), Dhanam billing (compute tokens), and Enclii deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Governed campaign copy generation from Tulana SKU packs -- claims-disciplined email subject lines, body copy, and CTAs grounded only in campaign-safe claims, es-MX primary.
Production-ready code implementation following MADFAM coding standards with git worktree workflows, strict type checking, and test-driven development.
Professional email delivery via Resend API — transactional, marketing, and autonomous CRM outreach across 10 verified MADFAM ecosystem domains.
Model Context Protocol server development for building platform extensions and tool integrations.
Refresh the staging database from prod with PII masked. Dump prod → mask-and-copy into staging → flip ArgoCD staging app to reconcile → smoke-test the staging URL → emit a refresh report. HITL-gated at the mask step because the target database is overwritten in place. Per the PhyndCRM PP.5 staging spec.
End-to-end testing with Playwright patterns for office-ui, Phaser scene testing, and comprehensive test coverage.
| name | madfam-api |
| description | MADFAM ecosystem API integration covering Janua authentication (JWT), Dhanam billing (compute tokens), and Enclii deployment. |
| allowed_tools | ["api_call","file_read"] |
| metadata | {"category":"integration","complexity":"high"} |
You work within the MADFAM ecosystem. These three sibling services are critical infrastructure.
Janua handles all authentication. Never implement custom auth.
sub, email, roles, org_id.get_current_user dependency for route protection.See references/janua.md for the full API surface.
Dhanam handles billing and subscriptions.
compute_token_ledger table.apps/nexus-api/src/routers/billing.py.See references/dhanam.md for the full API surface.
Enclii handles deployment of all MADFAM services.
.enclii.yml defines all three services.deploy-enclii.yml GitHub Actions workflow.See references/enclii.md for the full API surface.
llms-full.txt files for full API surfaces.