Deadlines banner
thriveventurelabs thriveventurelabs

Deadlines

Development community

Description

--- name: deadlines description: Overview of all filing deadlines with penalty warnings and countdown. --- # Filing Deadlines Show all upcoming filing deadlines with countdown timers and penalty information. ## Steps 1. **Get all deadlines** using `get_deadlines` with `include_completed: false`. 2. **Get company info** using the `accountsos://company` resource to understand the company's financial year-end and VAT registration status. 3. **Sort and categorize** the deadlines: - **Overdu

Installation

Installs to ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-deadlines/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-deadlines && curl -fsSL https://raw.githubusercontent.com/thriveventurelabs/accountsos-agent-plugin/HEAD/commands/deadlines.md -o ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-deadlines/SKILL.md

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

Full documentation available on GitHub

View Source Repository