PH
Public Holidays
🔵 Stable🕐 updated 2026-07-18
🔷 SkillSpec L3
pm-live
Look up public holidays for any country and year with zero API keys — the Nager.Date API via curl, with long-weekend detection and cross-country planning. Use when asked what are the holidays in a country, is date X a holiday somewhere, find long weekends this year, or which days is the team in Japan and Germany both off. Produces the holiday list with local names, the specific-date answer, long-weekend candidates, and the rerunnable command.
What to give it
▸Country (or countries) — ISO two-letter codes resolved from names; multi-country questions are batched, one call each
▸Year — default the current year; "next 12 months" spans two calls
▸The real question — a specific date, planning a trip, scheduling around a team, or hunting long weekends — the output shapes to it
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
✓The specific question is answered before any list appears
✓Regional (`global: false`) holidays are labeled with their regions, never presented as national
✓Non-public `types` are filtered or labeled when "day off" is the question
✓Local names appear alongside English
✓Multi-country answers show the intersection/union the question implied
⚠️ What it refuses to do
Do not answer from memory — holiday rules change and lunar dates move; fetch or hand over the command
Do not present a regional holiday as nationwide — the `global` flag exists to be read
Do not count observances as days off
Do not dump 15 holidays when the question was one date
Do not promise a workplace is closed — public holidays and company calendars are cousins, not twins
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="public-holidays"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>
💬 Discussion
Public Holidays is one of 625 open-source professional AI agent skills — all SkillSpec L3.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog