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-liteLoads relevant knowledge files by tag query, enabling on-demand retrieval of promoted context documents.
Evaluates and installs Context Kit for durable personal context in Claude Code and coding agents. Guides safe setup of context files, session digests, and briefings while keeping private data local.
Captures patterns, decisions, gotchas, procedures, and feature knowledge from conversations into durable skills for on-demand reuse. Invoked via /learn or 'please remember'.