Commit Graph

4 Commits

Author SHA1 Message Date
Luong NGUYEN
9b21f2b129 fix: Replace URL placeholders with anchors to fix link checker
The link checker was treating placeholder `URL` text as actual URLs,
causing 400 errors in CI. Changed to `#` anchors instead.
2026-02-04 08:58:57 +01:00
Luong NGUYEN
f396788a5e docs: Add instruction to handle existing blog post updates
Skip initial steps and go directly to iteration when user requests
updates to an existing blog post draft
2026-01-30 16:30:52 +01:00
Luong NGUYEN
3b6852bf86 docs: Add citation requirements to blog-draft skill
- Require inline citations for all data points, statistics, and comparisons
- Add citation format examples (numbered [1] or named [Source Name])
- Include citation requirements in Tips for Quality section
- Ensure factual claims are properly sourced
2026-01-30 14:51:03 +01:00
Luong NGUYEN
b9363df389 docs: Add blog-draft skill for guided blog post creation
Includes step-by-step workflow for:
- Resource research and collection
- Brainstorming and clarification
- Outline creation with user approval
- Iterative drafting with version control
- Git commits at key checkpoints
2026-01-30 12:08:53 +01:00