Financev1.0.0By uristocratVerified

Expense Access Audit

Three jobs around expense-tool and corporate-card access, tied to who actually works here: onboarding (setup checklist for a new hire), offboarding (teardown checklist for a termination), and audit (cross-check expense tool against HRIS to flag terminated-but-active, missing approvers, over-limit cards). The skill drafts the checklist and audits for gaps; a human executes the card actions. The card kill is a rule that must always fire, not an AI guess. Handles ambiguous cross-system matches by surfacing both candidate records rather than picking one. Works with any expense or card tool (Ramp, Brex, Expensify, Bill.com, Divvy) and any HRIS.

expense managementaccess auditonboardingoffboardingHRIScorporate cards
Install

Simple install — no setup required

1

Download the skill file below

2

Add it to Claude — pick your platform:

Claude desktop app

  1. Open the Claude desktop app
  2. Go to Code, then Customize
  3. Click Create a new skill
  4. Upload the skill file you downloaded

claude.ai (web)

  1. Go to Customize, then Skills
  2. Click +, then Create a new skill
  3. Upload the skill file you downloaded
3

Say a trigger phrase to activate it

Download skill file

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the pinned source below.

Expense Access Audit

Generate the onboarding or offboarding checklist for the expense/card tool, and audit it against the HRIS to catch terminated people with active cards or missing approvers. Use on a new hire, a termination, or a periodic access review.

The reference example for the “AI checklists and audits, deterministic action stays human” pattern. The skill drafts and audits; a human executes every card action and approver assignment.

Includes an eval contract with three self-tests covering terminated-but-active detection, ambiguous cross-system matching, and a negative test for the two irreversible actions (card deactivation and approver assignment).

View full SKILL.md on GitHub