From blog-workflow
Configures blog-workflow plugin for Astro/AstroPaper blogs with post paths, build commands, frontmatter schema, common mistakes, and detection rules for astro.config files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blog-workflow:astroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides Astro and AstroPaper-specific configuration for the blog-workflow plugin.
This skill provides Astro and AstroPaper-specific configuration for the blog-workflow plugin.
src/data/blog/dist/astro buildastro devpubDatetimemodDatetimeogImagecanonicalURLastro.config.mjs, astro.config.ts| Setting | Value |
|---|---|
| Published posts | src/data/blog/ |
| Build output | dist/ |
| Build command | astro build |
| Dev server | astro dev |
| Date field | pubDatetime |
| Updated field | modDatetime |
| Image field | ogImage |
| Canonical field | canonicalURL |
| Field | Type | Notes |
|---|---|---|
id | UUIDv4 | Stable artifact identifier |
title | string | Max 60 chars for SEO |
description | string | 150-160 chars for SEO |
pubDatetime | ISO 8601 | Must include timezone |
tags | string[] | At least one required |
| Field | Default | Notes |
|---|---|---|
modDatetime | null | Set on updates |
author | "aRustyDev" | Configurable per-project |
featured | false | Show on homepage |
draft | true | Exclude from build |
ogImage | "" | Open Graph image path |
canonicalURL | "" | For cross-posted content |
| Wrong | Correct | Reason |
|---|---|---|
date: | pubDatetime: | AstroPaper naming convention |
image: | ogImage: | AstroPaper naming convention |
canonical: | canonicalURL: | AstroPaper naming convention |
type: | (remove) | Not in AstroPaper schema |
This platform is detected when any of these files exist in the project root:
astro.config.mjsastro.config.tsFor detailed documentation, see:
npx claudepluginhub arustydev/agents --plugin blog-workflowBuild content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.
Comprehensive best practices, routing patterns, component architecture, and static site generation techniques for building high-performance Astro websites.
Builds and deploys Astro sites: creates components, pages, content collections, configures SSR adapters, and manages project structure and CLI commands.