スキル一覧に戻る
pluginagentmarketplace

conference-speaking

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

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

SKILL.md


name: conference-speaking description: CFP submissions, talk preparation, and conference speaking strategies sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 06-developer-advocate bond_type: SECONDARY_BOND

Conference Speaking

Land speaking opportunities and deliver memorable conference talks.

Skill Contract

Parameters

parameters:
  required:
    - submission_type: enum[cfp, abstract, bio, outline]
    - talk_topic: string
  optional:
    - conference_name: string
    - talk_length: enum[lightning, standard, keynote]

Output

output:
  cfp_submission:
    title: string
    abstract: string
    outline: array[Section]
    speaker_bio: string

CFP Strategy

Finding CFPs

CFP Submission Formula

Title: Catchy + Clear + Benefit
       "How We Reduced API Latency by 90%"

Abstract: Problem → Solution → Takeaway
       "APIs slowing you down? Learn the three
       techniques we used to cut latency from
       2s to 200ms. Walk away with actionable
       patterns for your own services."

Outline: Show you've thought it through
       1. The latency problem (5 min)
       2. Technique 1: Caching (10 min)
       3. Technique 2: Query optimization (10 min)
       4. Technique 3: Edge computing (10 min)
       5. Results and takeaways (5 min)

Winning CFP Elements

ElementWhy It Works
Specific results"90% faster" vs "faster"
Clear takeawaysAudience knows what they'll learn
Novel angleFresh perspective
Speaker credibilityShow you've done this

Talk Preparation Timeline

Weeks OutTask
8Outline complete
6First draft slides
4Full run-through
2Refinement + practice
1Final polish
Day ofTech check

Slide Design Principles

  • One idea per slide
  • Minimal text (≤6 words per point)
  • Large fonts (32pt minimum)
  • High contrast colors
  • Code with syntax highlighting

Delivery Tips

  1. Know your opening cold - First 30 seconds are crucial
  2. Use stories - Data + narrative = memorable
  3. Live demos - Risky but impactful (have backup)
  4. End strong - Clear call to action
  5. Leave time for Q&A - 5-10 minutes minimum

Retry Logic

retry_patterns:
  cfp_rejected:
    strategy: "Request feedback, revise angle"
    max_attempts: 3

  low_acceptance_rate:
    strategy: "Build portfolio at meetups first"

  demo_fails:
    strategy: "Pre-recorded backup"

Failure Modes & Recovery

Failure ModeDetectionRecovery
CFP rejectionEmail receivedRequest feedback
Demo failsCrashes on stagePre-recorded backup
Time runs over5-min warningSkip to conclusion

Debug Checklist

□ CFP deadline confirmed?
□ Abstract under word limit?
□ Slides tested on 1080p?
□ Demo backed up?
□ Talk rehearsed 3+ times?
□ Travel confirmed?

Test Template

test_conference_speaking:
  unit_tests:
    - test_cfp_elements:
        assert: "Title, abstract, outline present"
    - test_abstract_length:
        assert: "150-300 words"

  integration_tests:
    - test_talk_delivery:
        assert: "Within time limit"

Success Metrics

MetricTarget
CFP acceptance rate>20%
Talk rating>4/5
Repeat invitations1+

Observability

metrics:
  - cfps_submitted: integer
  - cfps_accepted: integer
  - talks_delivered: integer
  - average_rating: float

See assets/ for CFP 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

レビュー

💬

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