Examples and usecases GitHub

Examples / expense-policy-agent-skill

Expense Policy Agent Skill

Community

A markdown skill that teaches an agent to answer expense policy questions and escalate anything it cannot verify.

Agent Skill Workday Financials

Expense Policy Agent Skill

What it is

A markdown skill that teaches an agent to answer employee questions about expense policy: what is reimbursable, which limits apply, and how to submit a report. It shows the shape of a skill submission in this hub: the skill itself is a single markdown file, and this README explains how to adapt it.

What’s inside

  • SKILL.md is the skill: trigger description, instructions, tone rules, and escalation behavior.

How to use it

  1. Read SKILL.md and replace the sample policy values (limits, categories, links) with your organization’s real policy.
  2. Add the skill to your agent following your platform’s skill setup.
  3. Test with the example questions at the bottom of the skill before rolling it out.

Customizing

Keep the escalation rule intact when you adapt it: an agent answering money questions should say when it does not know rather than guess. Everything else (categories, limits, tone) is yours to change.