ai-blog-studio
2
总安装量
2
周安装量
#74811
全站排名
安装命令
npx skills add https://github.com/leoli77521/portfolio-starter-kit --skill ai-blog-studio
Agent 安装分布
mcpjam
2
claude-code
2
replit
2
junie
2
windsurf
2
zencoder
2
Skill 文档
AI Blog Studio
Complete blog writing and enhancement toolkit for tolearn.blog. ä¸ä¸º tolearn.blog 设计çç»ä¸å客åä½å·¥å ·ï¼æ´ååä½ãç ç©¶ãSEOåå 容å¢å¼ºåè½ã
Quick Start
| Command | Description |
|---|---|
write [topic] |
Full workflow: research â outline â draft â enhance â validate |
enhance [path] |
Enhance existing article with data, visuals, language refinement |
analyze [path] |
Quality analysis only, with scoring and suggestions |
research [topic] |
Search for latest data and statistics with citations |
Capabilities
1. Writing (åä½)
- 4 article templates (Tutorial, Comparison, Explainer, List)
- Structured outlines with clear sections
- Voice guidelines for conversational yet professional tone
- Code examples with best practices
2. Research (ç ç©¶)
- Real-time WebSearch for latest data (2025-2026)
- Source hierarchy with authority levels
- Citation formatting with proper attribution
- Trend and statistic discovery
3. SEO Optimization (SEOä¼å)
- Title optimization (50-60 characters)
- Meta description guidelines
- Keyword strategy (primary, secondary, long-tail)
- Schema markup for tutorials
- Internal/external linking strategy
4. Enhancement (å¢å¼º)
- Language refinement (formal â conversational)
- Data-backed claims insertion
- Visual suggestions with MDX templates
- Transition phrase optimization
5. Visual Content (è§è§å 容) â¨
- Mermaidå¾è¡¨èªå¨çæ: æ ¹æ®å å®¹ç±»åæ¨èåéçå¾è¡¨ (æµç¨å¾ãæ¶æå¾ãæ¶åºå¾ãç¶æå¾ãç±»å¾)
- å è´¹å¾åºæç´¢: æ¨èUnsplash/Pexels/Pixabayçå¾åºï¼æä¾æç´¢å ³é®è¯çç¥
- AIå¾çæç¤ºè¯: DALL-E/Midjourneyæç¤ºè¯æ¨¡æ¿ (Heroå¾ãææ¯æ¶æã对æ¯å¾ãæ°æ®å¯è§å)
6. Validation (éªè¯)
- SEO checklist verification
- MDX syntax validation
- Quality scoring (structure, data, visuals, readability)
- Pre-publish checklist
Complete Workflow
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â AI Blog Studio - Complete Workflow â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
â â
â 1. RESEARCH (ç ç©¶) â
â ââ WebSearch â Collect latest data â Format citations â
â â
â 2. OUTLINE (大纲) â
â ââ Select template â Plan structure â Define key points â
â â
â 3. DRAFT (å稿) â
â ââ Apply style guide â Add code examples â Insert data â
â â
â 4. ENHANCE (å¢å¼º) â
â ââ Language polish â Image suggestions â Internal links â
â â
â 5. VALIDATE (éªè¯) â
â ââ SEO check â MDX syntax â Quality scoring â
â â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
Commands
write [topic]
Create a complete blog post from scratch using the full workflow.
Usage:
/ai-blog-studio write "Building AI Agents with Claude"
Process:
- Research Phase: Use WebSearch to gather latest statistics, trends, and case studies
- Outline Phase: Generate structured outline based on best-fit template
- Draft Phase: Write content following style guide and voice guidelines
- Enhance Phase: Add data citations, suggest images, refine language
- Validate Phase: Run SEO checks, verify MDX syntax, generate quality report
Output: Complete MDX article ready for publishing
enhance [path]
Enhance an existing article with research, data, and polish.
Usage:
/ai-blog-studio enhance app/blog/posts/my-article.mdx
Process:
- Read and analyze current article
- Search for relevant data to support claims
- Identify image placement opportunities
- Refine language for engagement
- Validate all changes
analyze [path]
Generate a quality report without making changes.
Usage:
/ai-blog-studio analyze app/blog/posts/my-article.mdx
Output:
## Content Analysis Report
### Overall Score: X/100
### Scores by Category
- Structure: X/25
- Data Density: X/25
- Visual Elements: X/25
- Language Quality: X/25
### Strengths
- [Identified strengths]
### Improvement Opportunities
1. [Specific suggestion with location]
2. [Specific suggestion with location]
### Recommended Actions
- [ ] Add statistic at [section]
- [ ] Insert image after [paragraph]
- [ ] Strengthen conclusion with CTA
research [topic]
Search for real-time data and compile research summary.
Usage:
/ai-blog-studio research "AI adoption rates 2026"
Process:
- Use WebSearch with optimized queries
- Prioritize 2025-2026 sources
- Extract key statistics and quotes
- Format with proper citations
Output:
## Research Summary: [Topic]
### Key Statistics
- [Statistic 1] â [Source](URL) (2026)
- [Statistic 2] â [Source](URL) (2025)
### Expert Quotes
> "[Quote]" â [Name], [Title] at [Company]
### Trends & Insights
1. [Trend 1]
2. [Trend 2]
### Recommended Sources
- [Source 1](URL) - [Why it's relevant]
- [Source 2](URL) - [Why it's relevant]
Writing Guidelines
Target Audience
- English-speaking developers and tech enthusiasts in US/Europe
- Skill levels: beginner to intermediate
- Interest areas: AI tools, LLMs, practical programming tutorials
Voice & Tone
- Conversational but professional
- First-person perspective (“I discovered…”, “Let me show you…”)
- Avoid overly formal academic language
- Use humor sparingly and appropriately
- Be direct and actionable
Content Structure
1. Hook (1-2 sentences) - Grab attention with a problem or question
2. Introduction (2-3 paragraphs) - Context and what reader will learn
3. Main Content - Step-by-step with code examples
4. Practical Tips - Real-world applications
5. Conclusion - Summary + Call to action
Code Examples
- Always explain BEFORE showing code
- Include comments in code
- Show complete, runnable examples
- Specify language for syntax highlighting
- Break long code into digestible chunks
Research Guidelines
Source Hierarchy
| Priority | Source Type | Examples |
|---|---|---|
| 1 | Primary/Official | Anthropic Research, OpenAI Blog, Google AI |
| 2 | Industry Reports | Gartner, McKinsey, Statista |
| 3 | Tech Publications | TechCrunch, Ars Technica, The Verge |
| 4 | Developer Resources | Official docs, GitHub stats, Stack Overflow |
Freshness Requirements
2026 ââââââââââââ Strongly Preferred
2025 ââââââââââ Preferred
2024 ââââââ Acceptable
Pre-2024 ââââ Only for historical context
Citation Format
According to [Source Name](URL), [statistic or quote]. (Published: Month Year)
SEO Guidelines
Title Optimization
- Length: 50-60 characters
- Format:
[Action Verb] + [Topic] + [Benefit/Year] - Power words: How, Why, Guide, Best, Ultimate, Easy
Meta Description
- Length: 150-160 characters
- Include primary keyword naturally
- End with call-to-action or benefit
Keyword Strategy
| Type | Placement |
|---|---|
| Primary | Title, H1, first paragraph, URL slug |
| Secondary | H2 headings |
| Long-tail | Subheadings, body content |
| LSI | Natural body content |
Schema Markup (for tutorials)
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to [Action]",
"step": [
{"@type": "HowToStep", "name": "Step 1", "text": "..."}
]
}
Visual Guidelines
Image Placement Rules
| Position | Purpose | Image Type |
|---|---|---|
| After intro | Set context | Hero, conceptual |
| Before complex section | Prepare reader | Diagram, overview |
| After explanation | Reinforce | Example, screenshot |
| At data points | Visualize stats | Chart, infographic |
| Before conclusion | Summarize | Summary graphic |
MDX Image Template
<figure className="my-8">
<img
src="/images/[filename].png"
alt="[Descriptive text for accessibility and SEO]"
className="w-full h-auto rounded-lg shadow-lg"
/>
<figcaption className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
[Caption explaining the image]
</figcaption>
</figure>
Alt Text Best Practices
- Describe content, not appearance
- Include relevant keywords naturally
- Length: 50-125 characters
- Be specific: “Dashboard showing API response times” not “Screenshot”
Mermaidå¾è¡¨ (èªå¨çæ)
æ ¹æ®å 容类åèªå¨å»ºè®®å¾è¡¨ä»£ç ï¼
| å 容类å | å¾è¡¨ç±»å | 示ä¾åºæ¯ |
|---|---|---|
| æ¥éª¤è¯´æ | flowchart TD | æç¨ãé ç½®æå |
| ç³»ç»è®¾è®¡ | flowchart LR + subgraph | æ¶ææ¦è§ |
| APIäº¤äº | sequenceDiagram | è¯·æ±æµç¨ |
| ç¶æåå | stateDiagram-v2 | çå½å¨æ |
| æ°æ®ç»æ | classDiagram | ç±»åå®ä¹ |
å è´¹å¾åº
| å¾åº | ç¹ç¹ | æ¨èç¨é |
|---|---|---|
| Unsplash | é«è´¨éæå½± | Heroå¾ãèæ¯ |
| Pexels | 综åç´ æ | éç¨é å¾ |
| unDraw | ææ¯æç» | ææ¯å客 |
AIå¾çæç¤ºè¯æ¨¡æ¿
æä¾æåºæ¯åç±»çDALL-E/Midjourneyæç¤ºè¯ï¼
- Heroæ¦å¿µå¾: ç§æç®çº¦é£æ ¼ï¼æ¸åè²å½©
- ææ¯æ¶æå¾: çè·ç«ä½é£æ ¼ï¼æ 注ç»ä»¶
- 对æ¯å¾: åå±è®¾è®¡ï¼å¯¹æ¯è²å½©
- æ°æ®å¯è§å: æ½è±¡æ°æ®æµï¼æªæ¥æ
è¯¦è§ image-guidelines.md
Quality Checklist
Before Publishing
Content & Structure
- Title is 50-60 characters and compelling
- Meta description is 150-160 characters
- First paragraph hooks the reader
- Headings follow H2 â H3 hierarchy
- Reading time is appropriate (5-10 min ideal)
Code & Technical
- All code examples are tested and working
- Code blocks specify language
- Technical jargon is explained on first use
Data & Citations
- All statistics have sources
- Sources are from 2024-2026
- Links are valid and accessible
- Quotes are accurately attributed
Visual Elements
- Images have descriptive alt text
- Figures have captions
- Strategic image placement (every 300-500 words)
SEO & Links
- Internal links to 2-3 related posts
- Descriptive anchor text (not “click here”)
- Call-to-action in conclusion
Language
- Active voice predominates (>80%)
- Sentences vary in length
- Tone is conversational and professional
- No grammar/spelling errors
Reference Files
| Category | File | Description |
|---|---|---|
| Writing | templates.md | 4 article templates |
| Writing | style-guide.md | Voice, tone, language patterns |
| Writing | code-examples.md | Code formatting best practices |
| SEO | seo-guide.md | Complete SEO reference |
| Research | sources.md | Source hierarchy and citations |
| Visuals | image-guidelines.md | Image templates and alt text |
Scripts
| Script | Purpose | Usage |
|---|---|---|
generate_outline.py |
Generate structured outlines | python scripts/generate_outline.py tutorial "Topic" |
seo_check.py |
Analyze SEO of markdown files | python scripts/seo_check.py path/to/article.md |
Integration with Other Skills
With pseo-engine
- Use ai-blog-studio for content creation
- Use pseo-engine for advanced SEO analysis and programmatic pages
- Flow: Research â Write â Enhance â Optimize SEO â Publish