agentsclimarketplace

Twinmind core workflow a

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/twinmind-pack/skills/twinmind-core-workflow-a

425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill twinmind-core-workflow-a

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

'Execute TwinMind primary workflow: Meeting transcription and summary generation.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.5 KB, 616 tokens by cl100k_base, as published. Nobody here has run it

TwinMind Core Workflow A: Meeting Transcription & Summary

Contents

Overview

Primary workflow for capturing meetings, generating transcripts with speaker diarization, and creating AI summaries with action items.

Prerequisites

  • Completed twinmind-install-auth setup
  • TwinMind Pro/Enterprise for API access
  • Valid API credentials configured
  • Audio source available (live or file)

Instructions

Step 1: Initialize Meeting Capture

Build a MeetingCapture class with startLiveCapture() for real-time recording and transcribeRecording() for file-based transcription. Use Ear-3 model with auto language detection and speaker diarization.

Step 2: Generate AI Summary

Create a SummaryGenerator with generateSummary() (brief/detailed/bullet-points formats), generateFollowUpEmail(), and generateMeetingNotes() methods.

Step 3: Handle Speaker Identification

Build a SpeakerManager that extracts speakers from transcript segments, calculates speaking time per speaker, and optionally matches speakers to calendar attendees.

Step 4: Orchestrate Complete Workflow

Wire everything together in processMeeting(): transcribe audio, then generate summary and identify speakers in parallel, optionally produce follow-up email and meeting notes.

See detailed implementation for complete MeetingCapture, SummaryGenerator, SpeakerManager, and orchestration code.

Output

  • Complete meeting transcript with timestamps
  • Speaker-labeled segments
  • AI-generated summary
  • Extracted action items with assignees
  • Optional follow-up email draft
  • Optional formatted meeting notes

Error Handling

ErrorCauseSolution
Transcription timeoutLarge audio fileIncrease maxWaitMs or use async callback
Speaker match failedNo calendar dataProvide attendees list manually
Summary generation failedTranscript too shortEnsure minimum 30s of audio
Audio format unsupportedWrong codecConvert to MP3/WAV/M4A
Rate limit exceededToo many requestsImplement queue-based processing

Examples

Basic usage: Apply twinmind core workflow a to a standard project setup with default configuration options.

Advanced scenario: Customize twinmind core workflow a for production environments with multiple constraints and team-specific requirements.

Audio Format Support

FormatSupportedNotes
MP3YesRecommended
WAVYesBest quality
M4AYesiOS recordings
WebMYesBrowser recordings

Resources

  • TwinMind Transcription API
  • Ear-3 Model Details
  • Audio Format Guide

Next Steps

For action item extraction and follow-up automation, see twinmind-core-workflow-b.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.