Jk Close banner
teamtinvio teamtinvio

Jk Close

Development community

Description

--- description: "Run a resumable month, quarter, or year close" argument-hint: "<period: 2026-06 | 2026-Q2 | FY2026>" --- # Run a period close Follow the **close** flow in the `jaz-kit` skill (`references/flows.md`). State schema and the resume protocol are in `references/close-state.md`. The accounting steps themselves live in the `jaz-jobs` skill — this drives them, it does not replace them. ## Usage ``` /jk-close 2026-06 /jk-close 2026-Q2 /jk-close FY2026 ``` Re-run the same period to r

Installation

Installs to ~/.claude/skills/teamtinvio-jaz-ai-jk-close/SKILL.md

Terminal
mkdir -p ~/.claude/skills/teamtinvio-jaz-ai-jk-close && curl -fsSL https://raw.githubusercontent.com/teamtinvio/jaz-ai/HEAD/commands/jk-close.md -o ~/.claude/skills/teamtinvio-jaz-ai-jk-close/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository