Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计通过

technical-presentations技术演示

Agent Skill

technical-presentations 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,098

周安装

44

GitHub Stars

61

下载量

356
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:technical-presentations(技术演示)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/technical-presentations
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill technical-presentations
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill technical-presentations

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • technical-presentations 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Technical Presentations Skill

Create compelling technical presentations that educate, persuade, and engage developer audiences.

Keywords

presentation, slides, talk, demo, speaking, pitch, architecture review, tech talk, brown bag, lightning talk, conference, meetup, powerpoint, keynote, google slides

When to Use This Skill

This skill provides guidance when developers need to:

  • Structure a technical presentation or talk
  • Create effective slides for developer audiences
  • Plan and execute live demos
  • Present architecture decisions or proposals
  • Deliver knowledge-sharing sessions
  • Pitch technical solutions to stakeholders

Core Framework: What-Why-How

Every technical presentation should follow this structure:

┌─────────────────────────────────────────────────────────────┐
│  WHAT (10% of time) - The Hook                              │
│  "Here's the problem/opportunity we're addressing"          │
├─────────────────────────────────────────────────────────────┤
│  WHY (30% of time) - The Context                            │
│  "Here's why it matters and why you should care"            │
├─────────────────────────────────────────────────────────────┤
│  HOW (50% of time) - The Solution                           │
│  "Here's how we solve it / how it works"                    │
├─────────────────────────────────────────────────────────────┤
│  CLOSE (10% of time) - The Call to Action                   │
│  "Here's what you should do next / key takeaways"           │
└─────────────────────────────────────────────────────────────┘

WHAT: The Hook (First 2-3 Minutes)

Goal: Grab attention and establish relevance.

Techniques:

  • Start with a problem the audience recognizes
  • Open with a surprising statistic or fact
  • Ask a provocative question
  • Tell a brief story that illustrates the pain

What to avoid:

  • "Today I'm going to talk about..."
  • Agenda slides before you've hooked them
  • Starting with definitions or background
  • Apologizing for anything

WHY: The Context (Next 30% of Time)

Goal: Build the case for why this matters.

Include:

  • Background that's essential to understanding
  • The stakes (what happens if we don't act)
  • The opportunity (what's possible)
  • Why now (urgency or timing)

Calibrate for audience:

  • Technical peers: Less context, more depth
  • Mixed audience: More context, less jargon
  • Leadership: Business impact focus

HOW: The Solution (Main Body - 50%)

Goal: Deliver the substance.

Structure options:

  • Chronological (the journey)
  • Problem → Solution → Proof
  • Three key points with examples
  • Before → Change → After

For technical content:

  • Architecture diagrams
  • Code examples (simplified)
  • Live demos (with backups)
  • Metrics and data

CLOSE: The Call to Action (Final 10%)

Goal: Make it stick and drive action.

Include:

  • Summary (3 key takeaways max)
  • Clear next steps
  • Resources for going deeper
  • Time for Q&A

Presentation Types

Type 1: Architecture Review / RFC

Purpose: Get feedback on technical approach.

Structure:

  1. Problem statement (2 min)
  2. Constraints and requirements (3 min)
  3. Options considered (5 min)
  4. Proposed solution (10 min)
  5. Trade-offs acknowledged (3 min)
  6. Open questions (2 min)
  7. Discussion (15+ min)

Keys to success:

  • Share materials beforehand
  • Focus on decisions, not implementation details
  • Explicitly call out what you're NOT doing
  • Prepare for tough questions

Type 2: Demo / Walkthrough

Purpose: Show how something works.

Structure:

  1. What problem this solves (2 min)
  2. Quick overview (3 min)
  3. Live demonstration (15-20 min)
  4. Under the hood (optional, 5-10 min)
  5. Q&A (5-10 min)

Keys to success:

  • Always have a backup (screenshots, video)
  • Use realistic but safe data
  • Explain what you're doing as you do it
  • Have rollback plan for failures

Type 3: Knowledge Share / Brown Bag

Purpose: Teach something useful.

Structure:

  1. Why this topic matters (3 min)
  2. Core concepts (10 min)
  3. Practical application (10 min)
  4. Gotchas and tips (5 min)
  5. Resources and Q&A (5 min)

Keys to success:

  • Know your audience's level
  • Include actionable takeaways
  • Provide follow-up resources
  • Make it interactive

Type 4: Decision Pitch

Purpose: Get buy-in for a proposal.

Structure:

  1. The problem/opportunity (3 min)
  2. Options we considered (5 min)
  3. Our recommendation (10 min)
  4. Why this over alternatives (5 min)
  5. Risk mitigation (3 min)
  6. Ask for decision/next steps (2 min)

Keys to success:

  • Lead with recommendation (don't bury it)
  • Anticipate objections
  • Have data to support claims
  • Be clear about what you're asking for

Slide Design Principles

The Rules

  1. One idea per slide - If you need "and" in the title, split it
  2. 5-7 words per bullet - Slides are cues, not scripts
  3. Visual > Text - Diagrams, screenshots, code
  4. Consistent design - Same fonts, colors, layouts
  5. Readable from the back - 24pt minimum for body text

What Works

ElementGoodBad
TitlesAction-oriented, specificGeneric, vague
BulletsKeywords and phrasesComplete sentences
DiagramsSimplified, labeledBusy, tiny labels
CodeHighlighted key linesFull files
DataOne clear pointMultiple charts

Slide Types

Title slide: Topic, your name, date, context

Agenda slide: Use sparingly, after hook

Content slides: One point with support

Diagram slides: Visual with minimal text

Code slides: Syntax highlighted, key lines marked

Summary slides: 3 key takeaways

Q&A slide: Signal for questions

Live Demo Best Practices

Preparation

  • Test everything the morning of
  • Have screenshots/video backup
  • Use realistic but safe data
  • Increase font size (18pt+ for terminal)
  • Disable notifications
  • Pre-stage browser tabs/windows
  • Have recovery plan

Execution

  • Narrate what you're doing
  • Pause to let audience catch up
  • Point out what to look at
  • Acknowledge when things go wrong
  • Have "get out of jail" plan

When Things Break

  1. Acknowledge it briefly
  2. Try one quick fix (30 seconds max)
  3. If still broken, switch to backup
  4. Continue with confidence
  5. Don't apologize excessively

Handling Q&A

Techniques

Repeat the question: Ensures everyone heard and gives you time to think.

Clarify if needed: "Are you asking about X or Y?"

Acknowledge good questions: "That's a great point..."

It's okay to not know: "I don't have the answer to that, but I can find out."

Defer if needed: "That's a bigger topic—let's discuss offline."

Bridge to your message: "That relates to the point about..."

Difficult Questions

TypeResponse
Challenge to your approach"That's a valid concern. Here's how we thought about it..."
Out of scope"Good question—that's outside what we covered. Let's take it offline."
Hostile toneStay calm, address the content, not the tone
Show-off question"Interesting point. Let me address the practical aspect..."
Rambling non-question"Let me make sure I understand your question..."

Timing and Pacing

Time Allocation

DurationContentQ&A
5-10 min (lightning)8 minNone or 2 min
20-30 min (standard)20-25 min5-10 min
45-60 min (deep dive)35-45 min10-15 min

Pacing Tips

  • Start strong (don't waste opening minutes)
  • Vary energy (not monotone)
  • Build to key points
  • Use silence strategically
  • End on time (or early!)

Practice Routine

  1. Read-through: Time yourself reading slides aloud
  2. Talk-through: Practice without looking at slides
  3. Full run: Present to someone or record yourself
  4. Cut ruthlessly: If over time, remove content

References

For detailed guidance, see:

  • references/slide-design-guide.md - Comprehensive slide creation guidance
  • references/demo-playbook.md - Live demo preparation and execution
  • references/presentation-checklist.md - Pre-presentation preparation list

Related Commands

  • /soft-skills:structure-presentation - Generate presentation outline
  • /soft-skills:write-cfp - Write conference proposals

Anti-Patterns to Avoid

  • Starting with "Today I'm going to talk about..."
  • Reading slides verbatim
  • Too much text on slides
  • Live demos without backup
  • Running over time
  • Apologizing for content
  • Skipping Q&A
  • No clear takeaways

Version History

  • v1.0.0 (2025-12-26): Initial release

Last Updated

Date: 2025-12-26 Model: claude-opus-4-5-20251101

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Cursor

30.27%
按下载量换算108

Antigravity

20.22%
按下载量换算72

Claude Code

16.87%
按下载量换算60

OpenCode

12.94%
按下载量换算46

Codex

7.19%
按下载量换算26

github-copilot

3.65%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills