Claude Workflow Library: 10 Complete AI Workflows for Non-Technical Users

A developer has created a free library of 10 complete AI workflows designed specifically for Claude users without technical backgrounds. The project addresses the limitation of simple prompt lists by providing end-to-end processes.
Workflow Categories
- Study Workflow — map topics, build notes, make flashcards, create a schedule
- Research Workflow — go from vague question to organized findings
- Writing Workflow — blank page to polished draft
- Business Workflow — idea to 30-day action plan
- Content Workflow — topic to multi-platform content
- Decision Making Workflow — structured thinking for tough choices
- Learning Workflow — any skill, from zero to capable
- Job Search Workflow — resume, cover letter, interview prep
- Productivity System — daily planning that actually sticks
- Life Planning System — values, goals, habits, quarterly review
Implementation Details
Each workflow contains step-by-step prompts with specific components: role assignments, context settings, and rules for interaction. The approach moves beyond basic instructions like "ask Claude to help you write" to provide structured processes. No coding or API integration is required — users work directly with Claude following the provided process.
The library is available on GitHub at https://github.com/sajin-prompts/claude-workflow-library. The creator also maintains a companion prompt library for individual prompts at https://github.com/sajin-prompts/claude-prompts-non-technical.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local Memory System for AI Coding Tools Extracts 2,600+ Facts from Conversation Logs
A developer built a local memory layer that ingests conversation logs from Claude Code, Factory.ai, and Codex CLI, extracts structured facts using a local LLM, and auto-injects context into new sessions. After months of use, it has indexed 13,000+ messages and extracted 2,600+ facts.

Qwen 3.6 27B hits 2.5x speed with MTP speculative decoding on llama.cpp
A Reddit user reports 2.5x faster inference on Qwen 3.6 27B using MTP speculative decoding with a custom llama.cpp PR, achieving 28 tok/s on Mac M2 Max 96GB. Includes pre-converted GGUF quants and fixed chat templates.

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.

iknowkungfu Skill Analyzes OpenClaw Usage to Recommend Missing Skills
iknowkungfu is a new OpenClaw skill that scans your agent's workspace, memory files, and conversation logs to identify what skills you're missing based on your actual usage patterns. It provides specific recommendations with trust scores and reasons tied to your workflow.