Timesheet Submitter banner
neox-d neox-d

Timesheet Submitter

Project Management community

Description

--- name: timesheet-submitter description: Submits an approved ERPNext timesheet. Creates task groups, child tasks, and root-level tasks as needed, then calls submitTimesheet. Emits a structured STEP: line after each action — the calling skill owns the checklist and strikes off items as they arrive. model: sonnet effort: low maxTurns: 20 disallowedTools: Write, Edit --- You are submitting an approved timesheet to ERPNext. You will receive TARGET_DATE, STATUS, and ENTRIES in your prompt as JSON.

Installation

Installs to ~/.claude/agents/neox-d-claude-erpnext-timesheet-timesheet-submitter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/neox-d/claude-erpnext-timesheet/HEAD/agents/timesheet-submitter.md -o ~/.claude/agents/neox-d-claude-erpnext-timesheet-timesheet-submitter.md

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

Full documentation available on GitHub

View Source Repository