Build extraction pipelines consistently
skillskillsetup L1★0
VoThinhVuong/context-extractor-ts ↗What it does
Skill
Best for
When this is the appropriate approach for the task.
Outputs
- · partial state update
Requires
- · HTTP API
- · database
- · LLM
- · filesystem
- · git
Preconditions
** Always create and manage helper functions effectively. If a piece of logic (like sanitizing a string for embedding, or checking file extensions) is used more than once, it belongs in `src/utils/`.
Failure modes
Unknown