pdimeglio-dev/blog-pipeline-plugin
Plugin Claude Code
Agentic blog content pipeline for dimeglio.dev — reporter, writer, rater, publisher, and social manager.
pdimeglio-dev/blog-pipeline-plugin
Plugin Claude Code
Agentic blog content pipeline for dimeglio.dev — reporter, writer, rater, publisher, and social manager.
pdimeglio-dev/blog-pipeline-plugin
Settings file Claude Code
Agent settings declaring 32 allowed tools.
pdimeglio-dev/blog-pipeline-plugin
Instructions file
Claude Code instructions for pdimeglio-dev/blog-pipeline-plugin, covering claude.md, what this is, plugin structure (to build), build order and agent models.
pdimeglio-dev/blog-pipeline-plugin
Agent
Internal pipeline agent. Scores a draft MDX blog post against the dimeglio.dev voice rules and three-axis rubric. Invoked by the Publisher during pipeline runs — not for direct user invocation.
pdimeglio-dev/blog-pipeline-plugin
Agent
Internal pipeline agent. Extracts raw engineering work from a local git repository and returns a Reporter JSON object. Invoked by the Publisher during pipeline runs — not for direct user invocation.
pdimeglio-dev/blog-pipeline-plugin
Agent
Internal pipeline agent. Reads a published MDX blog post and produces LinkedIn and X teaser copy through an interactive review loop. Invoked by the Deployer after publish — not for direct user invocation (use /blog-pipeline:social for manual runs).
pdimeglio-dev/blog-pipeline-plugin
Agent
Internal pipeline agent. Turns a Reporter JSON object into a complete MDX blog draft plus a cover image. Invoked by the Publisher during pipeline runs — not for direct user invocation.
pdimeglio-dev/blog-pipeline-plugin
Command
Regenerates the DALL-E cover image for an existing draft without touching the post itself. Use this when the cover came out wrong, when you want a different style, or after editing a post in ways that should be reflected visually.
pdimeglio-dev/blog-pipeline-plugin
Command
Publishes an approved draft to dimeglio.dev. Replaces the 4-step manual publish flow with one command.
pdimeglio-dev/blog-pipeline-plugin
Command
Re-runs the Rater on an existing draft. Useful after hand-editing a draft or after the Rater rules have been updated.
pdimeglio-dev/blog-pipeline-plugin
Command
Interactively revises an existing draft without re-running the full pipeline. Useful after Rater feedback, or when you want to tighten a section, change the tone, or restructure without regenerating from scratch.
pdimeglio-dev/blog-pipeline-plugin
Command
Runs the full blog pipeline: selects projects, generates drafts, scores them, and updates editorial state.
pdimeglio-dev/blog-pipeline-plugin
Command
Shows the current state of the pipeline: last run, draft queue, and per-project posting history.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Regenerates the DALL-E cover image for an existing blog draft without re-running the post. Reads the MDX frontmatter and headings, builds the same prompt the Writer uses, calls OpenAI Images API, converts to JPG, composites the project logo, and overwrites the existing cover.jpg.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Publishes an approved blog draft to dimeglio.dev. Flips published:true, runs npm run ingest, stages and commits the MDX + cover + generated index, updates editorialstate.json, and optionally pushes. Replaces the 4-step manual publish flow with one command.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Orchestrates the full blog pipeline end-to-end. Scores and selects projects, runs Reporter → Writer → Rater sequentially, manages editorialstate.json, and produces a run summary. Invoked via /blog-pipeline:run.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Scores a draft MDX blog post against the dimeglio.dev voice rules and a three-axis rubric (substance, showcase, writing). Returns pass/fail JSON with per-axis scores, voice flags, and notes. Pass threshold is 6.5 composite.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Extracts raw engineering work from a local git repository and outputs structured JSON for the blog pipeline. Given a project config entry, runs git commands against the local repo to produce a Reporter JSON object describing features shipped, bugs fixed, and architecture changes over the lookback window.
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Reads a draft or published MDX blog post and produces LinkedIn and X teaser copy designed to drive clicks. Leads with the surprise (the counter-intuitive moment in the post), withholds the punchline, sounds like a real engineer with a point of view. Interactive review loop. Saves .social.json next to the MDX file…
pdimeglio-dev/blog-pipeline-plugin
Skill Claude CodeCodex
Turns a Reporter JSON object into a complete MDX blog draft plus a DALL-E 3 cover image, dropped into the target site's content directory. Reads voice rules fresh from the site's AGENTS.md and project theme from projects.config.json. Outputs published:false so a human can review before shipping.