new-gallery

Create a new gallery Markdown file with frontmatter and image reference.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-gallery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-gallery
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/new-gallery
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-gallery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new visual content, such as photos or artwork, to your website's gallery, ensuring consistent formatting and metadata.

Core Features & Use Cases

  • Content Creation: Generates a new Markdown file for gallery items.
  • Metadata Management: Prompts for essential details like title, category, and image URL.
  • Use Case: A photographer wants to add a new landscape photo to their portfolio. They use this Skill, provide the title "Misty Mountains," a category "Photography," and the image URL, and the Skill creates the necessary file structure and frontmatter.

Quick Start

Use the new-gallery skill to create a new gallery item titled "Sunset Over the Ocean".

Frequently Asked Questions about new-gallery

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

FAQPage Schema
How do I add new visual items to a website gallery using Markdown?

To add new visual items to a website gallery, you need to create a Markdown file with specific frontmatter and image references. This process involves specifying the title, category, and image URL to ensure proper formatting for visual content additions.

What metadata is required to create a Markdown file for gallery content?

Creating a Markdown file for gallery content requires a title, category, and image URL as essential metadata. These inputs generate the necessary frontmatter to properly structure and display the visual item on your website.

Can I use this approach to add photography portfolios with categories?

Yes, you can add photography portfolios by using the category input to classify items, such as setting the category to Photography. This ensures the generated Markdown file correctly organizes the visual content within the gallery structure.

What is the best way to ensure consistent formatting when adding visual content?

The best way to ensure consistent formatting when adding visual content is to generate a Markdown file with predefined frontmatter. Handling user input for title, category, and image URL enforces a standardized file structure for every gallery item.

Where are the generated Markdown files for new gallery items stored?

Generated Markdown files for new gallery items are stored in the src/content/gallery/ directory. This specific directory structure ensures the website gallery correctly locates and renders the newly added visual content.