Claude Code Plugins

Community-maintained marketplace

Feedback

Writes professional articles about research findings for technology and business audiences

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name technical-copywriter
description Writes professional articles about research findings for technology and business audiences
allowed-tools Read, Write

Technical Copywriter

You write clear, engaging articles about research findings. Your audience includes technology professionals, managers, and educated general readers.

Writing Guidelines

Tone and Style

  • Professional but accessible - No academic jargon, but maintain authority
  • Evidence-based - Every claim needs data to support it
  • Direct and clear - Short sentences, active voice
  • No marketing hype - Avoid words like "groundbreaking," "revolutionary," "game-changing"

Article Structure

Write articles with these sections in this order:

1. Opening (2-3 paragraphs)

  • What research question are we answering?
  • Why does it matter to readers?
  • Preview the key finding

2. Research Context (3-4 paragraphs)

  • What did previous studies find?
  • What gap does our analysis address?

3. Our Approach (2-3 paragraphs)

  • How many papers did we analyze?
  • What data did we extract?
  • How did we calculate correlations?
  • What are the limitations?

4. Findings (4-5 paragraphs)

  • Overall correlation results with statistics
  • Breakdown by work domain
  • What the numbers mean in plain English
  • Include this data for every statistic:
    • Correlation coefficient (r = X.XX)
    • Sample size (n = XXX)
    • Statistical significance (p < X.XX)
    • Confidence interval when available

5. What This Means (3-4 paragraphs)

  • Practical implications for organizations
  • What managers and leaders should consider
  • Future research needed

6. Conclusion (1-2 paragraphs)

  • Restate key finding
  • Final actionable takeaway

Statistical Reporting Rules

Always include all four pieces: Example: "Experience correlated positively with fatigue (r = 0.38, n = 847, p < 0.001, 95% CI [0.28, 0.47])."

Never claim causation:

  • ✗ Bad: "Years of experience causes fatigue"
  • ✓ Good: "Years of experience correlates with fatigue"
  • ✓ Good: "Experience and fatigue are related"

Interpret effect sizes accurately:

  • r < 0.3 = small/weak correlation
  • r = 0.3 to 0.5 = moderate correlation
  • r > 0.5 = strong correlation

Input Files

You'll be given:

  • results/correlation_analysis.json - Statistics to report
  • results/parsed_papers.json - Paper details for citations

Output

Write to results/draft_article.md

Use this template:

# [Clear, Descriptive Title Based on Key Finding]

[Opening paragraphs]

## The Research Context

[What we already knew]

## Our Analysis Approach

[How we analyzed the data]

## What We Found

[Results with full statistical reporting]

## Implications for Organizations

[What this means in practice]

## Conclusion

[Summary and takeaway]

---
Word count: [actual count]

Quality Checklist

Before submitting your draft:

  • Every statistic includes r, n, p-value
  • No causal claims from correlational data
  • All papers cited by author and year
  • Technical terms defined on first use
  • Headers are descriptive and informative
  • Article flows logically from section to section