calendar
01Skill Claude CodeCodex
Display an agent's weekly plan as a calendar grid with day columns and hour rows.
Claude Code plugin for managing multiple AI agents on scheduled weekly plans.
Skill Claude CodeCodex
Display an agent's weekly plan as a calendar grid with day columns and hour rows.
Skill Claude CodeCodex
Show the project's .aweek/config.json knobs (plus the hardcoded scheduler/lock constants the dashboard surfaces) and edit the config-backed fields with a confirmation gate.
Skill Claude CodeCodex
Delegate a task from one agent to another via the async inbox queue.
Skill Claude CodeCodex
Hire (create) a new aweek agent — collect identity, then interview the user to author plan.md (long-term goals, monthly plans, strategies, notes) so the agent is plan-ready immediately.
Skill Claude CodeCodex
Manage an agent's lifecycle — resume paused agents, pause/stop agents, edit identity, or delete/archive agents.
Skill Claude CodeCodex
Edit an agent's free-form planning markdown and adjust weekly tasks from a single entry point.
Skill Claude CodeCodex
Filter the aweek agent roster by role, status, persona keyword, or budget and return a slug list that other skills can act on.
Skill Claude CodeCodex
Manage Google-Calendar-style recurring tasks per agent — daily/weekly/biweekly/monthly rules that expand into occurrences on the calendar and execute through the heartbeat loop.
Skill Claude CodeCodex
Agent → CEO report. Send a status report or question to the user (CEO) on behalf of an agent. Notifies the dashboard inbox and, when a Slack ceoChannel is configured, pushes a Slack message.
Skill Claude CodeCodex
Manually run an ad-hoc debugging task through an aweek agent — simulates a heartbeat tick with the agent's .env, per-agent lock, and full execution log.
Skill Claude CodeCodex
Set up an aweek project — create the data directory and optionally install the scheduled heartbeat (launchd on macOS, crontab elsewhere).
Skill Claude CodeCodex
Bootstrap an aweek-branded Slack app and persist its credentials so the embedded SlackAdapter inside aweek serve can chat with the project's Claude through Slack.
Skill Claude CodeCodex
Show a compact dashboard table of all aweek agents (goals, tasks, budget, status).
Skill Claude CodeCodex
Remove the aweek heartbeat and/or the .aweek/ data directory from a project.