[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
×
@harrisonqian / Tools Stack / wiki/Claude Code.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # Claude Code Anthropic's CLI coding agent. the primary development tool — more time is spent here than in any editor. **alias:** `claude` → `claude --dangerously-skip-permissions` (auto-approve all tool calls for maximum speed) **MCP servers configured:** see [[MCP]] for the full list — includes Cloudflare, Vercel, Railway, Supabase, Google Drive, and more. **editor integration:** [[VS Code]] extension, but primarily used as a CLI in tmux sessions. [[tmuxinator]] spins up the dev layout with `mux dev2`. **memory system:** persistent file-based memory at `~/.claude/projects/`, plus AGENTS.md files for project instructions. **the workflow:** Claude Code is the center of the development loop. it reads code, writes code, runs tests, deploys, and manages infrastructure — all from the terminal. it can reach into [[Obsidian]] vaults directly because they're just markdown on disk. it manages DNS via the [[Cloudflare]] MCP server and deploys to [[AWS Lightsail]]. **also installed:** [[Codex]] and [[Gemini]] as secondary agents, each with their own skip-approvals alias. **skills:** see the [awesome claude skills wiki](/@harrisonqian/awesome-claude-skills) for the comprehensive directory of skills, frameworks, and extensions. **community:** [awesome-claude-code](/@harrisonqian/awesome/wiki/miscellaneous/claude-code) — community-curated list of tools, tips, and resources.