一键导入
vault-search
Search for content across all vault notes using full-text search
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search for content across all vault notes using full-text search
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create a handoff note to capture work state and enable smooth session transitions
Initialize a copilot-memory vault or start a new project with onboarding (greenfield or brownfield mode)
Create a new development phase with organized directory structure for research and execution tracking
Complete or pause a phase with a summary handoff note
Add research notes to a phase for documentation and reference during development
Resume from the latest handoff note to restore context at the start of a session
基于 SOC 职业分类
| name | vault-search |
| description | Search for content across all vault notes using full-text search |
Search for content across all vault notes.
copilot-memory vault search "{{QUERY}}" [options]
query — Search query (required)--case — Case-sensitive search--dir <path> — Search specific directory# Basic search
copilot-memory vault search "authentication"
# Case-sensitive
copilot-memory vault search "OAuth2" --case
# Search in specific directory
copilot-memory vault search "TODO" --dir .copilot-memory-vault/phases
Returns matching notes with file path, match count, and context preview:
$ copilot-memory vault search "JWT"
Found 3 matches
Results:
phases/auth-001/research/20240115-120000Z--research--phase--jwt.md
...use JWT tokens for stateless authentication...
handoffs/2024/01/20240115-130000Z--handoff--session--auth-complete.md
...implemented JWT middleware...