
from vexjoy-agent386
Umbrella skill for content publishing: outline posts, run pre-publish checks, optimize SEO, batch-edit frontmatter, audit links/images, manage taxonomy, and upl
This skill provides an end-to-end content publishing pipeline for blogs and CMS workflows. It routes user intents (outline, pre-publish validation, SEO checks, batch/frontmatter edits, link and image audits, taxonomy cleanup, or WordPress uploads) to the correct reference instructions and scripts. The agent loads targeted reference files and executes the specific steps for each subtask, enabling repeatable, auditable content operations across a site.
Use this skill when preparing or publishing content: drafting an article outline, running a pre-publication validation (frontmatter and Hugo checks), performing SEO optimizations, applying bulk edits across posts, auditing internal/external links or images, cleaning up tags/categories, or uploading a post and assets to WordPress as a draft. It is intended for authoring pipelines, content ops, and editorial QA.
General-purpose agents with file read/write and web access (Claude/Claude Code, Copilot-style agents, or equivalent) — the skill expects the agent to load local reference files and run repository scripts where permitted.
Umbrella skill for content publishing pipeline covering outlining, pre-publish checks, SEO, batch editing, link/image/taxonomy audits, and WordPress upload. Six scripts included: link_scanner, pagespeed analyzer, WordPress post editor, media uploader, scraper, and post uploader. All scripts failed to run in dry mode due to missing required arguments or WordPress config — expected behavior for tools requiring site-specific inputs. Scripts are well-written with proper argparse, error handling, and type hints.
Well-structured content publishing skill. No security concerns — credentials handled via env vars, HTTPS enforced. Scripts are production-quality with good error handling. The umbrella routing pattern is clean and follows AgentSkills spec well. Main limitation is that reference files (outline.md, pre-publish.md, seo.md, etc.) were not available for review, so the full skill quality can't be fully assessed.
Series Planner
Plans multi-part content series: assesses viability, selects structure and cadence, and generates detailed per-part plans with cross-linking and publishing sche
Pair Programming
Interactive micro-step pair-programming protocol: announce changes, show diffs, wait for user approval, apply, and verify (lint/tests).
Skill Composer
Orchestrate multiple agent skills into validated DAGs with dependency resolution, compatibility checks, and execution planning.