firefly-profile-config

Modify Firefly profile card configuration in src/config/profileConfig.ts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification of the Firefly personal profile card, including avatar, nickname, bio, and social media links, streamlining content creator and personal branding updates.

Core Features & Use Cases

  • Profile Customization: Easily update your avatar, name, and bio displayed in the blog's sidebar and profile sections.
  • Social Link Management: Add, remove, or modify social media links and their associated icons and display names.
  • Use Case: A user wants to update their Twitter link to a new handle and change their avatar image. This Skill can be used to modify the src/config/profileConfig.ts file accordingly.

Quick Start

Use the firefly-profile-config skill to change the avatar to 'new-avatar.png' and update the bio to 'Passionate developer and blogger.'.

Frequently Asked Questions about firefly-profile-config

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

FAQPage Schema
How do I update my Firefly profile bio and avatar?

To update your Firefly profile bio and avatar, modify the personal profile card configuration in the src/config/profileConfig.ts file. This allows you to directly change the avatar image path and bio text displayed on your blog.

What is the best way to manage social links in a Firefly blog?

Managing social links in a Firefly blog involves modifying the profile configuration to add, remove, or edit entries. You update the link names, icons, and URLs within the profileConfig.ts file to reflect your current social media presence.

Can I change my nickname and social media URLs in Firefly without breaking the config structure?

Yes, you can change your nickname and social media URLs while preserving the existing config structure. Updates should be minimal and maintain the original data types defined in the profileConfig.ts file to ensure configuration stability.

How does the Firefly profile configuration handle social link icons and display names?

The Firefly profile configuration handles social link icons and display names by storing them as structured data in the profileConfig.ts file. You modify these specific fields to update the visual icon and text label shown for each social media link.

Are there limitations when updating the Firefly profileConfig.ts file for personal branding?

A key limitation when updating the profileConfig.ts file is the need to preserve existing data types and structural integrity. Changes must be minimal and maintain the current configuration format to prevent breaking the profile card display.