用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dqz00116/skill-lib --skill daily-log命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when the current Agent LLM cannot process images directly and visual analysis is needed — bridges images through KimiCode CLI print mode to a multimodal Kimi model for text description
Use when building HUDs, menus, inventory screens, settings panels, or any widget-based interface in Unreal Engine 5. Also use when connecting C++ logic to UMG Blueprint visuals, handling gamepad or keyboard focus navigation, managing UI state, creating widget animations, or troubleshooting UMG performance issues like frame drops, hitches, or widget memory leaks.
Use when working in a DevFlow project with .devflow/ directory and gate-based step-by-step workflows
正在显示 SKILL.md
基于 SOC 职业分类
| name | daily-log |
| description | Use when recording work sessions, tracking decisions and outcomes, or documenting lessons learned |
| version | 1.1 |
Generate comprehensive daily operation logs to track work, decisions, and lessons learned.
Use this skill at the end of a work session or day to:
Use for: Important milestones, detailed project records See: FULL_TEMPLATE
Use for: Daily work logging, quick review See below ⬇️
# YYYY-MM-DD Operation Log
## 📅 Session Overview
- **Date**: YYYY-MM-DD
- **Work Period**: HH:MM - HH:MM (X hours X minutes)
- **Core Outcomes**: [One-sentence summary of the day's most important output]
- **Key Decisions**: [X]
- **Lessons Learned**: [X]
- **Token Consumption**: ~XX,XXX
---
## ⏱️ Time Distribution
| Time Slot | Task | Duration | Attention Weight |
|-----------|------|----------|-----------------|
| HH:MM-HH:MM | [Task 1] | X min | 9/10 |
| HH:MM-HH:MM | [Task 2] | X min | 7/10 |
| ... | ... | ... | ... |
**Time Analysis**:
- High-attention task time: X% (mainly XX:XX-XX:XX)
- Interruptions/switches: X
- Peak efficiency period: XX:XX-XX:XX
---
## 🎯 High-Attention Tasks (Weight 8-10)
### [Task Name] (Weight: X/10, Time Slot: HH:MM-HH:MM, Duration: X min)
**One-sentence Summary**: [Core outcome or decision]
**Key Details**:
- [Specific data/numbers]
- [File paths/names]
- [Decision rationale]
- [Verification results]
**Lessons Learned** (if applicable):
- [Key takeaways]
---
## 📋 Medium-Attention Tasks (Weight 5-7)
| Task | Weight | Time Slot | Key Outcome |
|------|--------|-----------|-------------|
| [Task name] | 7/10 | HH:MM-HH:MM | [One-sentence description] |
| [Task name] | 6/10 | HH:MM-HH:MM | [One-sentence description] |
---
## 📝 Low-Attention Tasks (Weight 0-4)
- [HH:MM-HH:MM] [Task name] - [Status]
- [HH:MM-HH:MM] [Task name] - [Status]
---
## 📊 Today's Statistics
| Item | Value |
|------|-------|
| High-attention tasks | X |
| Medium-attention tasks | X |
| Low-attention tasks | X |
| Code files created | X |
| Code files modified | X |
| Skill created/updated | X |
| Token consumption | ~XX,XXX |
| Git commits | X |
---
## 💡 Today's Biggest Lesson
**One-sentence Summary**: [Core lesson]
**Background**: [What happened]
**Root Cause**: [Why it happened]
**Improvement Measures**: [How to improve]
---
## 🔗 Key File Locations
### High-Value Outputs
- `path/to/key/file1` - [One-sentence description]
- `path/to/key/file2` - [One-sentence description]
---
*Log generated at: YYYY-MM-DD HH:MM*
*Attention score: High[X] Medium[X] Low[X]*
| Factor | Weight | Indicator | Examples |
|---|---|---|---|
| Key Decision | +3 | Changed direction or approach | Choose plan B, approve implementation, confirm specification |
| Lesson/Mistake | +3 | Discovered and fixed issues | Violate rules, compile error, logic bug |
| Milestone | +2 | Important milestone completed | MVP completion, release, feature acceptance |
| File Changes | +1/ea | Create/modify/delete files | Create new Skill, modify config, refactor code |
| Routine Operations | 0 | Routine queries or checks | Check status, read files, check logs |
Score 8-10 (High):
→ Full detail: summary + key details + lessons
Score 5-7 (Medium):
→ Brief: one sentence summary + key outcomes
Score 0-4 (Low):
→ Minimal: title + status only
Task: "Design MissionSystem Architecture"
Task: "Fix Compile Error"
Task: "Check git status"
At end of session/day:
Apply attention scoring:
For each task:
- Did it involve a key decision? (+3)
- Was there a mistake/lesson? (+3)
- Was it a milestone? (+2)
- How many files changed? (+1 per, max 2)
- Sum → Attention Score (0-10)
For high-attention tasks, extract:
Write to memory/YYYY-MM-DD.md using attention-driven template
If significant decisions or patterns emerged, update MEMORY.md
Full Detail Version: ~500 lines, ~95,000 tokens to read
Attention-Driven Version: ~150 lines, ~20,000 tokens to read
Review Time:
v1.1 (2026-02-12) - Added Attention-Driven logging
v1.0 (2026-02-10) - Initial release