بنقرة واحدة
daily-start
Morning startup — status, focus, inbox/staging check, and a random art + quote
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Morning startup — status, focus, inbox/staging check, and a random art + quote
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyze the current or a past Claude Code session to extract knowledge worth persisting to the vault. Proposes items, you pick, it writes them to the right place. This skill activates when you say capture this session, what should we save, what did we learn, or at end-of-session when valuable knowledge was generated.
One-time setup wizard — personalize the vault with your name, domains, and preferences
Hands-on guided tour of the vault — learn by doing with real examples
Migrate content from staging, chunk large files, and handle bulk note reorganization
Transform and organize notes in the Obsidian vault — add frontmatter, detect note types, create relationships
Extract URL content and create literature notes and review notes from web articles
| name | daily-start |
| description | Morning startup — status, focus, inbox/staging check, and a random art + quote |
| activation | ["daily start","good morning","start the day","morning routine","daily startup","boot up"] |
Morning boot-up: random inspiration, see where you are, pick today's focus, check inbox + staging.
Run the seed script:
python3 .claude/skills/daily-start/random_seed.py
This returns two sets of 3 sequential letters, e.g. {"art_letters": ["m", "n", "o"], "quote_letters": ["f", "g", "h"]}.
For the art: Pick a concrete noun or creature that starts with one of the 3 art letters. Draw it as small ASCII art (5-10 lines max). Be creative and weird — animals, objects, mythical creatures, food, vehicles, whatever. Favor unexpected choices over obvious ones (don't always pick "cat" for c).
For the quote: Pick a word or concept that starts with one of the 3 quote letters. Write an original quote — pithy, slightly offbeat, 1-2 sentences. Can be motivational, philosophical, absurdist, or just funny. Vary the tone each day.
Format:
┌─────────────────────────────────┐
│ │
│ [ASCII art here] │
│ │
│ "[quote here]" │
│ │
└─────────────────────────────────┘
The box width should fit the content. Don't explain the letters or the generation process. Below the box, list the two inspiration words:
_quetzal · momentum_
That's it — no explanation of how you got there, just the words.
Run the same logic as /status — read Tasks.md, Personal Tasks.md, and any project backlogs linked from the ## Projects section. Output the full status board including the Projects section.
After the status board:
### Today's Focus
**#1:** [the most important single task from Urgent + Important]
**Also:** [1-2 other items that could realistically get touched today]
Pick based on what's actually actionable today. If there's a clear #1, use it. Otherwise suggest one.
Read staging/Inbox.md. If there are entries:
### Inbox ([N] items)
- [1-line summary of each item]
Check staging/ for other files besides permanent residents (skip: Inbox.md, To Read Later.md, .DS_Store). If there are files waiting:
### Staging ([N] files)
- `filename.md` — [1-line description from first line or title]
If both are empty, skip this section entirely.
Ready to go. What's first?