Sort calendar events by date and priority
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill clean-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clean Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-clean-skill)More formats (shields.io, HTML) on the badges page.
---
name: calendar-sort
version: 1.0.0
description: Sort calendar events by date and priority
author: alice
tags:
- calendar
- productivity
---
# Calendar Sort Skill
This skill sorts calendar events by date and priority level.
## Instructions
When asked to sort calendar events:
1. Read the list of events from the provided input.
2. Parse each event's date and priority fields.
3. Sort events first by date (ascending), then by priority (high, medium, low).
4. Return the sorted list in a readable format.
## Example
Given events:
- Meeting with team (2025-03-15, high)
- Lunch break (2025-03-14, low)
- Code review (2025-03-14, high)
Output:
1. Code review — 2025-03-14 (high)
2. Lunch break — 2025-03-14 (low)
3. Meeting with team — 2025-03-15 (high)
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!