firefly-sponsor-config

Modify sponsor configurations in Firefly theme TypeScript files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification and management of sponsor-related configurations within the Firefly static blog theme, streamlining the process of updating donation methods, donor lists, and sponsor visibility.

Core Features & Use Cases

  • Update Sponsor Information: Easily change payment methods, QR codes, and links for donations.
  • Manage Donor Lists: Add, remove, or update information about sponsors and their contributions.
  • Control Sponsor Visibility: Adjust settings for displaying sponsor buttons on posts or the sponsor list on the site.
  • Use Case: A user wants to add a new payment method (e.g., Ko-fi) to the sponsor page and update the list of recent donors.

Quick Start

Use the firefly-sponsor-config skill to update the sponsor page text and add a new payment method.

Frequently Asked Questions about firefly-sponsor-config

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

FAQPage Schema
How do I configure sponsor payment methods for the Firefly blog theme?

To manage donor lists and update sponsor visibility for the Firefly blog theme, modify the display settings within the src/config/sponsorConfig.ts and src/config/siteConfig.ts files to show or hide sponsor sections on posts.

Can I add a new donation method like Ko-fi to my Firefly blog configuration?

Yes, you can add new donation methods like Ko-fi to your Firefly blog configuration. The skill modifies sponsor configurations by targeting specific files to ensure changes strictly adhere to existing types and structure.

What is the best way to update donor lists in a static blog theme?

The best way to update donor lists in a static blog theme is by modifying dedicated configuration files. This skill targets sponsorConfig.ts to add, remove, or update information about sponsors and their contributions seamlessly.

Do I need specific technical knowledge to manage Firefly sponsor configurations?

You need basic familiarity with TypeScript configuration files to manage Firefly sponsor configurations. The skill ensures changes produce minimal, reviewable diffs matching the existing structure within src/config/sponsorConfig.ts.

How do I control sponsor button visibility on Firefly blog posts?

To control sponsor button visibility on Firefly blog posts, adjust the display settings in the site configuration. The skill updates siteConfig.ts to toggle sponsor sections on or off across your site.

Why should I use a configuration skill instead of manually editing blog theme files?

Using a configuration skill instead of manually editing blog theme files ensures your updates adhere to existing types and structure. It streamlines updating donations while focusing on minimal, reviewable diffs to prevent syntax errors.