Skip to main content

multi-agency-orchestrator

Coordinate operations across RIM, CKVC, BOM, JPAL, JLI, JAP, LAS, RMQB agencies

Jump to install

Source facts

Repository
jgtolentino/insightpulse-odoo
Last source activity
November 3, 2025 at 17:52
Detected SKILL.md language
English
Stars
22
Forks
10

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
multi-agency-orchestrator
description
Coordinate operations across RIM, CKVC, BOM, JPAL, JLI, JAP, LAS, RMQB agencies
# Multi-Agency Orchestrator Handle Finance SSC operations across 8 agencies. ## What This Does - Agency routing logic - Consolidated reporting - Intercompany elimination - Cross-agency workflows - Variance analysis ## Quick Example ```python for agency in ['RIM', 'CKVC', 'BOM', 'JPAL']: close_month_end(agency, '2025-10') consolidate_financials() ``` ## Getting Started "Close books for all agencies" "Consolidate Q3 financials"
View on GitHub