grep -r "developer-tools"
28 posts tagged developer-tools
- Claude Code Toolkit: Sharing the Customizations I Actually Use
- Claude Code từ zero: Series Plan
- Claude Code là gì: CLI, IDE, Web, SDK và anatomy của 1 session
- autoMemoryDirectory: chia memory theo project hoặc client
- Branch-per-machine: sync ~/.claude/ giữa các máy
- Auto-memory: file-based, MEMORY.md index, các loại memory
- CLAUDE.md và rules: kiến trúc instructions hierarchical, path-scoping
- Context window: prompt được dựng thế nào mỗi turn
- Compaction và prompt cache: cách CC quản lý conversation dài
- Anatomy của 1 hook production-grade: shell script và exit codes
- Hooks: lifecycle events, exit codes, và các kiểu hook thực tế
- Mobile coding qua Telegram bridge
- MCP servers: context bên ngoài, khi nào tự build, khi nào dùng có sẵn
- Memory submodule pattern: share memory cross-machine an toàn
- Cross-agent communication: tránh race, slice theo file scope
- Plan mode: state file, exit prompt, plan vs todo vs memory
- Permission model: ask, auto, acceptEdits, bypassPermissions và deny list
- Plugins: khác skill thế nào, marketplace, khi nào dùng
- Settings.json load-bearing: env, permissions, hooks, plugins
- Anatomy của 1 skill production-grade: từ ý tưởng đến SKILL.md
- Skills: SKILL.md frontmatter, slash command, và disable-model-invocation
- Subagents: anatomy, tools whitelist, system prompt, và examples block
- TeamCreate và SendMessage: persistent addressable agents
- Spawning patterns: foreground, background, sequential, teammate
- Tool use loop: vòng giữa model và tool, retry, parallel calls
- Worktree hotfix trong khi main session đang debug production
- Worktree isolation: vì sao tách working tree và base branch hook
- Background session và worktree: setting worktree.bgIsolation từ 2.1.143