daily-journal
について
このClaudeスキルは、Obsidianボールト内の日次ジャーナルエントリを管理します。「おはよう」や「ジャーナル」などのフレーズで起動し、朝のチェックイン、夜の振り返り、クイックアップデートに対応します。テンプレートから構造化された日次ノートを作成・入力し、主な機能として昨日の記録の確認、今日のハイライト設定、アクティビティログの記録を行います。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/daily-journalこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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 リポジトリ
関連スキル
content-collections
メタThis 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
メタThis 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.
evaluating-llms-harness
テストThis 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.
sglang
メタSGLang 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.
