ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.
$ npx -y skills add evolution-foundation/evo-nexus --skill fin-close-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fin-close-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.
name: fin-close-management description: Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day. user-invocable: false
**Important**: This skill assists with close management workflows but does not provide financial advice. All close activities should be reviewed by qualified financial professionals.
Month-end close checklist, task sequencing and dependencies, status tracking, and common close activities organized by day.
Tasks are organized by what must complete before the next task can begin:
LEVEL 1 (No dependencies — can start immediately at T+1): ├── Cash receipts/disbursements recording ├── Bank statement retrieval ├── Payroll processing/accrual ├── Fixed asset depreciation run ├── Prepaid amortization ├── AP accrual preparation └── Intercompany transaction posting LEVEL 2 (Depends on Level 1 completion): ├── Bank reconciliation (needs: cash entries + bank statement) ├── Revenue recognition (needs: billing/delivery data finalized) ├── AR subledger reconciliation (needs: all revenue/cash entries) ├── AP subledger reconciliation (needs: all AP entries/accruals) ├── FX revaluation (needs: all foreign currency entries posted) └── Remaining accrual JEs (needs: review of all source data) LEVEL 3 (Depends on Level 2 completion): ├── All balance sheet reconciliations (needs: all JEs posted) ├── Intercompany reconciliation (needs: both sides posted) ├── Adjusting entries from reconciliations └── Preliminary trial balance LEVEL 4 (Depends on Level 3 completion): ├── Tax provision (needs: pre-tax income finalized) ├── Equity roll-forward ├── Consolidation and eliminations ├── Draft financial statements └── Preliminary flux analysis LEVEL 5 (Depends on Level 4 completion): ├── Management review ├── Final adjustments ├── Hard close / period lock ├── Financial reporting package └── Forecast updates
The critical path determines the minimum close duration. Typical critical path:
Cash/AP/AR entries → Subledger reconciliations → Balance sheet recs → Tax provision → Draft financials → Management review → Hard close
To shorten the close:
Track each close task with the following attributes:
| Task | Owner | Deadline | Status | Blocker | Notes | |------|-------|----------|--------|---------|-------| | [Task name] | [Person/role] | [Day T+N] | Not Started / In Progress / Complete / Blocked | [If blocked, what's blocking] | [Any notes] |
-
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…