deepvista-ai
01Plugin Claude Code
DeepVista agent plugins — remote skill catalog sync for Claude Code.
Plugin Claude Code
DeepVista agent plugins — remote skill catalog sync for Claude Code.
Instructions file
Instructions for DeepVista-AI/deepvista-cli, covering deepvista-cli — claude code instructions, always work in a git worktree, from inside deepvista-cli/ (the main checkout), skill creation routes through deepvista and after editing python files.
Plugin Claude Code
Remote-managed skill catalog from DeepVista. Auto-syncs thin stubs into the plugin's skills dir on SessionStart; full bodies are lazy-loaded at invocation time.
Command
DeepVista controls — run executes today's Daily Planning note (each workflow via a subagent); no args shows help.
Command
Force a resync of the DeepVista skill catalog.
Hook
Runs when a session starts, executing deepvista-sync.sh, deepvista-session-start.sh and deepvista-agent-sync.sh (3 commands). From DeepVista-AI/deepvista-cli.
Hook
Runs before the agent uses a tool for Skill tool calls, executing deepvista-skill-url.py. From DeepVista-AI/deepvista-cli.
Hook
Runs when you submit a prompt, before the agent sees it, executing deepvista-skill-url.py. From DeepVista-AI/deepvista-cli.
Hook
Runs when the agent finishes a response, executing deepvista-session-turn.sh and deepvista-agent-sync.sh (2 commands). From DeepVista-AI/deepvista-cli.
Hook
Runs when a session ends, executing deepvista-session-end.sh and deepvista-agent-sync.sh (2 commands). From DeepVista-AI/deepvista-cli.
Skill Claude CodeCodex
Install the DeepVista CLI. Load when the deepvista binary is missing from PATH (hooks/commands return "command not found" or silently no-op), when the user asks how to install DeepVista, or when deepvista auth login hasn't been run yet. Ships with the DeepVista Claude Code plugin so the install path stays discoverable…
Skill Claude CodeCodex
DeepVista CLI — knowledge base, notes, chat, and skills from the terminal. One skill for the full deepvista CLI. Load when the user wants to: take a note, jot this down, save a fact, list / edit notes; create, search, pin, archive, edit, or grep knowledge-base cards (person, topic, file, note, todo…) via deepvista…
Skill Claude CodeCodex
Create and track a DeepVista workflow skill for the current Claude Code session. On first invocation, captures the session goal as a note and synthesizes a workflow skill via deepvista skill create-from-note. Subsequent invocations in the same session reuse the existing skill. A Stop hook auto-syncs node status…