Skip to content

Add post scaffolding skill and helper script#43

Open
francisfuzz wants to merge 5 commits intomainfrom
add-post-scaffold-skill
Open

Add post scaffolding skill and helper script#43
francisfuzz wants to merge 5 commits intomainfrom
add-post-scaffold-skill

Conversation

@francisfuzz
Copy link
Copy Markdown
Owner

Summary

Adds tooling to make creating new Jekyll blog posts consistent and faster.

Included

  • .agents/skills/add-post-skill/SKILL.md — an agent skill for creating new posts that match this repository's conventions
  • scripts/new-post.sh — a helper script that scaffolds a new post file in _posts/ with the correct filename, front matter, and starter content shell

Notes

This follows the repository's existing Jekyll structure:

  • posts in _posts/
  • filename convention YYYY-MM-DD-slug.md
  • layout: post
  • permalink handled by _config.yml

Why

This reduces manual setup for new posts and helps keep metadata and structure consistent across entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant