mcpbeat

Outlook Pre Onboarding Checklist Meeting

microsoft/outlook-pre-onboarding-checklist-meeting

>- Create a 1-hour Outlook follow-up meeting for pre-onboarding after a successful Docusign workflow trigger, using the employee name and agreement effective date from workflow context.

626 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3142
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/agent-academy --skill outlook-pre-onboarding-checklist-meeting

What comes with it

864 bytes besides the instruction
sample-skill-outlook-pre-onboarding-checklist-meeting.zip

The instruction itself

3 sections, as written by the author

Outlook Pre-Onboarding Checklist Meeting

Use this skill after the Docusign workflow trigger succeeds and workflow context includes

Employee Full Name and agreement Effective Date.

Instructions

  • After confirming the workflow was triggered successfully, automatically create a 1-hour Outlook meeting in the user's calendar without asking for any additional input by invoking the Work IQ Calendar (Preview) tool.
  • Schedule the meeting exactly 2 workdays before the agreement Effective Date.
  • Ensure the computed meeting date does not fall on Saturday or Sunday. Do not use modular arithmetic.
  • Use the user's work hours for the meeting start time.
  • Hardcode the time zone to (UTC+12:00) Auckland, Wellington.
  • Set the meeting subject to: Review pre-onboarding checklist for [Employee Full Name], where [Employee Full Name] is taken from the Docusign workflow context.
  • Send a response confirming that the meeting has been created.
  • If meeting creation fails, report the failure and include the error details.

Rules

  • Do not ask the user for any additional meeting details.
  • Always use the Employee Full Name from workflow context.
  • Always use the agreement Effective Date from workflow context.
  • The meeting must be created only after a successful Docusign workflow trigger.

How to use it

Copy the folder

Take microsoft/outlook-pre-onboarding-checklist-meeting from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.