Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Open standard (Linux Foundation) for connecting Claude to tools, repos, database
- [40+ Claude Code Tips](https://github.com/ykdojo/claude-code-tips#readme) - Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin for GitHub Actions debugging, conversation cloning, and handoffs.
- [My Experience With Claude Code After 2 Weeks of Adventures](https://sankalp.bearblog.dev/my-claude-code-experience-after-2-weeks-of-usage/) - Part 1: Real-world lessons on using a `TODO.md` file to keep Claude on track, managing costs, and why it often outperforms Cursor for complex refactors.
- [A Guide to Claude Code 2.0 and getting better at using coding agents](https://sankalp.bearblog.dev/my-experience-with-claude-code-20-and-how-to-get-better-at-using-coding-agents/#setup) - Part 2: A deep dive into the 2.0 update, focusing on the "Agent Manager" mindset, context engineering, and using sub-agents for larger codebases.
- [AI Development Methodology](https://github.com/Korner83/ai-development-methodology) - Twelve-doc markdown + git methodology for projects where humans and AI agents collaborate as peers. Covers four planning layers (strategy → pillars → epics → items), three discipline overlays (working principles, Definition of Done, lessons-learned memory), file-based locks with TTL for parallel work, the actual-UI fix-test loop, cross-AI validation, and a two-tier memory system. Ships CLAUDE.md and AGENTS.md templates. CC BY 4.0.

---

Expand Down