personal claude code setup, open source. hooks, example agents/commands, opinionated docs. marketplace: anipotts/claude-code-tips.
plugins/cc/· cross-session awareness plugin (MCP server, roster, messaging) — bun/typescriptplugins/lore/· session knowledge graph (sqlite, costs, search, patterns, notes) — pythonplugins/time/· 5h/7d/context-window meters with/fuel+/time-*skills — python+bashhooks/· standalone hook scripts (safety-guard, panopticon, context-save, notify, no-squash, version-stamp, md-lint-fix, stale-branch, commit-nudge).claude/commands/· slash commands i actually use (ship, improve)examples/agents/· example agents (watch-tests, try-worktree, arch-review, write-pr)examples/commands/· example commands (sweep, quicktest)examples/claude-md/· CLAUDE.md templates for different stacksexamples/plugins/· demo plugins (handoff, broadcast)docs/· personal takes (hooks, agents, automation, worktrees, cost, mistakes, session-workflow, review-process)docs/tips/· standalone tips (prompt-caching, ultrathink, settings-hierarchy, safety-hooks, session-length, plugins, subagents, mcp-integration, plan-mode, fast-mode, hooks-v2, context-management, monitor)docs/comparisons/· competitor comparisons (cursor, codex, gemini, antigravity, pricing)docs/rfcs/· forward-looking RFCs (lore-v2 observability, freshness-watcher, mini-control-plane)gifs/· VHS tape files and demo recordingscontent/· GITIGNORED, personal draftsdata/· GITIGNORED, local mining datahandoffs/· GITIGNORED, private handoff prompts
- All hook scripts use
#!/usr/bin/env bashwithset -euo pipefail - Hook scripts read JSON from stdin via
jq - Exit codes: 0 = allow, 2 = block
- Documentation is practical and opinionated · no fluff
- Lowercase voice, "bc" not "because"
- Comparison docs: diplomatic, data-driven. cite sources (pricing pages, changelogs). no FUD, no unsourced claims
- Every doc/hook/plugin should include "tested with Claude Code vX.Y.Z"
- CI validates: markdown lint, link check, hook syntax, JSON, python syntax, plugin smoke test
handoffs/is GITIGNORED · never commit, push, or reference handoff files in public docscontent/is GITIGNORED · personal drafts, never commitdata/is GITIGNORED · local mining data, never commit- private dev files live in
handoffs/and stay local
when reviewing pull requests or issues, read and follow .github/AI_REVIEW_RUBRIC.md exactly. four buckets (blocking / apply / discuss / dismissed), exact output format, auto-dismiss list for voice-conflicting style nits.