calendar

Render an agent's weekly plan into a markdown calendar grid with numbered tasks.

11|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/runbear-io/aweek --skill calendar-runbear-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/runbear-io/aweek/tree/main/skills/calendar
Command: npx skills add https://github.com/runbear-io/aweek --skill calendar-runbear-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Displaying an agent's weekly plan as a unified calendar helps teams coordinate and visualize workload.

Core Features & Use Cases

  • Render a weekly plan as a calendar grid with day columns and hour rows.
  • Number tasks to enable quick reference and updates by task number.
  • View, review, and adjust agent workload and timelines in a familiar calendar format.

Quick Start

Display the calendar for a chosen agent and week using the calendar renderer.

Frequently Asked Questions about calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a weekly plan into a markdown calendar grid?

To turn a weekly plan into a markdown calendar grid, the Skill organizes agent schedules into day columns and hour rows, validating availability and numbering tasks for quick reference.

Can I display an agent's workload in a calendar format by week?

Yes, you can display an agent's workload in a calendar format by resolving a flexible week input and rendering the validated schedule into a readable grid view.

How does numbering tasks in a calendar view help with weekly planning?

Numbering tasks in a calendar view creates a numbered task index that enables quick reference, allowing users to easily identify, review, and update specific scheduled items.

What happens if I don't specify a week for the calendar rendering?

If you do not specify a week for calendar rendering, the workflow resolves an optional week input automatically, ensuring the agent's schedule is still generated into the calendar grid.

Does the calendar renderer validate agent availability before displaying the schedule?

Yes, the calendar renderer validates agent availability as part of its workflow, ensuring the displayed weekly plan accurately reflects the agent's capacity before outputting the markdown grid.