📚
콘텐츠 조사 및 작성

콘텐츠 조사 및 작성

주제에 대한 심층 조사를 수행하고 고품질 콘텐츠 초안을 작성합니다.

PROMPT EXAMPLE
`content-research-writer` 기술을 사용하여 기사를 작성해 보세요.
Fast Processing
High Quality
Privacy Protected

SKILL.md Definition

Content Research Writer

This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style.

When to Use This Skill

  • Writing blog posts, articles, or newsletters
  • Creating educational content or tutorials
  • Drafting thought leadership pieces
  • Researching and writing case studies
  • Producing technical documentation with sources
  • Writing with proper citations and references
  • Improving hooks and introductions
  • Getting section-by-section feedback while writing

What This Skill Does

  1. Collaborative Outlining: Helps you structure ideas into coherent outlines
  2. Research Assistance: Finds relevant information and adds citations
  3. Hook Improvement: Strengthens your opening to capture attention
  4. Section Feedback: Reviews each section as you write
  5. Voice Preservation: Maintains your writing style and tone
  6. Citation Management: Adds and formats references properly
  7. Iterative Refinement: Helps you improve through multiple drafts

How to Use

Setup Your Writing Environment

Create a dedicated folder for your article:

mkdir ~/writing/my-article-title
cd ~/writing/my-article-title

Create your draft file:

touch article-draft.md

Open Claude Code from this directory and start writing.

Basic Workflow

  1. Start with an outline:
Help me create an outline for an article about [topic]
  1. Research and add citations:
Research [specific topic] and add citations to my outline
  1. Improve the hook:
Here's my introduction. Help me make the hook more compelling.
  1. Get section feedback:
I just finished the "Why This Matters" section. Review it and give feedback.
  1. Refine and polish:
Review the full draft for flow, clarity, and consistency.

Instructions

When a user requests writing assistance:

  1. Understand the Writing Project

    Ask clarifying questions:

    • What's the topic and main argument?
    • Who's the target audience?
    • What's the desired length/format?
    • What's your goal? (educate, persuade, entertain, explain)
    • Any existing research or sources to include?
    • What's your writing style? (formal, conversational, technical)
  2. Collaborative Outlining

    Help structure the content:

    # Article Outline: [Title]
    
    ## Hook
    - [Opening line/story/statistic]
    - [Why reader should care]
    
    ## Introduction
    - Context and background
    - Problem statement
    - What this article covers
    
    ## Main Sections
    
    ### Section 1: [Title]
    - Key point A
    - Key point B
    - Example/evidence
    - [Research needed: specific topic]
    
    ### Section 2: [Title]
    - Key point C
    - Key point D
    - Data/citation needed
    
    ### Section 3: [Title]
    - Key point E
    - Counter-arguments
    - Resolution
    
    ## Conclusion
    - Summary of main points
    - Call to action
    - Final thought
    
    ## Research To-Do
    - [ ] Find data on [topic]
    - [ ] Get examples of [concept]
    - [ ] Source citation for [claim]
    

    Iterate on outline:

    • Adjust based on feedback
    • Ensure logical flow
    • Identify research gaps
    • Mark sections for deep dives
  3. Conduct Research

    When user requests research on a topic:

    • Search for relevant information
    • Find credible sources
    • Extract key facts, quotes, and data
    • Add citations in requested format

    Example output:

    ## Research: AI Impact on Productivity
    
    Key Findings:
    
    1. **Productivity Gains**: Studies show 40% time savings for 
       content creation tasks [1]
    
    2. **Adoption Rates**: 67% of knowledge workers use AI tools 
       weekly [2]
    
    3. **Expert Quote**: "AI augments rather than replaces human 
       creativity" - Dr. Jane Smith, MIT [3]
    
    Citations:
    [1] McKinsey Global Institute. (2024). "The Economic Potential 
        of Generative AI"
    [2] Stack Overflow Developer Survey (2024)
    [3] Smith, J. (2024). MIT Technology Review interview
    
    Added to outline under Section 2.
    
  4. Improve Hooks

    When user shares an introduction, analyze and strengthen:

    Current Hook Analysis:

    • What works: [positive elements]
    • What could be stronger: [areas for improvement]
    • Emotional impact: [current vs. potential]

    Suggested Alternatives:

    Option 1: [Bold statement]

    [Example] Why it works: [explanation]

    Option 2: [Personal story]

    [Example] Why it works: [explanation]

    Option 3: [Surprising data]

    [Example] Why it works: [explanation]

    Questions to hook:

    • Does it create curiosity?
    • Does it promise value?
    • Is it specific enough?
    • Does it match the audience?
  5. Provide Section-by-Section Feedback

    As user writes each section, review for:

    # Feedback: [Section Name]
    
    ## What Works Well ✓
    - [Strength 1]
    - [Strength 2]
    - [Strength 3]
    
    ## Suggestions for Improvement
    
    ### Clarity
    - [Specific issue] → [Suggested fix]
    - [Complex sentence] → [Simpler alternative]
    
    ### Flow
    - [Transition issue] → [Better connection]
    - [Paragraph order] → [Suggested reordering]
    
    ### Evidence
    - [Claim needing support] → [Add citation or example]
    - [Generic statement] → [Make more specific]
    
    ### Style
    - [Tone inconsistency] → [Match your voice better]
    - [Word choice] → [Stronger alternative]
    
    ## Specific Line Edits
    
    Original:
    > [Exact quote from draft]
    
    Suggested:
    > [Improved version]
    
    Why: [Explanation]
    
    ## Questions to Consider
    - [Thought-provoking question 1]
    - [Thought-provoking question 2]
    
    Ready to move to next section!
    
  6. Preserve Writer's Voice

    Important principles:

    • Learn their style: Read existing writing samples
    • Suggest, don't replace: Offer options, not directives
    • Match tone: Formal, casual, technical, friendly
    • Respect choices: If they prefer their version, support it
    • Enhance, don't override: Make their writing better, not different

    Ask periodically:

    • "Does this sound like you?"
    • "Is this the right tone?"
    • "Should I be more/less [formal/casual/technical]?"
  7. Citation Management

    Handle references based on user preference:

    Inline Citations:

    Studies show 40% productivity improvement (McKinsey, 2024).
    

    Numbered References:

    Studies show 40% productivity improvement [1].
    
    [1] McKinsey Global Institute. (2024)...
    

    Footnote Style:

    Studies show 40% productivity improvement^1
    
    ^1: McKinsey Global Institute. (2024)...
    

    Maintain a running citations list:

    ## References
    
    1. Author. (Year). "Title". Publication.
    2. Author. (Year). "Title". Publication.
    ...
    
  8. Final Review and Polish

    When draft is complete, provide comprehensive feedback:

    # Full Draft Review
    
    ## Overall Assessment
    
    **Strengths**:
    - [Major strength 1]
    - [Major strength 2]
    - [Major strength 3]
    
    **Impact**: [Overall effectiveness assessment]
    
    ## Structure & Flow
    - [Comments on organization]
    - [Transition quality]
    - [Pacing assessment]
    
    ## Content Quality
    - [Argument strength]
    - [Evidence sufficiency]
    - [Example effectiveness]
    
    ## Technical Quality
    - Grammar and mechanics: [assessment]
    - Consistency: [assessment]
    - Citations: [completeness check]
    
    ## Readability
    - Clarity score: [evaluation]
    - Sentence variety: [evaluation]
    - Paragraph length: [evaluation]
    
    ## Final Polish Suggestions
    
    1. **Introduction**: [Specific improvements]
    2. **Body**: [Specific improvements]
    3. **Conclusion**: [Specific improvements]
    4. **Title**: [Options if needed]
    
    ## Pre-Publish Checklist
    - [ ] All claims sourced
    - [ ] Citations formatted
    - [ ] Examples clear
    - [ ] Transitions smooth
    - [ ] Call to action present
    - [ ] Proofread for typos
    
    Ready to publish! 🚀
    

Examples

Example 1: Teresa Torres's Workflow

User: "I'm writing an article about continuous discovery. Help me create an outline."

Process:

  1. Collaborates on outline structure
  2. Identifies research needs
  3. User starts writing introduction
  4. Reviews and improves the hook
  5. User writes each section
  6. Provides feedback after each section
  7. Conducts research and adds citations
  8. Final review of complete draft
  9. Polish and prep for publishing

Result: Well-researched, properly cited article written in Teresa's voice with strong structure and flow.

Example 2: Research-Heavy Article

User: "I'm writing about AI's impact on product management. Help me find current data and examples."

Output:

## Research Compiled

### Recent Data
- Gartner: 80% of PMs will use AI tools by 2025 [1]
- Survey: 45% report faster feature shipping [2]
- Case study: Airbnb's AI-assisted prioritization [3]

### Expert Quotes
- "AI amplifies PM judgment, not replaces it" - Marty Cagan
- [Additional quotes with citations]

### Real Examples
1. **Company A**: Used AI for user research synthesis
   - Result: 60% time savings
   - Source: [citation]

2. **Company B**: AI-powered roadmap analysis
   - Result: Better stakeholder alignment
   - Source: [citation]

All added to your outline with proper citations.

Example 3: Hook Improvement

User's Original Hook:

"Product management is changing because of AI. In this article, I'll discuss some ways AI affects product managers."

Improved Options:

Option 1 (Data-driven):

"Last month, I asked AI to analyze 500 customer interviews. It took 30 minutes instead of 3 weeks. Product management will never be the same."

Option 2 (Question):

"What if you could talk to every customer, read every review, and analyze every support ticket—all before your morning coffee?"

Option 3 (Story):

"Sarah spent two weeks building the wrong feature. Not because she didn't understand her users, but because she couldn't process the hundreds of interviews fast enough to spot the pattern."

Example 4: Section Feedback

User: "Just finished my 'Common Mistakes' section. Thoughts?"

Response:

# Feedback: Common Mistakes Section

## What Works Well ✓
- Strong examples (the Slack notification story)
- Clear structure (3 mistakes, clean layout)
- Practical advice for each mistake

## Suggestions

### Make It More Specific
Your second point says "Bad prioritization" but could be stronger:

Current:
> "Many teams prioritize badly by focusing on features instead of outcomes."

Suggested:
> "I've watched teams ship 14 features in a quarter yet move none of their key metrics. They prioritized activity over progress."

### Add Data
The third mistake would benefit from evidence:
> "[Add citation]: Studies show teams without regular user contact are 3x more likely to build unused features [needs source]"

### Flow Improvement
Consider reordering: Mistake 3 → Mistake 2 → Mistake 1
This builds from small to big impact.

Ready for the next section!

Writing Workflows

Blog Post Workflow

  1. Outline together
  2. Research key points
  3. Write introduction → get feedback
  4. Write body sections → feedback each
  5. Write conclusion → final review
  6. Polish and edit

Newsletter Workflow

  1. Discuss hook ideas
  2. Quick outline (shorter format)
  3. Draft in one session
  4. Review for clarity and links
  5. Quick polish

Technical Tutorial Workflow

  1. Outline steps
  2. Write code examples
  3. Add explanations
  4. Test instructions
  5. Add troubleshooting section
  6. Final review for accuracy

Thought Leadership Workflow

  1. Brainstorm unique angle
  2. Research existing perspectives
  3. Develop your thesis
  4. Write with strong POV
  5. Add supporting evidence
  6. Craft compelling conclusion

Pro Tips

  1. Work in VS Code: Better than web Claude for long-form writing
  2. One section at a time: Get feedback incrementally
  3. Save research separately: Keep a research.md file
  4. Version your drafts: article-v1.md, article-v2.md, etc.
  5. Read aloud: Use feedback to identify clunky sentences
  6. Set deadlines: "I want to finish the draft today"
  7. Take breaks: Write, get feedback, pause, revise

File Organization

Recommended structure for writing projects:

~/writing/article-name/
├── outline.md          # Your outline
├── research.md         # All research and citations
├── draft-v1.md         # First draft
├── draft-v2.md         # Revised draft
├── final.md            # Publication-ready
├── feedback.md         # Collected feedback
└── sources/            # Reference materials
    ├── study1.pdf
    └── article2.md

Best Practices

For Research

  • Verify sources before citing
  • Use recent data when possible
  • Balance different perspectives
  • Link to original sources

For Feedback

  • Be specific about what you want: "Is this too technical?"
  • Share your concerns: "I'm worried this section drags"
  • Ask questions: "Does this flow logically?"
  • Request alternatives: "What's another way to explain this?"

For Voice

  • Share examples of your writing
  • Specify tone preferences
  • Point out good matches: "That sounds like me!"
  • Flag mismatches: "Too formal for my style"
  • Creating social media posts from articles
  • Adapting content for different audiences
  • Writing email newsletters
  • Drafting technical documentation
  • Creating presentation content
  • Writing case studies
  • Developing course outlines

About Awesome Claude Skills

A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.

What Are Claude Skills?

Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.

Quickstart: Connect Claude to 500+ Apps

The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.

  1. Install the Plugin

    claude --plugin-dir ./connect-apps-plugin
    
  2. Run Setup

    /connect-apps:setup
    

    Paste your API key when asked. (Get a free key at platform.composio.dev)

강력한 Agent Skills

전문적인 스킬 컬렉션으로 AI 성능을 높이세요.

즉시 사용 가능

스킬을 지원하는 모든 에이전트 시스템에 복사하여 붙여넣으세요.

모듈형 디자인

'code skills'를 조합하여 복잡한 에이전트 동작을 만드세요.

최적화됨

각 'agent skill'은 높은 성능과 정확도를 위해 튜닝되었습니다.

오픈 소스

모든 'code skills'는 기여와 커스터마이징을 위해 열려 있습니다.

교차 플랫폼

다양한 LLM 및 에이전트 프레임워크와 호환됩니다.

안전 및 보안

AI 안전 베스트 프랙티스를 따르는 검증된 스킬입니다.

에이전트에게 힘을 실어주세요

오늘 Agiskills를 시작하고 차이를 경험해 보세요.

지금 탐색

사용 방법

간단한 3단계로 에이전트 스킬을 시작하세요.

1

스킬 선택

컬렉션에서 필요한 스킬을 찾습니다.

2

문서 읽기

스킬의 작동 방식과 제약 조건을 이해합니다.

3

복사 및 사용

정의를 에이전트 설정에 붙여넣습니다.

4

테스트

결과를 확인하고 필요에 따라 세부 조정합니다.

5

배포

특화된 AI 에이전트를 배포합니다.

개발자 한마디

전 세계 개발자들이 Agiskills를 선택하는 이유를 확인하세요.

Alex Smith

AI 엔지니어

"Agiskills는 제가 AI 에이전트를 구축하는 방식을 완전히 바꾸어 놓았습니다."

Maria Garcia

프로덕트 매니저

"PDF 전문가 스킬이 복잡한 문서 파싱 문제를 해결해 주었습니다."

John Doe

개발자

"전문적이고 문서화가 잘 된 스킬들입니다. 강력히 추천합니다!"

Sarah Lee

아티스트

"알고리즘 아트 스킬은 정말 아름다운 코드를 생성합니다."

Chen Wei

프론트엔드 전문가

"테마 팩토리로 생성된 테마는 픽셀 단위까지 완벽합니다."

Robert T.

CTO

"저희 AI 팀의 표준으로 Agiskills를 사용하고 있습니다."

자주 묻는 질문

Agiskills에 대해 궁금한 모든 것.

네, 모든 공개 스킬은 무료로 복사하여 사용할 수 있습니다.

피드백