一键导入
creating-raw-transcripts
Load this skill if you need to create raw transcripts from audio recordings or from raw text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load this skill if you need to create raw transcripts from audio recordings or from raw text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Creating Raw Transcripts |
| description | Load this skill if you need to create raw transcripts from audio recordings or from raw text. |
Workflow:
YYYY-MM-DD-HHMM.raw.md../raw-transcripts/<repo name>/This file should not be checked in to Git. This is why it resides outside the project repo.
When asking for permission to create files,
ask for permission to modify or create files in
the ../raw-transcripts/<repo>/ folder.
If the permission is scoped to the specific files,
permission has to be granted for each run of this process,
and that's not helpful.
If the input is raw text, save this text as the raw-transcript file and proceed to the cleaning step. If the user hasn't provided the time of the meeting, ask them for it.
If the input is an audio file, follow these steps.
This step depends on faster-whisper for audio transcription.
If this package is not installed in the current environment,
and you need to transcribe from an audio input,
offer to install it.
Read the file creation timestamp from the source audio file.
On macOS, stat -f '%SB' -t '%Y-%m-%d-%H%M' <file> works.
Save the raw transcript to the raw-transcripts folder.
faster-whisper is used, a workable pattern is:
HF_HOME=<repo>/.cache/huggingface
XDG_CACHE_HOME=<repo>/.cache.cache folder is NOT tracked by git.Using the .raw.md file from the previous step as input:
[unclear]Save the result back to the same file.
This skill described the process to follow when asking the user questions. If you will ask the user questions in any way, load this skill first.
Work instruction for concluding a feature. If you helping with development in ANY way, you MUST load this skill.
Guidance on how code should be written in this repo. If you add or modify code, load this skill.
This skill defines the process to follow for developing new features. Load this skill if you are tasked with changing anything in the `src/myteam/` directory.
Load this skill only when asked to by the user.
This skill describes our philosophy towards the kinds of tests we write and the framework used to implement tests. If you need to read, add, or modify tests, load this skill.