Claude Toolkit
My junk drawer of non-deterministic scripts:
- Obsidian: Search your Obsidian vault using natural language queries with date/tag/content filters (uses ripgrep on local files).
- YouTube Transcript: Transform YouTube video transcripts into comprehensive Obsidian notes with timestamps and structured analysis.
- Dayflow: Query and analyze your local Dayflow time-tracking database.
- m-cli: Control macOS system settings with m-cli (who doesn't want to switch to dark mode in Claude Code?).
- Code Review: Russ Cox: Review code through the lens of simplicity, orthogonality, and anti-bloat philosophy.
- Code Review: Armin Ronacher: Review code with pragmatic focus on context-appropriate design, minimal dependencies, and stability.
- Testing: Guidance on writing effective, maintainable tests.
- Newcomer Lens Review: Review code like you just joined the team and ask "why did we do this?"
Installation
First, add the marketplace:
/plugin marketplace add wilbeibi/claude-toolkit
Then install any plugin:
/plugin install obsidian@claude-toolkit
/plugin install youtube-transcript@claude-toolkit
/plugin install dayflow@claude-toolkit
/plugin install m-cli@claude-toolkit
/plugin install code-review@claude-toolkit
/plugin install testing@claude-toolkit
/plugin install newcomer-lens-review@claude-toolkit