"Text workflow guidance for CPU-safe filtering, prompt-driven
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill text-workflows --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Text Workflows?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-text-workflows)More formats (shields.io, HTML) on the badges page.
---
name: text-workflows
description: "Text workflow guidance for CPU-safe filtering, prompt-driven
generation, reasoning, code, conversations, Text2SQL, and text2model."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# text-workflows
Use this sub-skill when the task is about text data workflows: cleaning, filtering, prompting, generation, translation, reasoning, code synthesis, conversations, Text2SQL, or text2model preparation.
Start here:
- `references/data-formats.md` for expected columns, cache shapes, and run-key conventions
- `references/text-pipelines.md` for choosing CPU-safe vs model-backed stages
- `references/operator-catalog.md` for operator families and common inputs
- `references/text2model-workflow.md` when the task touches `dataflow text2model`
- `references/troubleshooting.md` for missing-column, API, model, database, and sandbox issues
Working rules:
- Keep pure CPU filters separate from API- or model-backed stages.
- Validate columns before generation or training.
- Prefer small, explicit key mappings such as `input_key`, `output_key`, or family-specific `input_*_key` / `output_*_key` names.
- Treat downloads, local model serving, SQL execution, sandbox code execution, and training as side-effecting steps.
If you need a synthetic starting point, run `scripts/make_text_fixture.py` first.
Route other concerns to the right sub-skill:
- pipeline/storage debugging -> `pipeline-foundations`
- serving or backend setup -> `serving-cli`
- document, PDF, RAG, or VQA workflows -> `document-vision-rag`
- Ray acceleration or actor wrapping -> `rayorch-acceleration`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!