AssemblyAI/assemblyai-python-sdk
Instructions file
Instructions for AssemblyAI/assemblyai-python-sdk, covering assemblyai python sdk, quick start, auth, key classes and common patterns.
AssemblyAI/assemblyai-python-sdk
Instructions file
Instructions for AssemblyAI/assemblyai-python-sdk, covering assemblyai python sdk, quick start, auth, key classes and common patterns.
Skill Claude CodeCodex
Use when implementing speech-to-text, audio transcription, real-time streaming STT, audio intelligence features, or voice AI using AssemblyAI APIs or SDKs. Use when user mentions AssemblyAI, voice agents, transcription, speaker diarization, PII redaction of audio, LLM Gateway for audio understanding, or applying LLMs…
Agent Claude Code
Reviews code for reuse, simplification, dead code, efficiency, and altitude — quality only, not correctness bugs. Pre-briefed on Blurt's deliberately-dormant code so a dead-code pass doesn't propose deleting it. Use for /simplify-style cleanup passes, one agent per angle.
Agent Claude Code
Reviews SwiftUI/AppKit UI changes against macOS Human Interface Guidelines — modality, alerts vs inline validation, grouped-form structure, controls, and native idioms. Use after editing views in App/Blurt (wizard, settings, overlay).
Agent Claude Code
Reviews Swift changes for Swift 6 strict-concurrency correctness (actor isolation, Sendable, @MainActor, data races) and Blurt's documented audio/pipeline invariants. Use after editing engine or app code that touches actors, async, the mic capture path, or the dictation pipeline.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From AssemblyAI/blurt.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing protect-pbxproj.sh. From AssemblyAI/blurt.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing swift-format.sh and swiftlint.sh (2 commands). From AssemblyAI/blurt.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostToolUse) and 31 allowed tools.
Skill Claude CodeCodex
Verify the repo is green by running scripts/check.sh — the same full health check CI runs (swift test + coverage gate, sanitizers, xcodegen drift, app build, swift-format/swiftlint/periphery/prettier/markdownlint/shellcheck/shfmt, site deployability, settled-decision invariants, ruff + pytest over evals/). Its…
Skill Claude CodeCodex
Print a daily Blurt launch KPI snapshot — Blurt.dmg download count, GitHub stars, and repo traffic/referrers — and compare against the campaign's baseline/good/great bands. Use during launch week, or wrap with /loop for a recurring check.
Skill Claude CodeCodex
Blurt's hard "don't do this" rules — architecture decisions that were made deliberately and reverted before. Load this before adding or changing engine/app/build/test code so you don't reintroduce something that was intentionally removed.
Skill Claude CodeCodex
Cut and publish a Blurt release (build, sign, notarize, staple, DMG, GitHub). Use when the user asks to ship/release a new version. User-invoked only — it has real side effects (notarization, git tags, GitHub release).
MCP server Claude CodeCodexCursor +2
MCP server "assemblyai-docs", hosted remotely at mcp.assemblyai.com, as configured in AssemblyAI/blurt.
Instructions file CodexOpenCode
Instructions for AssemblyAI/blurt, covering agents.md, start here, the two layers, repository map and verifying your work.
Instructions file
Instructions for AssemblyAI/blurt, covering claude.md, hooks (.claude/settings.json), skills (.claude/skills/), subagents (.claude/agents/) and permissions.