ワンクリックで
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.