What problem does it solve?
This Skill removes the repetitive, error-prone work of manually committing blog posts, maintaining Jekyll-compatible front matter, organizing category folders, and updating your README/index for a GitHub Pages site.
Core Features & Use Cases
- Automated publish workflow: Runs git add/commit/push end-to-end so new articles appear on GitHub Pages with minimal manual steps.
- Jekyll-ready article formatting: Generates or validates Jekyll-compatible front matter (layout, title, date, categories, tags) and supports permalink generation for stable URLs.
- Content organization & indexing: Maintains category directories (ai/crypto/tech/twitter) and auto-updates README-based indexes so readers can navigate quickly.
Quick Start
Use the command “python3 {baseDir}/scripts/publish_article.py --title 'Your Article Title' --category ai --tags '["AI","Agent"]' --content '# Your Markdown content'” to publish a new Jekyll-compatible post into the ai category and push it to your GitHub Pages repository.