Creates technical blog articles for Zenn platform. Supports project showcases, tutorials, TIL posts, and learning documentation with proper Zenn frontmatter and formatting.
Creates technical blog articles for the Zenn platform with proper formatting and frontmatter.
The skill supports three main article types:
| Type | Purpose | Emoji Examples |
|------|---------|----------------|
| project | Tool/project showcases | π οΈ π |
| tutorial | Technical explanations/how-tos | π π |
| til | Today I Learned/troubleshooting | π‘ π |
1. **Type Detection**: Determine article type from user requirements
2. **Information Gathering**: Investigate codebase if needed
3. **Structure Planning**: Reference templates for article structure
4. **Writing**: Create content with proper Zenn frontmatter
5. **Output**: Save to `articles/<slug>.md`
```yaml
---
title: "Article Title"
emoji: "π―"
type: "tech" # tech or idea
topics: ["topic1", "topic2"] # max 5 topics
published: false
---
```
Activate this skill with:
When creating a project showcase:
1. Analyze the project structure and key features
2. Generate appropriate frontmatter with relevant topics
3. Structure the article: overview β key features β implementation highlights β conclusion
4. Include code examples with proper syntax highlighting
5. Save to the articles directory with a descriptive slug
The skill automatically handles Japanese technical writing conventions and Zenn-specific formatting requirements.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/zenn-tech-blog-writer/raw