Speaking opportunity discovery and conference management
Manages speaking opportunity discovery, submission tracking, and event content leverage for executive visibility.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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: 12,
accepted: 8,
completed: 5,
audienceReach: 15000
}
};
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', channel: 'blog', timing: 'within 48h' },
{ content: 'Video clips', channel: 'linkedin', timing: 'within 1 week' },
{ content: 'Podcast interview', channel: 'industry-podcast', timing: 'post-event' }
],
outcomes: {
audienceSize: 850,
mediaInterviews: 3,
socialEngagement: 450,
followUpMeetings: 5
}
};
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 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.