From evolve-lite
Retrieves entities from .evolve/entities/ knowledge base on user prompt hooks, loading markdown files for Claude to filter and inject relevant context like guidelines before tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/evolve-lite:recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill retrieves relevant entities from a stored knowledge base based on the current task context. It loads all stored entities and presents them to Claude for relevance filtering.
This skill retrieves relevant entities from a stored knowledge base based on the current task context. It loads all stored entities and presents them to Claude for relevance filtering.
prompt field).evolve/entities/)Entities are stored as individual markdown files in .evolve/entities/, nested by type:
.evolve/entities/
guideline/
use-context-managers-for-file-operations.md
cache-api-responses-locally.md
Each file uses markdown with YAML frontmatter:
---
type: guideline
trigger: When processing files or managing resources
---
Use context managers for file operations
## Rationale
Ensures proper resource cleanup
npx claudepluginhub agenttoolkit/altk-evolve --plugin evolve-liteProvides stable principles, keyword registry, and navigation for Claude Code memory system (CLAUDE.md, static memory, hierarchy, imports). Delegates details to docs-management skill.
Loads relevant knowledge files by tag query, enabling on-demand retrieval of promoted context documents.
Injects relevant prior knowledge from .agents context into the current session. Deprecated legacy adapter; prefer `ao lookup` for on-demand retrieval.