소스 정보
- 저장소
- MikeTreml/MissionControl
- 최근 소스 활동
- 2026년 4월 29일 22:06
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/MikeTreml/MissionControl --skill speaking-events명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | speaking-events |
| description | Speaking opportunity discovery and conference management |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"public-relations","domain":"business","category":"Executive Visibility","skill-id":"SK-008","dependencies":["Event platform APIs","Webinar platform APIs"]} |
The Speaking and Events skill provides speaking opportunity discovery and conference management capabilities. This skill enables identification of speaking opportunities, submission management, and post-event content leverage for executive visibility programs.
const speakingPipeline = {
executive: 'CEO Name',
topics: [
'AI and the Future of Work',
'Sustainable Business Innovation',
'Leadership in Digital Transformation'
],
targets: {
tier1: ['Web Summit', 'Dreamforce', 'CES', 'SXSW'],
tier2: ['Industry Conference 1', 'Industry Conference 2'],
podcasts: ['How I Built This', 'Masters of Scale'],
webinars: ['Partner webinars', 'Industry associations']
},
pipeline: [
{
event: 'Web Summit 2026',
status: 'submitted',
topic: 'AI and the Future of Work',
deadline: '2026-03-15',
format: 'keynote',
estimatedAudience: 5000
},
{
event: 'Industry Conference 2026',
status: 'accepted',
topic: 'Leadership in Digital Transformation',
date: '2026-04-20',
format: 'panel',
estimatedAudience: 800
}
],
ytd: {
submitted: ,
: ,
: ,
:
}
};
const eventExecution = {
event: 'Industry Conference 2026',
date: '2026-04-20',
speaker: 'CEO Name',
session: {
title: 'Panel: Leadership in Digital Transformation',
format: 'panel',
duration: '45min',
moderator: 'Industry Analyst',
coPanelists: ['Competitor CEO', 'Partner CEO']
},
preparation: [
{ task: 'Messaging brief', owner: 'Comms', dueDate: '2026-04-01' },
{ task: 'Media interview prep', owner: 'Comms', dueDate: '2026-04-10' },
{ task: 'Talking points', owner: 'Comms', dueDate: '2026-04-15' },
{ task: 'Logistics confirmation', owner: 'EA', dueDate: '2026-04-18' }
],
contentLeverage: [
{ content: 'Live tweet thread', channel: 'twitter', timing: 'during' },
{ content: 'Session recap blog', : , : },
{ : , : , : },
{ : , : , : }
],
: {
: ,
: ,
: ,
:
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| executive-visibility-program.js | Opportunity pipeline |
| community-relations-program.js | Community events |
| town-hall-event-planning.js | Internal speaking |
| Metric | Description | Target |
|---|---|---|
| Submission Success Rate | Acceptances vs. submissions | >50% |
| Tier 1 Placements | Top-tier event acceptances | 4+ per year |
| Audience Reach | Total audience across events | Growing YoY |
| Content Produced | Pieces from each event | 3+ per event |
| Media Interviews | Interviews secured at events | 2+ per event |