new-promoted

Create a markdown file with YAML frontmatter for a new promoted card.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new featured content, like calls-to-action or highlighted items, to your website's homepage, ensuring consistent formatting and ordering.

Core Features & Use Cases

  • Content Creation: Generates new markdown files for promoted cards.
  • Automated Ordering: Calculates the correct display order based on existing content.
  • Structured Data: Ensures all necessary frontmatter (title, description, link, image) is included.
  • Use Case: You want to highlight a new case study on your homepage. This Skill will create the necessary file in the correct location with all the required details.

Quick Start

Use the new-promoted skill to create a new promoted card with the title "Explore Our Latest Collection".

Frequently Asked Questions about new-promoted

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

FAQPage Schema
How do I add a featured item to my homepage using a markdown file?

To add a featured item, this Skill creates a new markdown file in the src/content/promoted/ directory with YAML frontmatter containing the title, description, link, and image for your homepage content.

How does automated ordering work for promoted cards on a homepage?

Automated ordering calculates the next sequential order number based on existing promoted content, ensuring new cards are assigned the correct display prioritization without manual tracking.

What is the best way to create a call-to-action card for homepage content?

Creating a call-to-action card requires structured YAML frontmatter. This Skill generates the markdown file with the necessary title, description, link, and image fields to ensure consistent formatting.

Do I need to manually assign display order numbers when adding new featured content?

You do not need to manually assign display order numbers. The Skill automatically determines the next sequential order number for display prioritization by evaluating existing promoted files.

Can I use this to highlight a new case study on my homepage?

Yes, you can highlight a case study by providing the title, description, link, and image. The Skill generates the required markdown file in the correct location with all specified details.

What frontmatter fields are required for a promoted card?

The required frontmatter fields for a promoted card are title, description, link, and image. The Skill structures this data automatically when generating the markdown file.