claude-code-tips
Active·★ 25·MIT·Updated 2026-05-29
★ Trending★ Workflow Automation★ Memory & Context
practical patterns for agentic coding: hooks, agents, automation. built from hundreds of claude code sessions
An open-source collection of hooks, agents, tips, and plugins for Claude Code. It provides a session analytics plugin (mine), cross-session messaging (cc), safety hooks, and cost optimization strategies. The repository also shares personal workflow patterns and comparisons with alternatives.
#agentic-coding#ai-coding#ai-developer-tools#ai-tools#automation#claude#claude-code#claude-code-agents
01
Features
01Session mining plugin (mine) that records costs, search, error patterns, and hotspots to local SQLite
02Cross-session messaging plugin (cc) to communicate between different Claude Code sessions
039+ pre-built hooks for safety, context preservation, and workflow enforcement
04Agent team patterns for parallel task execution with git worktree isolation
05Detailed cost optimization tips leveraging prompt caching
02
Use cases
↳Monitor and analyze your Claude Code usage costs and patterns
↳Block dangerous commands like force push or rm -rf with pre-tool hooks
↳Run parallel Claude sessions on the same codebase without conflicts
03
Alternatives
Gemini CLI★ 104.7k
An open-source AI agent that brings the power of Gemini directly into your terminal. Supports native MCP.
dagster★ 15.6k
An orchestration platform for the development, production, and observation of data assets.
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
openagent★ 5.1k
⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com
awesome-claude★ 250
HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tools, jobs, Raycast feeds, static data exports, and an npm MCP package.
Related searches
Comments
Log in to leave a comment
- Logan ChenMay 22, 2026
Good reference for Claude Code power users who want to get more from hooks.
- HHarley AndersonApr 2, 2026
Well-organized, easy to find relevant patterns for specific workflows.
- EElliot WilsonMar 23, 2026
The automation patterns save time on common agentic coding workflows.
- EElliot LeeFeb 27, 2026
Practical hook and agent patterns built from real usage — not theoretical examples.