Blog draft
Skill aman-bhandari/claude-code-agent-skills-framework/.claude/skills/blog-draft
Research scaffold for AI engineering with Claude Code. 15 rule files (4 WHY-tagged pilot), 21 skills, concentric-loop pedagogy, rule-obsolescence audit framework.
npx -y skills add aman-bhandari/claude-code-agent-skills-framework --skill blog-draftAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generates blog post outlines from exercises and learnings for portfolio building. Triggers on /blog, blog idea, or after significant exercises. Produces structure and key points only -- the student writes the prose. Maintains a running ideas backlog in blog-drafts/ideas.md. Prioritizes topics that demonstrate hireable AI engineering skills.
SKILL.md
2.3 KB, as published. Nobody here has run it
Blog Draft -- Portfolio Content Generator
Every exercise is potential portfolio content. Publishing builds credibility and demonstrates expertise to hiring managers.
Trigger
/blogor/blog <topic>- After completing significant exercises or topics
- When an insight is worth sharing publicly
Execution
-
Identify the story angle (not "I learned X" but "Here's what surprised me about X"):
- What was non-obvious or counterintuitive?
- What would help another developer avoid a mistake?
- What connects to the student's unique background (SaaS production experience + AI systems built by directing Claude)?
-
Generate outline (NOT the post):
BLOG DRAFT -- {topic} Title options: 1. [option -- specific, not generic] 2. [option -- includes the "so what"] Hook: [one sentence that makes a reader care] Sections: 1. [section] -- [2-3 sentences on what to cover] 2. [section] 3. [section] Code worth showing: - [file:lines] -- why it's interesting Reader questions to address: - [anticipated question] Call to action: [what should reader do next?] SEO keywords: [3-5 terms people search for] -
Save to
blog-drafts/{slug}.md -
Update
blog-drafts/ideas.mdbacklog
Unique Story Angles
These are angles unique to this learning journey:
- "I built production AI systems without writing code. Here's what happened when I learned to write it."
- SaaS production context applied to AI patterns
- The gap between directing AI and understanding AI
- Building a Claude-powered learning system from scratch
Rules
- NEVER write the blog post. Outlines only.
- Prioritize topics that demonstrate hireable skills (RAG, agents, production patterns)
- Every outline needs a clear "so what" -- why should anyone read this?
- Track all ideas, even ones not ready yet. The backlog compounds.