dev-blog

Initialize Jekyll blogs, capture content, draft posts, and publish to GitHub Pages.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tailored-agentic-units/jaime --skill dev-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-blog
Source: https://github.com/tailored-agentic-units/jaime/tree/main/.claude/skills/dev-blog
Command: npx skills add https://github.com/tailored-agentic-units/jaime --skill dev-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of creating and publishing technical blog posts, from initial idea capture to final deployment.

Core Features & Use Cases

  • Scaffolding: Initializes a new Jekyll blog with a robust structure and GitHub Pages deployment.
  • Content Capture: Stages development entries and media for future posts.
  • Drafting & Publishing: Generates posts from captured content, calibrates writing style, and prepares them for deployment.
  • Use Case: A developer wants to share their progress on a new feature. They use /dev-blog capture to log key updates and code snippets throughout the day. Later, they use /dev-blog draft to generate a cohesive post, then /dev-blog publish to deploy it.

Quick Start

Use the dev-blog skill to initialize a new blog project.

Frequently Asked Questions about dev-blog

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

FAQPage Schema
How do I automate technical blog post creation and publishing with Jekyll?

Automating technical blog post creation involves a structured authoring pipeline that initializes a Jekyll site, captures development entries, drafts cohesive posts, and deploys them via GitHub Pages.

What's the best way to capture development progress for a technical blog?

Capturing development progress for a technical blog is done by staging development entries and media throughout the day, which are later synthesized into a cohesive draft post.

Does this blogging workflow support GitHub Pages deployment and CSS management?

Yes, the blogging workflow supports GitHub Pages deployment alongside Jekyll site generation and CSS cascade layer management to streamline the publishing process.

Can I calibrate the writing style of generated technical posts before publishing?

Yes, you can calibrate the writing style of generated technical posts during the drafting phase to ensure the content matches your desired tone before deployment.

How does media staging work for technical blog posts?

Media staging works by handling and organizing assets during the content capture phase, preparing them for release creation and final integration into the published post.

Do I need an existing Jekyll project to start the dev blog authoring pipeline?

No, an existing Jekyll project is not required because the pipeline includes scaffolding capabilities to initialize a new Jekyll blog with a robust structure and GitHub Pages deployment.