daily-journal
About
This Claude Skill manages daily journal entries in an Obsidian vault, triggered by phrases like "good morning" or "journal." It handles morning check-ins, evening reviews, and quick updates, creating and populating structured daily notes from a template. Key features include reviewing yesterday's entry and setting today's highlight and activity logs.
Quick Install
Claude Code
Recommended/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/daily-journalCopy and paste this command in Claude Code to install this skill
Documentation
Daily Journal
Manage daily journal entries in the my-vault Obsidian vault.
Workflows
| Command | Purpose |
|---|---|
/good-morning | Morning check-in, review yesterday, set up today |
/daily-review | Evening review, fill in the day's entries |
/quick-journal [entry] | Quick update to today's journal |
Data
- Journal location:
my-vault/02 Calendar/YYYY-MM-DD.md - Template:
my-vault/09 System/Templates/Daily Template.md - Structure: See
references/template.md
Key Sections
- Highlight: Main focus for the day
- What Did I Do?: Personal activities (errands, social, health)
- What Did I Work On?: Technical work (projects, coding, GitHub)
- What Did I Study?: Learning sessions, courses, deliberate study
GitHub Integration
gh search commits --author=TaylorHuston --committer-date=YYYY-MM-DD
Summarize commits into meaningful bullets.
Approach
Keep it conversational - ask one thing at a time, don't overwhelm.
GitHub Repository
Related Skills
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
creating-opencode-plugins
MetaThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
