.fleet/context/system/recall/SKILL.md
Semantic search for memory. Use to find solutions, patterns, or context from Chroma Cloud.
npx skillsauth add qredence/agentic-fleet recallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill allows you to search your memory system using semantic queries.
Formulate Your Query: Think about what you're trying to find:
Run the Search: Execute the memory manager recall command:
uv run python .fleet/context/scripts/memory_manager.py recall "<your query>"
Example:
uv run python .fleet/context/scripts/memory_manager.py recall "memory system implementation"
Review Results: The system will return:
Refine if Needed: If results aren't relevant, try:
Results include:
tools
Analyze the current session and consolidate learnings. Use at the end of a session or task.
documentation
Ingest new procedural memory (skills, patterns, docs) into the vector database.
testing
Initialize or hydrate the agent's memory system and verify configuration.
development
Context-aware development assistant for AgenticFleet with auto-learning and dual memory (NeonDB + ChromaDB). Handles development workflows with intelligent context management.