deepvista-recipe-import-files

Installation
SKILL.md

Import Files as Context Cards

PREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.

Walk the current directory recursively, read each file, and create a DeepVista context card with type=file for each one. The result is a searchable knowledge base of all files in the project.

[!CAUTION] Bulk write operation — confirm with the user before starting. Ask whether they want to filter by extension, skip certain directories, or limit the number of files imported.

Steps

1. Clarify scope with the user

Before running, confirm:

  • Directory: current working directory (or a subdirectory they specify)
  • File filter: all files, or specific extensions (e.g. *.py, *.md, *.ts)?
  • Exclusions: skip common noise directories by default (node_modules, .git, __pycache__, .venv, dist, build, .next)
  • Limit: warn if more than 50 files are matched — ask before proceeding

2. Discover files

Installs
6
GitHub Stars
9
First Seen
Apr 7, 2026
deepvista-recipe-import-files — deepvista-ai/deepvista-cli