firefly-announcement-config

Modify Firefly announcement titles, content, closability, and link behaviors in src/config/announcementConfig.ts.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-announcement-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firefly-announcement-config
Source: https://github.com/GodBlf/godblf.github.io/tree/main/.agents/skills/firefly-announcement-config
Command: npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-announcement-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification of the top announcement banner on the Firefly website, including its title, content, close behavior, and any associated link.

Core Features & Use Cases

  • Announcement Customization: Easily update the text and appearance of site-wide announcements.
  • Link Management: Configure a call-to-action link for announcements, specifying its text and destination URL.
  • Use Case: A developer needs to inform users about a new feature or a temporary site maintenance. They can use this Skill to quickly update the announcement banner with the relevant details and a link to more information.

Quick Start

Use the firefly-announcement-config skill to update the announcement title to "New Version Released!" and set the link URL to "https://example.com/new-version".

Frequently Asked Questions about firefly-announcement-config

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

FAQPage Schema
How do I update the top announcement banner on a Firefly website?

To update a Firefly website announcement banner, modify the src/config/announcementConfig.ts file to change the title, content, closability, and link behaviors. This directly applies new site-wide announcement settings.

Can I configure a call-to-action link for my website announcement?

Yes, you can configure a call-to-action link for a website announcement by specifying the link text and destination URL within the announcementConfig.ts file. This directs users to further information.

What is the file structure for Firefly announcement configuration?

The Firefly announcement configuration uses an existing object structure within the src/config/announcementConfig.ts file. You must adhere to these established object structures and value types for seamless integration.

How do I make a site-wide announcement closable for users?

You can make a site-wide announcement closable by updating the closability property in the announcement configuration file. This controls whether users have the option to dismiss the banner.

Does updating the Firefly announcement require external dependencies?

No, updating the Firefly announcement does not require external dependencies. It directly modifies the existing announcement configuration file in your source code to apply text and link updates.