anipotts/claude-code-tips
25 stars · Last commit 2026-05-31
practical patterns for agentic coding: hooks, agents, automation. built from hundreds of claude code sessions
README preview
> [EN](./README.md) | [ZH](./README.zh-CN.md) | [ES](./README.es.md) | [HI](./README.hi.md) | [PT](./README.pt-BR.md) | [JA](./README.ja.md) # claude-code-tips [](https://github.com/anipotts/claude-code-tips/actions/workflows/validate.yml) [](https://github.com/anipotts/claude-code-tips/stargazers) [](https://github.com/anipotts/claude-code-tips/commits/main) [](https://docs.anthropic.com/en/docs/claude-code) [](./LICENSE) claude code patterns, battle-tested across yc startups, public tech companies, and unicorns. maintained by someone who uses claude code as their job. new here? start with the [tips index](./docs/tips/) or skim [hooks](./docs/hooks.md) and [automation](./docs/automation.md). ## what's inside three plugins, one marketplace. - **`lore@anipotts`** every session mined into sqlite. query costs, tools, errors, hotspots, loops, and full-text search across your own history. everything local. - **`cc@anipotts`** cross-session awareness and messaging. plus a `time` subsystem: `/cc:time-estimate` gives realistic claude-code time grounded in your session history, not optimistic guesses.