cycle-render

Generate Gantt and pie charts from cycle history YAML data.

42|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/haabe/mycelium --skill cycle-render
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cycle-render
Source: https://github.com/haabe/mycelium/tree/main/plugins/mycelium/skills/cycle-render
Command: npx skills add https://github.com/haabe/mycelium --skill cycle-render

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mycelium, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a visual representation of cycle history, enabling users to quickly understand the progress and outcomes of their cycles.

Core Features & Use Cases

  • Gantt Chart Generation: Visualize cycle history as a Gantt chart, showing the timeline and status of each cycle.
  • Outcome Distribution Pie: Display the distribution of outcomes (e.g., success, failure) across all cycles.
  • Filtering and Customization: Filter cycles by class and date, and customize the output format (e.g., mermaid, ascii, json).

Quick Start

Use the cycle-render skill to generate a Gantt chart and pie chart for the last 30 days of cycles.

Frequently Asked Questions about cycle-render

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

FAQPage Schema
How do I generate a Gantt chart from cycle history data?

You can generate a Gantt chart from cycle history by reading the `.claude/canvas/cycle-history.yml` file to visualize the timeline and status of each cycle, with support for filtering by class and date.

What is the best way to visualize outcome distribution across project cycles?

The best way to visualize outcome distribution is by generating pie charts from cycle history and attribution registry data, displaying the distribution of outcomes like success and failure across all cycles.

Do I need the mycelium dependency to render cycle history charts?

Yes, you need the mycelium dependency installed to render cycle history charts, as the skill requires this environment alongside access to cycle history and attribution data to function.

Can I export cycle analysis results in different output formats like JSON or ASCII?

Yes, you can export cycle analysis results in various formats including mermaid, ascii, and json, allowing you to customize the output format for your Gantt charts and pie charts.

How does cycle-render filter project management cycles by date and class?

Cycle-render filters project management cycles by applying class and date constraints directly to the cycle history data, ensuring the generated Gantt charts and outcome pies reflect only the specified timeline and cycle categories.