What problem does it solve?
This Skill streamlines the workflow of adding new visible, user-facing UI features by producing a reproducible PTY E2E test, an illustrative VHS GIF, and an auto-generated Zola feature page so tests, demos, and documentation remain synchronized and reviewable.
Core Features & Use Cases
- Unified artifact generation: one declarative test produces an E2E test under crates/agentty/tests/e2e/, a feature GIF in docs/site/static/features/, and a Zola page in docs/site/content/features/.
- Naming and discoverability: enforces snake_case naming and placement conventions so feature pages are auto-discovered by the Zola template and ordered by weight.
- Use Case: capture a short PTY scenario for a new help overlay or tab-switch behavior, assert visible UI text, generate a cached GIF if VHS is present, and add a documentation card without manual template edits.
Quick Start
Create a FeatureTest with a snake_case name, enable Zola page generation with a title, description, and weight, run the scenario to capture the GIF, and commit the generated test and Zola page.