Claude Workflow Library Now Tracks and Rates Reddit- Sourced Workflows Automatically

The r/ClaudeAI moderators released a Claude Workflow Library that indexes high-value workflows from r/ClaudeAI, r/ClaudeCode, and related subreddits. The library refreshes every two hours, pulling new discussions and converting them into structured posts on r/ClaudeWorkflows.
Key Details
- Auto-indexing: The bot scans Reddit every two hours for new Claude/Claude Code workflow discussions.
- Structured posts: Each workflow gets its own r/ClaudeWorkflows post containing steps, artifacts, validation notes, and caveats extracted from the original thread.
- Ratings & discussion: Users can upvote/downvote individual workflows and comment on their effectiveness.
- Source linking: Every workflow post includes a direct link back to the original Reddit source for full context.
- Searchable index: The library is fully searchable, making it easy to find workflows by task (e.g., code generation, debugging, testing).
Who It's For
Developers using Claude or Claude Code who want to discover proven, community-vetted workflows without manually combing through Reddit archives.
📖 Read the full source: r/ClaudeAI
👀 See Also

Clavis MCP Server: Secure Credential Management for Claude Desktop
Clavis is an MCP server that manages API keys and OAuth tokens for Claude Desktop, storing credentials with AES-256 encryption and providing automatic token refresh to prevent mid-conversation expiration errors.

Developer Built AI/ML Job Board Using Claude Code for Design and SEO
A developer created MOAIJobs.com, a free site curating AI/ML jobs from leading labs and companies with filtering by category, location, and salary. The site's design and technical SEO implementation were handled by Claude Code based on developer-provided references and explanations.

Hypura: Storage-tier-aware LLM inference scheduler for Apple Silicon
Hypura is a Rust-based inference scheduler that places model tensors across GPU, RAM, and NVMe tiers to run models exceeding physical memory on Apple Silicon Macs. It enables running a 31GB Mixtral 8x7B on a 32GB Mac Mini at 2.2 tok/s and a 40GB Llama 70B at 0.3 tok/s where vanilla llama.cpp crashes.

Offline-web-search: A Local Google Search Alternative for AI Agents
A developer built offline-web-search to address poor offline search capabilities in AI agents, creating a drop-in replacement that mimics Claude's web tools with BM25 ranking, SQLite FTS5 indexing, and support for ZIM archives and custom crawlers.