ultaura-blogs

Create and update Ultaura blog posts in MDX with required frontmatter and cover photos.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/CryptracSolutions/Ultaura --skill ultaura-blogs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultaura-blogs
Source: https://github.com/CryptracSolutions/Ultaura/tree/main/.agents/skills/ultaura-blogs
Command: npx skills add https://github.com/CryptracSolutions/Ultaura --skill ultaura-blogs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, updating, and quality assurance of Ultaura's public blog posts, ensuring they adhere to the existing canonical UI and layout.

Core Features & Use Cases

  • New Post Creation: Add new blog posts using a defined Markdown format and frontmatter.
  • Content Updates: Modify existing post frontmatter, SEO details, and content.
  • Visual Consistency: Generate and integrate cover photos that match the required format, size, and quality.
  • QA & Verification: Ensure posts appear correctly on the /blog listing and individual post pages without altering layout components.
  • Use Case: When you need to publish a new article about Ultaura's latest feature, this skill guides you through writing the content, generating a compliant cover image, and ensuring it's correctly formatted and displayed on the website.

Quick Start

Use the ultaura-blogs skill to create a new blog post with the title "Understanding Ultaura's New Companion Feature".

Frequently Asked Questions about ultaura-blogs

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

FAQPage Schema
How do I create a new blog post using markdown and frontmatter for Ultaura?

To create an Ultaura blog post, add a new Markdown file under `src/content/posts/*.mdx` using Velite, ensuring you include the required frontmatter keys: `title`, `date`, `live`, `description`, and `image`.

What are the required image specifications for blog post cover photos?

Cover photos for blog posts must be generated in `.webp` format at a resolution of 3276x2170 to maintain visual consistency and adhere to the canonical blog UI layout.

How does Velite process website content for new MDX blog posts?

Velite processes website content by parsing the MDX files and their frontmatter from the `src/content/posts/` directory, ensuring posts appear correctly on the `/blog` listing and individual post pages without altering layout components.

Can I update SEO details and frontmatter on existing blog posts?

Yes, you can update existing Ultaura blog posts by modifying the frontmatter and SEO details directly within the MDX files, maintaining compliance with editorial guidelines for seniors and caregivers.

What should I check when verifying a new blog post appears correctly on the website?

You should perform QA and verification to ensure the new post appears correctly on the `/blog` listing and individual post pages without altering existing layout components or breaking the canonical UI.