pdimeglio-dev

20 mods across 1 repository, 2 stars between them.

rater

04

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.

2 2mo ago A 42 tokens

reporter

05

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.

2 2mo ago A 39 tokens

social-manager

06

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).

2 2mo ago A 54 tokens

writer

07

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.

2 2mo ago A 38 tokens

cover

08

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.

2 2mo ago A 0 tokens

rerate

10

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.

2 2mo ago A 0 tokens

rewrite

11

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.

2 2mo ago A 0 tokens

cover-regen

14

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.

2 2mo ago A 64 tokens

deployer

15

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.

2 2mo ago A 59 tokens

publisher

16

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.

2 2mo ago A 49 tokens

rater

17

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.

2 2mo ago A 56 tokens

reporter

18

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.

2 2mo ago A 57 tokens

social-manager

19

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…

2 2mo ago A 91 tokens

writer

20

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.

2 2mo ago A 61 tokens