.fleet/context/system/learn/SKILL.md
Ingest new procedural memory (skills, patterns, docs) into the vector database.
npx skillsauth add qredence/agentic-fleet system-learnInstall 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 the agent to "learn" new patterns, skills, or documentation by ingesting markdown files into the procedural memory collection in ChromaDB.
Use this when you have identified a reusable pattern, wrote a new guide, or want to index a documentation file for future semantic retrieval.
uv run python .fleet/context/scripts/memory_manager.py learn --file <path_to_markdown_file>
--file: The absolute or relative path to the markdown file you want to learn..fleet/context/skills/ before learning it to keep the source organized.tools
Analyze the current session and consolidate learnings. Use at the end of a session or task.
devops
Semantic search for memory. Use to find solutions, patterns, or context from Chroma Cloud.
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.