Generate leave request forms with workday calculation and annual leave planning. Use when filing leave requests, calculating days off, planning leave.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill leave-doc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Leave Doc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-leave-doc)More formats (shields.io, HTML) on the badges page.
---
version: "2.0.0"
name: Leave Doc
description: "Generate leave request forms with workday calculation and annual leave planning. Use when filing leave requests, calculating days off, planning leave."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# leave-doc
请假条生成器。支持多种请假类型、多天请假自动计算工作日、紧急请假模板、年假最优规划。
## Usage
Run the script at `scripts/doc.sh` with the following commands:
| Command | Description |
|---------|-------------|
| `doc.sh leave "类型" "天数" "原因"` | 基础请假条 |
| `doc.sh multi-day "类型" "天数" "原因"` | 多天请假(自动排除周末计算工作日) |
| `doc.sh emergency` | 紧急请假模板(含微信消息模板) |
| `doc.sh annual-plan "年假天数"` | 年假最优规划(拼假方案) |
| `doc.sh help` | 显示帮助信息 |
## Supported Leave Types
事假 | 病假 | 年假 | 婚假 | 产假 | 陪产假 | 丧假 | 调休
## Examples
```bash
# 基础请假条
bash scripts/doc.sh leave "事假" "2" "家中有事需要处理"
# 多天请假(自动计算工作日,排除周末)
bash scripts/doc.sh multi-day "年假" "5" "出国旅行"
# 紧急请假
bash scripts/doc.sh emergency
# 年假规划
bash scripts/doc.sh annual-plan "10"
```
## Requirements
- Python 3.6+
- No external dependencies
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
Is 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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"