What problem does it solve?
This Skill streamlines the process of creating and updating blog posts for the Firefly static site generator, ensuring content is correctly formatted and placed within the project structure.
Core Features & Use Cases
- Content Placement: Organizes Markdown content into the appropriate
src/content/posts/ directory.
- Frontmatter Management: Ensures compatibility with Firefly's content schema, handling required and optional frontmatter fields.
- File Organization: Supports both single-file and folder-based post structures, especially useful when local assets are involved.
- Use Case: You have a draft of a new blog post in Markdown. Use this Skill to add the necessary frontmatter (title, date) and save it as
src/content/posts/my-new-post.md, automatically organizing any associated images.
Quick Start
Use the firefly-post-writing skill to create a new blog post with the title "My First Post" and the content "This is the body of my first post.".