"Use DeepFace database-backed register, search, ANN indexing,
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill datastore-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Datastore Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-datastore-search)More formats (shields.io, HTML) on the badges page.
---
name: datastore-search
description: "Use DeepFace database-backed register, search, ANN indexing,
connection configuration, vector database backends, and datastore
troubleshooting."
disable-model-invocation: true
metadata:
disco-role: operating
license: MIT
---
# Datastore Search
Use this sub-skill when the user task needs DeepFace.register, DeepFace.search, DeepFace.build_index, database_type, connection_details, connection objects, exact versus ANN search, vector-native backends, optional database clients, and service/schema failures.
## Route Here
- Answer package-user questions for the owned DeepFace functions and parameters.
- Select safe minimal code patterns before running heavy model builds, weight downloads, database connections, Docker, or webcam/video operations.
- Diagnose workflow-specific errors using the linked troubleshooting reference.
- Cross-link to sibling sub-skills when a workflow spans detection, recognition, persistence, serving, and optional model/dependency setup.
## Reroute
Local folder-backed `DeepFace.find` goes to `../recognition-workflows/SKILL.md`; API database routes go to `../api-service/SKILL.md`; model/detector selection goes to `../model-and-backend-selection/SKILL.md`.
## First Checks
1. Confirm `from deepface import DeepFace` works; otherwise use `../../references/troubleshooting.md`.
2. Identify whether the user wants static guidance, code generation, environment diagnosis, or runtime execution.
3. Keep network/model-weight/database/camera side effects explicit and ask before running them in constrained environments.
4. Use the nearest bundled helper for safe validation before recommending a heavier run.
## Reference Map
- `references/api-reference.md` documents signatures, parameters, outputs, and API-specific behavior for this sub-skill.
- `references/workflows.md` or the focused workflow reference contains practical recipes and decision patterns.
- `references/troubleshooting.md` maps common errors to concrete recovery steps.
- `scripts/check_database_config.py` is the safe bundled helper for this sub-skill.
## Safety
Do not tell future agents to open or run original repository tests, examples, notebooks, scripts, or local checkout files. Use this self-contained sub-skill, its references, and its bundled helper scripts instead.
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!