From timeline
Create, edit, and render visual timeline documents using the timeline MCP tools. Use when the user asks to create a timeline, schedule, or visual plan; add/change/remove events on a timeline; or render a timeline as a PNG or PDF.
How this skill is triggered — by the user, by Claude, or both
Slash command
/timeline:timelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`.timeline` files are plain YAML describing a horizontal timeline:
.timeline files are plain YAML describing a horizontal timeline:
point events (dots), range events (bars), shaded weekends/holidays, and
automatic color assignment. Manage them with the timeline MCP tools.
create_timeline — set timeline_start (YYYY-MM-DD) when the user
will track progress day by day (past days get crossed off); omit
dates for a freeform/historical timeline (bounds infer from events).add_events — batch all events in one call. An end date makes a
bar; omitting it makes a dot. Mark deadlines important: true
(boxed label) and finished items done: true (struck through).render_timeline to a .png and look at the returned image —
check for crowded labels or bad color pairings, adjust (e.g.
days_per_row via set_timeline_options), and re-render..pdf for printing (US letter landscape,
paged) or .png for sharing (single image; dark: true for a
dark version).YYYY-MM-DD.bright (default), muted, jewel, ocean, sunset,
forest.add_holiday for custom
ones (a name prints under the dates).open <file>.timeline.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub philipbl/timeline --plugin timeline