add-announcement
Add Announcement Card
This skill helps you add announcement cards to the Agenta sidebar banner system. Announcement cards appear at the bottom of the sidebar and can be dismissed by users.
System Overview
The sidebar banner system is located at web/oss/src/components/SidebarBanners/ and uses:
- Priority-based queue: Only one banner shows at a time
- Auto-progression: When dismissed, the next highest priority banner appears
- Persistent dismissal: Uses localStorage to remember dismissed banners
- Jotai atoms: For reactive state management
Two Types of Announcements
1. Simple Changelog Announcements (Most Common)
For standard product updates, features, and changes, simply add to changelog.json:
File: web/oss/src/components/SidebarBanners/data/changelog.json
More from agenta-ai/agenta
update-api-docs
Update the API reference documentation by downloading the latest OpenAPI spec from production and regenerating the Docusaurus API docs
40create-changelog-announcement
Use this skill to create and publish changelog announcements for new features, improvements, or bug fixes. This skill handles the complete workflow - creating detailed changelog documentation pages, adding sidebar announcement cards, and ensuring everything follows project standards. Use when the user mentions adding changelog entries, documenting new features, creating release notes, or announcing product updates.
38update-llm-model-list
Audit and update the supported LLM model list in assets.py against litellm's registry (models.litellm.ai). Use when adding new models, pruning outdated ones, or verifying the list is correct.
17