원클릭으로
update
Save what you worked on so your AI can pick it up next time
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Save what you worked on so your AI can pick it up next time
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide users through progressive lessons to learn AI assistant basics
Load context from previous sessions so you can pick up where you left off
Example skill demonstrating the skill structure. Use as a template for creating your own skills.
Extract actionable content and filter hype/marketing from videos and articles. Invoke when user provides content with potential hype/marketing, wants signal without noise, or needs bullshit filtering.
Improve LLM prompts using prompt engineering best practices. Invoke when user wants to optimize prompts, improve slash commands, or apply prompt engineering.
Summarize meeting transcripts or notes into actionable format. Invoke when user provides meeting transcripts, notes, or wants actionable meeting summaries.
| name | update |
| description | Save what you worked on so your AI can pick it up next time |
Run this when you're finishing a work session, or at natural breakpoints during longer sessions.
Invocation: /update or "Let's save our progress"
When this skill is invoked, follow these steps:
Use the system date to determine:
YYYY-MM-DDHH:MM (24-hour format)Session logs live in ~/ai-data/logs/sessions/YYYY-MM-DD.md.
If the file doesn't exist, create it with this structure:
# Session Log - YYYY-MM-DD
## Summary
**Major Accomplishments**:
- (To be filled)
## Next Actions
- (To be filled)
---
## Sessions
### HH:MM - [Brief description]
- What we worked on
- Key decisions made
- Files created or modified
- Open questions or next steps
If the file exists, add a new session entry after the --- separator, before previous sessions (reverse chronological order).
Document:
Be specific but concise. Future-you needs enough detail to remember context.
Add or update the summary at the top of the file to reflect today's accomplishments.
If there are clear next steps, add them to the Next Actions section.
If you noticed something about how the user prefers to work:
~/ai-data/learning/user_model.yaml~/ai-data/learning/templates/user_model_template.yamlOnly capture genuine observations, not every interaction.
Brief acknowledgment: "Session logged." or "Saved to today's log."
### 14:30 - Debugging API timeout issue
- Investigated timeout errors in production logs
- Root cause: Connection pool exhaustion under load
- Increased pool size from 10 to 50 in config/database.yml
- Deployed to staging, monitoring for 30 minutes
- TODO: Deploy to production if staging looks good
As you get comfortable, you might add:
These are enhancements - the core skill works without them.