MCP HubMCP Hub
스킬 목록으로 돌아가기

dev-to-hashnode

jonathimer
업데이트됨 Yesterday
2 조회
76
4
76
GitHub에서 보기
개발general

정보

이 스킬은 개발자가 Dev.to와 Hashnode 같은 플랫폼에 콘텐츠를 게시하고 교차 게시하는 것을 지원합니다. 플랫폼 비교, 표준 URL을 활용한 SEO 전략, 그리고 독자층 구축에 대한 지침을 제공합니다. 이러한 개발자 커뮤니티를 위한 기술 블로깅을 최적화해야 할 때 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add jonathimer/devmarketing-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/jonathimer/devmarketing-skills
Git 클론대체
git clone https://github.com/jonathimer/devmarketing-skills.git ~/.claude/skills/dev-to-hashnode

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Dev.to & Hashnode Publishing

Developer blogging platforms offer built-in audiences of hundreds of thousands of developers. This skill covers cross-posting strategy, platform-specific optimization, and building followers on Dev.to and Hashnode.


Before You Start

  1. Read .agents/developer-audience-context.md if it exists
  2. Decide your canonical URL strategy (important for SEO)
  3. Create accounts on both platforms to reserve your username
  4. Understand: These platforms reward consistency and engagement

Platform Comparison

Dev.to vs Hashnode

FeatureDev.toHashnode
Monthly visitors~10M+~3M+
Custom domainNo (subdomain only)Yes (free)
Canonical URL supportYesYes
SEO benefitsHigh domain authorityYour domain gets SEO
MonetizationNo nativeSponsors, newsletter
NewsletterNoBuilt-in
Series supportYesYes
Code highlightingExcellentExcellent
Community featuresStrong (reactions, comments)Growing
AudienceBroader, more beginnersMore senior, focused

When to Use Each

Use Dev.to whenUse Hashnode when
Maximum reach is priorityBuilding your own brand
Targeting beginners/mid-levelWant custom domain SEO
Community engagement mattersBuilding email list
Quick validation of contentLong-term content strategy
Don't have your own blogSupplementing your main blog

Cross-Posting Strategy

The Canonical URL Decision

StrategyProsCons
Original on your blogSEO to your domain, full controlPlatforms may rank lower
Original on Dev.toMaximum initial reachNo SEO to your domain
Original on Hashnode (custom domain)SEO + platform reachSmaller initial audience

Best Practice: Your Blog + Cross-Post

  1. Publish on your blog first — This is canonical
  2. Wait 1-2 days — Let Google index your original
  3. Cross-post to Dev.to — Set canonical URL to your blog
  4. Cross-post to Hashnode — Set canonical URL to your blog

Setting Canonical URLs

Dev.to (in frontmatter):

---
title: Your Title
canonical_url: https://yourblog.com/your-post
---

Hashnode (in editor):

  • Click "Article settings" gear icon
  • Paste original URL in "Canonical URL" field

Dev.to Optimization

Frontmatter Structure

---
title: "Specific, Keyword-Rich Title (Not Clickbait)"
published: true
description: "One compelling sentence that shows up in previews and SEO"
tags: javascript, webdev, tutorial, beginners
cover_image: https://your-cdn.com/image.png
canonical_url: https://yourblog.com/original-post
series: "Building a CLI from Scratch"
---

Tag Strategy

TagFollowersUse for
#javascript200K+JS content
#webdev150K+General web development
#beginners120K+Accessible content
#tutorial100K+Step-by-step guides
#react80K+React specific
#programming80K+General programming
#python70K+Python content
#devops50K+DevOps, CI/CD
#opensource40K+OSS projects
#productivity40K+Dev tools, workflows

Rules:

  • Maximum 4 tags per post
  • First tag is primary (appears in URL)
  • Check tag follower count before using

What Performs on Dev.to

Content typePerformanceNotes
Beginner tutorialsHighLargest audience segment
Listicles ("10 tools...")HighEasy to consume
Career adviceHighAspirational content
Hot takesMedium-highControversial drives engagement
Deep technicalMediumNiche but engaged audience
Project showcasesMediumBest with story behind it
News/updatesLowCompetes with official sources

Dev.to Engagement Features

FeatureHow to use
ReactionsHeart, unicorn, saved, fire — different meanings
CommentsReply to every comment for algorithm boost
SeriesGroup related posts, drives binge reading
DiscussionTag #discuss for opinion/question posts
ListingsPost jobs, events, products

Hashnode Optimization

Article Settings

SettingRecommendation
SubtitleUse for SEO keywords
Cover image1600x840 optimal size
SEO titleCan differ from article title
SEO description155 characters max
Canonical URLYour original if cross-posting
Enable table of contentsYes for long posts
Disable commentsNo — engagement helps

Tag Strategy

Hashnode tags work differently:

  • Tags are linked to global topics
  • Some tags have dedicated feeds
  • Fewer tags, more focused

Popular Hashnode tags:

  • javascript, web-development, react
  • devops, cloud, aws
  • beginners, tutorial
  • opensource, programming

What Performs on Hashnode

Content typePerformanceNotes
In-depth tutorialsHighAudience expects depth
Architecture postsHighMore senior audience
DevOps/cloud contentHighStrong niche presence
Career storiesMedium-highPersonal narratives work
Quick tipsMediumLess than on Dev.to
ListiclesMediumLess effective here

Hashnode-Specific Features

FeatureHow to use
NewsletterEnable to collect subscribers
SeriesGreat for tutorials, courses
Custom CSSStyle your blog uniquely
WidgetsAdd GitHub, newsletter CTAs
SponsorsHashnode has sponsor program
AnalyticsBuilt-in, more detailed than Dev.to

Content Formatting

Structure That Works

# Title

[Compelling hook — why should they care?]

## Table of Contents (for long posts)
- [Section 1](#section-1)
- [Section 2](#section-2)

## The Problem

[What pain point are you solving?]

## The Solution

[Your approach, with code examples]

### Code Example

```language
// Well-commented code
const example = "explained";

Step-by-Step

  1. Step one — Explanation
  2. Step two — Explanation
  3. Step three — Explanation

Common Pitfalls

[What to watch out for]

Conclusion

[Summary + CTA]


If you found this helpful, follow me for more content about [topic].


### Formatting Best Practices

| Element | Guideline |
|---------|-----------|
| **Headers** | Use H2 for sections, H3 for subsections |
| **Code blocks** | Always specify language for syntax highlighting |
| **Images** | Use descriptive alt text, compress for speed |
| **Links** | Descriptive text, not "click here" |
| **Length** | 1000-2500 words performs best |
| **Paragraphs** | Keep short, 2-3 sentences max |
| **Lists** | Use liberally for scannability |

---

## Building Followers

### Consistency Strategy

| Frequency | Result |
|-----------|--------|
| 4+ posts/month | Rapid follower growth |
| 2-3 posts/month | Steady growth |
| 1 post/month | Slow but sustainable |
| Sporadic | Minimal follower retention |

### Engagement Tactics

| Tactic | Why it works |
|--------|--------------|
| Reply to every comment | Algorithm boost + relationship building |
| Comment on others' posts | Visibility + community |
| Follow relevant authors | Often reciprocated |
| Share on social media | Drives external traffic |
| Link between your posts | Keeps readers on your content |
| Create series | Encourages following for updates |

### Bio and Profile Optimization

**Dev.to profile**:
- Clear profile photo
- Bio with what you write about
- Link to your main site
- List your expertise areas

**Hashnode profile**:
- Custom domain setup
- Newsletter enabled
- Social links populated
- Blog name and tagline set

---

## Platform-Specific Do's and Don'ts

### Do's

1. **Do** set canonical URLs to protect your SEO
2. **Do** use platform-specific formatting (embeds, etc.)
3. **Do** engage with comments within 24 hours
4. **Do** cross-post to both platforms
5. **Do** use series for related content
6. **Do** optimize cover images for each platform
7. **Do** include a CTA at the end

### Don'ts

1. **Don't** post identical content without canonical URLs
2. **Don't** ignore comments
3. **Don't** use only self-promotional content
4. **Don't** neglect tags — they're discovery mechanisms
5. **Don't** forget mobile readability
6. **Don't** publish unfinished drafts
7. **Don't** keyword stuff your content

---

## Analytics and Iteration

### Dev.to Dashboard

| Metric | What it tells you |
|--------|-------------------|
| Views | Reach/impressions |
| Reactions | Engagement quality |
| Comments | Discussion value |
| Reading time | Content depth |
| Followers from post | Conversion rate |

### Hashnode Analytics

| Metric | What it tells you |
|--------|-------------------|
| Total views | Reach |
| Unique visitors | Audience size |
| Read ratio | Completion rate |
| Time on page | Engagement depth |
| Referrers | Traffic sources |
| Newsletter signups | List growth |

### What to Optimize

| Low metric | Try this |
|------------|----------|
| Low views | Better title, different tags |
| Low reactions | More engaging opening |
| Low comments | End with a question |
| High bounce | Better structure, hook |
| Low followers | Stronger CTA, series |

---

## Tools

| Tool | Use case |
|------|----------|
| **[Octolens](https://octolens.com)** | Monitor Dev.to and Hashnode for mentions of your topic, competitors, and trends. Find popular content to learn from. |
| **Hemingway Editor** | Improve readability |
| **Carbon** | Beautiful code screenshots |
| **Unsplash** | Free cover images |
| **Canva** | Custom cover image design |
| **Grammarly** | Catch errors before publishing |

---

## Content Calendar Template

| Week | Dev.to | Hashnode | Topic |
|------|--------|----------|-------|
| 1 | Publish | Cross-post (day 2) | Tutorial |
| 2 | Cross-post | Publish | Deep dive |
| 3 | Publish | Cross-post (day 2) | Listicle |
| 4 | Cross-post | Publish | Opinion/experience |

---

## Related Skills

- `developer-audience-context` — Know who you're writing for
- `hacker-news-strategy` — Drive traffic from HN to your posts
- `reddit-engagement` — Share posts in relevant subreddits
- `github-presence` — Link from READMEs to your content
- `x-devs` — Promote posts on Twitter/X

GitHub 저장소

jonathimer/devmarketing-skills
경로: skills/dev-to-hashnode
0

연관 스킬

qmd

개발

qmd는 BM25, 벡터 임베딩, 재순위화를 결합한 하이브리드 검색을 통해 로컬 파일을 색인화하고 검색할 수 있는 로컬 검색 및 색인화 CLI 도구입니다. 명령줄 사용과 Claude 통합을 위한 MCP(Model Context Protocol) 모드를 모두 지원합니다. 이 도구는 임베딩에 Ollama를 사용하고 색인을 로컬에 저장하여 터미널에서 직접 문서나 코드베이스를 검색하는 데 이상적입니다.

스킬 보기

subagent-driven-development

개발

이 스킬은 각 독립적인 작업마다 새로운 하위 에이전트를 배치하고 작업 사이에 코드 리뷰를 진행하여 구현 계획을 실행합니다. 이 리뷰 프로세스를 통해 품질 게이트를 유지하면서 빠른 반복 작업을 가능하게 합니다. 동일한 세션 내에서 대부분 독립적인 작업을 진행할 때 내장된 품질 검증과 함께 지속적인 진행을 보장하기 위해 사용하세요.

스킬 보기

mcporter

개발

mcporter 스킬은 개발자가 Claude에서 직접 Model Context Protocol(MCP) 서버를 관리하고 호출할 수 있도록 합니다. 이 스킬은 사용 가능한 서버를 나열하고, 인수를 사용해 해당 서버의 도구를 호출하며, 인증 및 데몬 생명주기를 처리하는 명령어를 제공합니다. 개발 워크플로우에서 MCP 서버 기능을 통합하고 테스트할 때 이 스킬을 사용하세요.

스킬 보기

adk-deployment-specialist

개발

이 스킬은 A2A 프로토콜을 사용하여 Vertex AI ADK 에이전트를 배포하고 오케스트레이션하며, AgentCard 검색, 작업 제출, 코드 실행 샌드박스 및 메모리 뱅크와 같은 지원 도구를 관리합니다. Python, Java 또는 Go 언어로 순차, 병렬 또는 루프 오케스트레이션 패턴을 갖춘 다중 에이전트 시스템 구축을 가능하게 합니다. Google Cloud에서 ADK 에이전트 배포 또는 에이전트 워크플로우 오케스트레이션을 요청받았을 때 사용하세요.

스킬 보기