
Blog Schedule
- 1 installs
- 7 repo stars
- Updated April 12, 2026
- isaac-flath/agent-starter-skills
View and change blog post publication dates, listing upcoming, recent, and older posts with series tags.
About
Views and changes blog post publication dates, listing upcoming, recent, and older posts with series tags. A developer uses it to inspect or reschedule their content publication calendar.
- Lists upcoming, recent, and older posts with series tags
- Moves a post's publication date by slug and target date
Blog Schedule by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill blog-scheduleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 7 |
| Last updated | April 12, 2026 |
| Repository | isaac-flath/agent-starter-skills ↗ |
What it does
View and change blog post publication dates, listing upcoming, recent, and older posts with series tags.
Files
/blog-schedule - Manage Post Schedule
View and change post publication dates.
Working Directory
Run from the workspace root.
Commands
List (default): /blog-schedule
uv run scripts/schedule.pyShows upcoming, recent, and older posts with series tags.
Move: /schedule move [slug] [YYYY-MM-DD] 1. Update frontmatter date field 2. Rename file to match new date 3. Warn if date conflicts with another post
Swap: /schedule swap [slug1] [slug2] Exchange dates between two posts.
Notes
- Dates use YYYY-MM-DD format
- Files follow
YYYY-MM-DD-slug.mdnaming convention - Posts with
access: membersare extras (subscriber-only). They appear in/extrasinstead of/writing - Run
just syncafter changes to update S3