Agent skill
daily-logs
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
Install this agent skill to your Project
npx add-skill https://github.com/memodb-io/Acontext/tree/main/src/server/api/go/configs/skill_templates/daily-logs
SKILL.md
Daily Logs
Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.
File Structure
Each day has its own file named yyyy-mm-dd.md (e.g., 2025-06-15.md). Create a new file for each new day; append entries to the existing file if one already exists for today.
File Format: yyyy-mm-dd.md
content format, for example:
# yyyy-mm-dd
## [short description]
- [1-3 sentence summary of what happened]
Guidelines
- One file per day, multiple entries per file (one per task)
- Use ISO date format:
yyyy-mm-dd - Keep entries concise — focus on what matters for future reference
- Do not duplicate information already captured in other skills
- Always refer to the user in third person ("The user requested X", "The user decided Y"), never use first-person pronouns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
user-general-facts
Capture and organize general facts about the user by topic
acontext-installer
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
Didn't find tool you were looking for?