원클릭으로
content-structure-patterns
Blog structure patterns for tutorials, deep-dives, research summaries, and development journals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Blog structure patterns for tutorials, deep-dives, research summaries, and development journals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Strategic search planning for agent-driven research. Generates structured search-term matrices with tiered fallback strategies, engine-specific operators, and grading criteria before executing any searches. Use this skill whenever research requires more than a single search query — comparing technologies, verifying claims across sources, surveying a landscape, investigating a multi-faceted question, or building evidence for a decision. Do NOT use for quick factual lookups, fetching a single known URL, or questions answerable from a single source. Covers tech, academic, regulatory, and general domains. Think of it as "research planning" — the matrix is the plan, execution comes after.
Create language conversion skills for translating code from language A to language B. Use when building 'convert-X-Y' skills, designing type mappings between languages, establishing idiom translation patterns, or defining conversion methodologies. Provides foundational patterns that specific conversion skills extend.
Guide for translating code between programming languages. Use when converting code from one language to another, planning language migrations, understanding conversion challenges, asking about type mappings, idiom translations, or referencing pattern mappings. Covers APTV workflow, type systems, error handling, concurrency, and language-specific gotchas.
Identify skill coverage gaps and improvement opportunities. Use when analyzing missing skills for a task, creating skill gap issues, evaluating skill effectiveness, or refining skill progressive disclosure.
Validate Claude Code skills against best practices. Use when checking skill quality, running validation, or creating improvement issues.
{{DESCRIPTION}}
| name | content-structure-patterns |
| description | Blog structure patterns for tutorials, deep-dives, research summaries, and development journals |
| created | "2025-02-19T00:00:00.000Z" |
| updated | "2025-02-19T00:00:00.000Z" |
| tags | ["blog","structure","templates","content-patterns"] |
| source | blog-workflow-plugin |
Organizational patterns for different types of technical blog posts.
This skill provides structural templates for the four primary blog post types: tutorials, deep-dives, research summaries, and development journals. Each pattern is optimized for its specific purpose and reader expectations.
This skill covers:
This skill does NOT cover:
| Type | Purpose | Typical Length | Reader Goal |
|---|---|---|---|
| Tutorial | Teach a skill | 1500-3000 words | Complete a task |
| Deep-dive | Explain concepts | 2000-4000 words | Understand deeply |
| Research Summary | Synthesize findings | 1000-2000 words | Learn key insights |
| Dev Journal | Share experience | 800-1500 words | Learn from journey |
Tutorials guide readers through completing a specific task.
# Title: "How to [Action] [Thing] [Context]"
## Introduction (100-150 words)
- What you'll build/learn
- Prerequisites
- Time estimate
## [Setup/Prerequisites] (if significant)
- Required tools
- Environment setup
- Starting point
## Step 1: [First Action]
- Single focused action
- Code example
- Expected result
## Step 2: [Second Action]
- Single focused action
- Code example
- Expected result
## [Additional Steps...]
## [Troubleshooting] (optional)
- Common errors
- Solutions
## Conclusion (50-100 words)
- What was accomplished
- Next steps
- Related resources
Deep-dives explain concepts, architectures, or technologies in depth.
# Title: "[Concept]: [Subtitle with Hook]"
## Introduction (150-200 words)
- Hook: Why this matters
- What you'll learn
- Who this is for
## Background/Context
- History or motivation
- Problem being solved
- Prior approaches (optional)
## Core Concept 1
- Explanation
- Diagrams/visuals
- Examples
## Core Concept 2
- Explanation
- How it relates to Concept 1
- Examples
## [Additional Concepts...]
## Practical Application
- How to apply this knowledge
- Code examples
- Real-world scenarios
## Trade-offs and Considerations
- When to use this
- When NOT to use this
- Alternatives
## Conclusion (100-150 words)
- Key takeaways (bullet points)
- Further reading
Research summaries synthesize multiple sources into actionable insights.
# Title: "[Topic]: [Key Finding or Trend]"
## Key Takeaways (100 words)
- 3-5 bullet points
- Most important findings
- Actionable insights
## Introduction (100-150 words)
- Research question or topic
- Why it matters now
- Scope of research
## Findings
### Finding 1: [Headline]
- Evidence/data
- Source attribution
- Implications
### Finding 2: [Headline]
- Evidence/data
- Source attribution
- Implications
## Analysis
- Patterns across findings
- What this means
- Remaining questions
## Recommendations
- Actionable next steps
- Who should care
- Timeline considerations
## Methodology (brief)
- Sources reviewed
- Time period
- Limitations
## Sources
- Linked references
Dev journals share personal experiences building or learning something.
# Title: "[What I Did/Learned]: [Context or Outcome]"
## TL;DR (50 words)
- What happened
- Key lesson
## Context (100 words)
- What I was trying to do
- Why it mattered
- Starting point
## The Journey
### Challenge 1
- What went wrong
- What I tried
- What worked
### [Additional Challenges...]
## What I Learned
- Key insights (bulleted)
- What I'd do differently
- Resources that helped
## Next Steps (optional)
- What's next
- Open questions
| Element | Purpose | Length |
|---|---|---|
| Hook | Grab attention | 1-2 sentences |
| Value proposition | Why read this | 1 sentence |
| Prerequisites/scope | Set expectations | 1-2 sentences |
| Overview | What's coming | 1 sentence or list |
| Element | Purpose |
|---|---|
| Summary | Reinforce key points |
| Next steps | Guide further learning |
| CTA | Encourage action (subscribe, try, share) |
See code-example-best-practices skill for detailed guidance.
technical-writing-style skill - Voice and clarity guidelinescode-example-best-practices skill - Code snippet standardstutorial-format style - Tutorial output styledeep-dive-format style - Deep-dive output style