Chinese mainland calendar service - identifies法定节假日, weekends, makeup workdays, and supports city-specific vacations
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill china-holiday-calc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of China Holiday Calc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-china-holiday-calc)More formats (shields.io, HTML) on the badges page.
---
name: china-holiday-calc
description: Chinese mainland calendar service - identifies法定节假日, weekends, makeup workdays, and supports city-specific vacations
license: MIT
---
# China Holiday
中国大陆日历服务,判断任意日期的假期状态。
## Features
- **法定节假日**: 元旦、春节、清明、五一、端午、中秋、国庆
- **调休**: 识别补班日
- **周末**: 自动识别周六、周日
- **寒暑假**: 支持主要城市
- **春秋假**: 部分地区学校
## Usage
```bash
# Check if today is a holiday
python holiday.py today
# Check specific date
python holiday.py 2026-01-01
# Query Beijing summer vacation
python holiday.py vacation 北京
# List all holidays for a year
python holiday.py list 2026
```
## API
```python
from holiday import is_holiday, is_workday, get_holiday_name
# Check if holiday
is_holiday("2026-01-01") # True (New Year's Day)
# Check if workday
is_workday("2026-01-28") # True (Spring Festival makeup workday)
# Get holiday name
get_holiday_name("2026-01-01") # "元旦"
```
## Supported Cities
- Beijing, Shanghai, Guangzhou, Shenzhen
- More cities to be added...
## Implementation
Uses official Chinese government holiday schedules with local variations for schools and universities.
## License
MIT LicenseIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.