スキル一覧に戻る
pluginagentmarketplace

public-speaking

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

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

SKILL.md


name: public-speaking description: Public speaking techniques for developer conferences, meetups, and presentations sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 06-developer-advocate bond_type: PRIMARY_BOND

Public Speaking for DevRel

Master public speaking for developer conferences, meetups, and technical presentations.

Skill Contract

Parameters

parameters:
  required:
    - talk_type: enum[lightning, standard, keynote, workshop]
    - topic: string
  optional:
    - duration_minutes: integer
    - audience_level: enum[beginner, intermediate, advanced]
    - demo_included: boolean

Output

output:
  talk_prep:
    outline: markdown
    slide_count: integer
    speaker_notes: array[string]
  delivery:
    hook: string
    key_messages: array[string]
    closing_cta: string

Core Techniques

The Hook (First 30 Seconds)

First 30 seconds determine if audience stays engaged:
- Start with a problem statement
- Ask a provocative question
- Share a surprising statistic
- Tell a brief story

Storytelling Structure

Setup → Conflict → Resolution → Takeaway

Example:
"We had 10,000 API errors per day..."
"We tried caching, it made it worse..."
"Then we discovered rate limiting patterns..."
"Here's how you can implement it too..."

Rule of Three

  • Three main points per talk
  • Three examples per concept
  • Three takeaways for audience

Presentation Tips

TechniqueDescriptionBest For
PechaKucha20 slides, 20 seconds eachQuick overviews
Problem-SolutionPain → Fix → ProofTechnical tutorials
Demo-FirstShow working, then explainProduct showcases
RepetitionKey phrases for emphasisKey concepts

Talk Types

TypeDurationSlidesPrep Time
Lightning5 min5-102-4 hours
Standard20-30 min20-401-2 weeks
Keynote45-60 min40-603-4 weeks
Workshop2-4 hours30-504-6 weeks

Handling Q&A

  1. Anticipate Questions: Prepare for likely queries
  2. Active Listening: Fully understand before answering
  3. Be Concise: Don't ramble
  4. Difficult Questions: "Great question, let me address that..."
  5. Unknown Answers: "I'll get back to you on that"

Nervousness Management

  • Practice out loud (not just in head)
  • Arrive early, check setup
  • Have water nearby
  • Use speaker notes (not scripts)
  • Focus on helping audience, not on yourself

Retry Logic

retry_patterns:
  tech_failure:
    strategy: "Switch to backup slides/demo"
    fallback: "Continue without demo, describe visually"

  lost_place:
    strategy: "Pause, check notes, summarize so far"
    recovery: "As I was saying... [pick up thread]"

  audience_disengaged:
    strategy: "Ask question, add interactive element"

Failure Modes & Recovery

Failure ModeDetectionRecovery
Slides won't loadBlack screenUse backup USB/PDF
Demo crashesError messagePre-recorded backup
Running over time5 min warningSkip to conclusion
Mic issuesNo audioProject louder

Debug Checklist

□ Talk outline reviewed?
□ Slides tested on actual display?
□ Demo rehearsed 3+ times?
□ Backup slides on USB?
□ Speaker notes ready?
□ Water at podium?
□ Mic tested?
□ Timing practiced?

Test Template

test_public_speaking:
  unit_tests:
    - test_timing:
        input: "Full rehearsal"
        assert: "Within ±2 min of target"
    - test_key_messages:
        input: "3 takeaways"
        assert: "Audience can recall"

  integration_tests:
    - test_full_delivery:
        scenario: "Complete run-through"
        assert: "Smooth flow, on time"

Observability

metrics:
  - audience_size: integer
  - talk_rating: float
  - on_time_finish: boolean
  - demo_success: boolean

See assets/ for talk templates and references/ for presentation guides.

スコア

総合スコア

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

レビュー

💬

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