スキル一覧に戻る
pluginagentmarketplace

blogging

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

1🍴 0📅 2026年1月5日
GitHubで見るManusで実行

SKILL.md


name: blogging description: Technical blogging strategies, SEO, and content creation for developer audiences sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 03-content-creator bond_type: PRIMARY_BOND

Technical Blogging

Create compelling technical blog content that educates and engages developers.

Skill Contract

Parameters

parameters:
  required:
    - topic: string
    - target_audience: enum[beginner, intermediate, advanced]
  optional:
    - word_count: integer
    - seo_keywords: array[string]
    - include_code: boolean

Output

output:
  blog_post:
    title: string
    body: markdown
    meta_description: string
    estimated_reading_time: duration

Content Strategy

Topic Sources

1. Questions from community
2. Problems you solved
3. New feature announcements
4. Industry trends
5. Tutorial requests
6. Comparison guides
7. Best practices

Content Calendar

WeekTypeExample
1Tutorial"Getting Started with..."
2Deep dive"Understanding X internals"
3Comparison"X vs Y: Which to choose"
4Case study"How Company X achieved..."

Blog Post Structure

# Compelling Title (SEO keyword + benefit)

**TL;DR**: One paragraph summary for skimmers

## Introduction (Hook + Promise)
Why should they care? What will they learn?

## Prerequisites
What they need to know/have before starting.

## Main Content
### Section 1: The What
### Section 2: The Why
### Section 3: The How (with code)

## Summary
- Key takeaway 1
- Key takeaway 2
- Key takeaway 3

## Next Steps / Resources
- Link to docs
- Related posts
- Call to action

SEO Basics

ElementBest Practice
TitleKeyword + benefit, <60 chars
URLShort, keyword-rich slug
Meta150-160 chars description
H1One per page, matches title
ImagesAlt text, compressed

Writing Tips

  1. Start with outline - Structure before prose
  2. Write for skimmers - Headers, bullets, bold
  3. Show, don't tell - Code over explanation
  4. Be concise - Cut ruthlessly
  5. End with action - What should reader do next

Retry Logic

retry_patterns:
  low_engagement:
    strategy: "Rewrite hook, add visuals"

  seo_not_ranking:
    strategy: "Audit keywords, update title"

  code_errors_reported:
    strategy: "Test in fresh environment, fix"

Failure Modes & Recovery

Failure ModeDetectionRecovery
Code doesn't workReader feedbackHotfix immediately
Low engagement<2 min avg timeRewrite hook
Not rankingNot in top 20SEO audit

Debug Checklist

□ Code examples tested?
□ Links verified?
□ Images optimized?
□ Spell/grammar checked?
□ Mobile preview OK?
□ Meta description set?
□ Keywords in title?

Test Template

test_blogging:
  unit_tests:
    - test_code_works:
        assert: "All code samples run"
    - test_seo_elements:
        assert: "Title, meta, keywords present"

  integration_tests:
    - test_reader_journey:
        assert: "Can follow to completion"

Observability

metrics:
  - word_count: integer
  - reading_time: duration
  - code_blocks: integer
  - publish_date: date

See assets/ for blog templates.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です