twinmind-hello-world
Create your first TwinMind meeting transcription and AI summary. Use when starting with TwinMind, testing your setup, or learning basic transcription and summary patterns. Trigger with phrases like "twinmind hello world", "first twinmind meeting", "twinmind quick start", "test twinmind transcription".
What this skill does
# TwinMind Hello World ## Overview Create your first meeting transcription with AI-generated summary and action items. ## Prerequisites - Completed `twinmind-install-auth` setup - Chrome extension authenticated - Microphone permissions granted - Active internet connection ## Instructions ### Step 1: Start a Test Meeting Option A - Browser Meeting: 1. Open Google Meet, Zoom, or Teams in browser 2. Start or join a test call 3. Click TwinMind extension icon 4. Click "Start Transcribing" Option B - Voice Memo: 1. Click TwinMind extension icon 2. Select "Voice Memo" mode 3. Click the microphone button 4. Start speaking ### Step 2: Speak Test Content For a meaningful test, speak for 30-60 seconds covering: ``` "Welcome to today's project status meeting. We have three items on the agenda. First, the mobile app launch is scheduled for next Friday. Sarah will handle the App Store submission. Second, we need to review the Q1 budget. John, please send the spreadsheet by Wednesday. Third, the customer feedback survey shows 85% satisfaction. We should schedule a follow-up meeting next week to discuss improvements." ``` ### Step 3: Stop and Generate Summary 1. Click "Stop Transcribing" button 2. Wait for processing (5-10 seconds) 3. TwinMind automatically generates: - Full transcript with timestamps - Meeting summary - Action items with owners - Key discussion points ### Step 4: Review Output Expected transcript output: ``` [00:00] Welcome to today's project status meeting... [00:05] We have three items on the agenda... [00:12] First, the mobile app launch is scheduled for next Friday... [00:18] Sarah will handle the App Store submission... ``` Expected AI summary: ``` ## Meeting Summary Project status meeting covering mobile app launch, Q1 budget review, and customer feedback analysis. ## Action Items - [ ] Sarah: Submit app to App Store (Due: Friday) - [ ] John: Send Q1 budget spreadsheet (Due: Wednesday) - [ ] Team: Schedule follow-up meeting for feedback discussion ## Key Points - Mobile app launching next Friday - Customer satisfaction at 85% - Budget review pending ``` ### Step 5: Access Memory Vault After the meeting: ```javascript // TwinMind stores transcripts in your Memory Vault // Access via extension sidebar or ask AI: "What did we discuss about the mobile app launch?" "Who is responsible for the budget spreadsheet?" "When is the next meeting scheduled?" ``` ### Step 6: Test Cross-Platform Sync (Optional) 1. Open TwinMind mobile app 2. Sign in with same account 3. Verify transcript appears in app 4. Test AI queries on mobile ## Output - Complete meeting transcript with timestamps - AI-generated summary document - Extracted action items with assignees - Content indexed in Memory Vault - Console output showing: ``` Transcription complete! Duration: 1m 23s Words: 156 Speakers: 1 Language: English AI Summary: Generated Action Items: 3 extracted ``` ## Error Handling | Error | Cause | Solution | |-------|-------|----------| | No audio detected | Microphone not selected | Check audio input settings | | Transcript empty | Audio too quiet | Increase microphone volume | | Summary not generated | Processing timeout | Retry or check network | | Speaker labels wrong | Single speaker test | Use multi-speaker content | | Sync failed | Network interruption | Check connection, retry | ## Understanding the Output ### Transcript Quality Metrics ```javascript // TwinMind uses Ear-3 model with: // - 5.26% Word Error Rate (industry-leading) // - 3.8% Diarization Error Rate // - 140+ language support // Quality indicators in UI: // - Green: High confidence (>95%) // - Yellow: Medium confidence (80-95%) // - Red: Low confidence (<80%) ``` ### AI Model Selection TwinMind routes queries to optimal models: - Summaries: GPT-4 or Claude - Quick answers: Gemini Flash - Memory search: Custom embeddings ## Examples ### Quick Voice Memo ```text // Perfect for capturing ideas on the go // 1. Click extension // 2. Voice memo mode // 3. Speak thought // 4. Auto-transcribed and indexed "Note to self: Follow up with the design team about the new color palette before Thursday's review." // Result: Indexed, searchable, reminded via calendar ``` ### Meeting with Multiple Speakers ```javascript // TwinMind automatically labels speakers // Speaker diarization identifies who said what // Output format: // [Speaker 1 - 00:00]: "Let's start the standup..." // [Speaker 2 - 00:15]: "I completed the API integration..." // [Speaker 1 - 00:32]: "Great work. Any blockers?" ``` ## Resources - [TwinMind Chrome Extension Tutorial](https://twinmind.com/ce-tutorial) - [TwinMind Documentation](https://twinmind.com) - Ear-3 Model Details ## Next Steps Proceed to `twinmind-local-dev-loop` for development workflow integration.
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.