obsidian-log-commits
Fetches GitHub commits for the target date, filters to meaningful work, and inserts bullets into the ## Log section of the corresponding daily note.
1. Determine target date
- If
$ARGUMENTSprovides a date (YYYY-MM-DD), use it. - Otherwise default to today.
- Identify the corresponding daily note path:
01-Days/YYYY-MM-DD-ShortDayName.md(e.g.01-Days/2026-04-02-Thu.md).
2. Discover repos to check
Use the GitHub CLI or API to discover repos dynamically rather than relying on a hardcoded list:
- List personal repos:
gh repo list <username> --limit 50 - List orgs:
gh api /user/orgs→ for each org, list repos:gh repo list <org> --limit 50
Check all discovered repos for commits on the target date. Run in parallel where possible.
3. Filter commits
More from nweii/agent-stuff
suggest-lucide-icons
Pick Lucide icons for a concept, UI placement, or vault note. Searches lucide.dev for real icon names. Use when the user says 'what icon for X', 'suggest a Lucide icon', 'pick an icon', or needs an icon for note frontmatter, a button, or a section header.
260archive-conversation
Create analytical archival summaries of AI conversations, capturing intellectual journeys, key insights, and technical logs. Use when archiving, saving, or documenting a chat session.
78culinary-assistant
Culinary guidance for cooking, recipes, and meal planning. Use for kitchen techniques, substitutions, and format conversion (Mela, Schema.org). Handles recipe parsing and improvements.
61aid-finances
Expert financial guidance for budgeting, investments, and retirement planning. Use for analyzing market strategies, debt management, or general personal finance questions.
58validating-startup-ideas
Find and validate startup ideas by mining user complaints, crafting premises, and navigating the idea maze. Use when discovering product opportunities, validating ideas, shaping solutions, researching user pain points, or exploring what to build.
47obsidian-templater
Help with templates/snippets for the Obsidian Templater plugin. Use to help generate Obsidian templates from natural language, understand and debug existing tp.* snippets, and adapt vault notes and workflows to Templater when users mention Templater, tp.*, or <% %>.
41