Long-form blog post writing with research delegation, structured content templates, and AI-generated cover images.
Works with
Delegates research to subagents before writing, storing findings in markdown for reference and context
Enforces a five-part post structure: hook, context, main content (3–5 sections), practical application, and conclusion with call-to-action
Generates SEO-optimized cover images using detailed prompts covering subject, style, composition, color, and lighting
Outputs po
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionblog-postExecute the skills CLI command in your project's root directory to begin installation:
Fetches blog-post from langchain-ai/deepagents and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate blog-post. Access via /blog-post in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
19.4K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
19.4K
stars
Before writing any blog post, you MUST delegate research:
task tool with subagent_type: "researcher"task(
subagent_type="researcher",
description="Research [TOPIC]. Save findings to research/[slug].md"
)
Example:
task(
subagent_type="researcher",
description="Research the current state of AI agents in 2025. Save findings to research/ai-agents-2025.md"
)
Every blog post MUST have both a post AND a cover image:
blogs/
└── <slug>/
├── post.md # The blog post content
└── hero.png # REQUIRED: Generated cover image
Example: A post about "AI Agents in 2025" → blogs/ai-agents-2025/
You MUST complete both steps:
blogs/<slug>/post.mdgenerate_image and save to blogs/<slug>/hero.pngA blog post is NOT complete without its cover image.
Every blog post should follow this structure:
After writing the post, generate a cover image using the generate_cover tool:
generate_cover(prompt="A detailed description of the image...", slug="your-blog-slug")
The tool saves the image to blogs/<slug>/hero.png.
Structure your prompt with these elements:
For a technical blog post:
Isometric 3D illustration of interconnected glowing cubes representing AI agents, each cube has subtle circuit patterns. Cubes connected by luminous data streams. Deep navy background (#0a192f) with electric blue (#64ffda) and soft purple (#c792ea) accents. Clean minimal style, lots of negative space at top for title. Professional tech aesthetic.
For a tutorial/how-to:
Clean flat illustration of hands typing on a keyboard with abstract code symbols floating upward, transforming into lightbulbs and gears. Warm gradient background from soft coral to light peach. Friendly, approachable style. Centered composition with space for text overlay.
For thought leadership:
Abstract visualization of a human silhouette profile merging with geometric neural network patterns. Split composition - organic watercolor texture on left transitioning to clean vector lines on right. Muted sage green and warm terracotta color scheme. Contemplative, forward-thinking mood.
Before finishing:
blogs/<slug>/post.mdblogs/<slug>/hero.pngMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Keeps context tight: blog-post is the kind of skill you can hand to a new teammate without a long onboarding doc.
Solid pick for teams standardizing on skills: blog-post is focused, and the summary matches what you get after install.
blog-post has been reliable in day-to-day use. Documentation quality is above average for community skills.
blog-post reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend blog-post for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
blog-post is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added blog-post from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
blog-post has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: blog-post is focused, and the summary matches what you get after install.
Registry listing for blog-post matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 56