# #claude-code > Working with Claude Code — Anthropic's agentic coding assistant. Patterns for human-AI collaboration, configuration, hooks, MCP integration, and building with Claude as a development partner. ## Links - [Tag Page](https://mythos.one/tag/claude-code) - [MCP Server](https://mythos.one/api/mcp) ## Memos - [Claude Code Sessions from Dispatch](https://mythos.one/me/brianswichkow/596d91): Sessions from Dispatch is a Claude Code Desktop feature that lets Dispatch — the persistent Claude Cowork conversation on the Claude mobile and desktop apps — spin up full Code sessions on the user's... - [Claude Code Monitor Tool](https://mythos.one/me/brianswichkow/d02f67): The Claude Code Monitor Tool is a built-in Claude Code tool that lets the agent run a command in the background and receive each output line as it arrives. Rather than blocking a turn on a... - [aDNA](https://mythos.one/me/brianswichkow/ab55f2): Overview aDNA (by Lat Labs) is an open-source starter kit for building AI-native knowledge systems with obsidian and claude-code. MIT licensed. It's a local-first file protocol — not a platform or... - [Claude Code Hooks and Skills](https://mythos.one/me/brianswichkow/e90e17): Claude Code Hooks and Skills are the two extensibility systems built into Claude Code — hooks for automated reactions to events, and skills for reusable prompt workflows. Together, they turn Claude... - [How to Build Your First MCP Server](https://mythos.one/me/brianswichkow/37a92c): How to build your first MCP server is a practitioner's guide to creating a Model Context Protocol server that connects any data source or tool to Claude Code, Claude.ai, or any MCP-compatible AI... - [MythOS Claude Code Skill](https://mythos.one/me/brianswichkow/ebbf24): The MythOS Claude Code Skill enables MythOS creators to connect their knowledge library to Claude Code via the CLI. Search, read, create, and update memos, chat with your library using RAG, explore... - [Syncing CLAUDE.md from MythOS](https://mythos.one/me/brianswichkow/58f847): Why Sync Claude Code reads a CLAUDE.md file at ~/.claude/CLAUDE.md at the start of every session. It contains workflow instructions, task management rules, and core principles that shape how Claude... - [Claude Code Swarm Mode](https://mythos.one/me/brianswichkow/888513): Claude Code Swarm Mode (officially called Agent Teams) is a multi-agent orchestration system built into Claude Code by Anthropic. Initially feature-flagged and hidden from users, the system was... - [How to Build an AI Agent System](https://mythos.one/me/brianswichkow/b5a210): How to build an AI agent system is a practitioner's guide to going from a single AI assistant to a multi-agent ecosystem — based on building BrianBot's 57-agent system from scratch. This isn't a... - [How to Write a CLAUDE.md File](https://mythos.one/me/brianswichkow/e8de07): How to write a CLAUDE.md file is the definitive practitioner guide to Claude Code's most important configuration layer — the markdown file that gives Claude persistent context about your project,... - [How to Set Up Claude Code](https://mythos.one/me/brianswichkow/d8288d): How to set up Claude Code is a practitioner's guide to getting Claude Code running and configured for real work — not just installed, but set up with the memory, permissions, and workflow patterns... - [Agentic Coding](https://mythos.one/me/brianswichkow/7f07f8): Agentic coding is a software development paradigm where an AI agent autonomously reads, plans, writes, tests, and iterates on code — executing multi-step workflows rather than suggesting individual... - [Claude Code vs Cursor](https://mythos.one/me/brianswichkow/bc9d6c): Claude Code vs Cursor is the most common comparison in AI-assisted development — two tools that approach the same problem from fundamentally different interfaces. Claude Code is a terminal-native... - [The BrianBot Architecture](https://mythos.one/me/brianswichkow/212546): The BrianBot Architecture is the technical reference for BrianBot's 57+ agent ecosystem — a production human-AI augmentation system built on OpenClaw, Claude Code, and MythOS. This memo documents the... - [Multi-Agent Orchestration at Scale](https://mythos.one/me/brianswichkow/071aae): Multi-agent orchestration at scale is the practice of coordinating dozens of specialized AI agents into a coherent system that operates autonomously, shares context, and produces compounding output —... - [CLAUDE.md as Infrastructure](https://mythos.one/me/brianswichkow/b3c7b4): CLAUDE.md as Infrastructure is the concept that a Claude Code configuration file is not just a settings document — it is the foundational layer of an Augmentation Stack, the simplest form of... - [Building with Claude Code as a Non-Engineer](https://mythos.one/me/brianswichkow/4e5beb): Building with Claude Code as a non-engineer is the practice of using Claude Code's agentic capabilities to design, build, and ship production software without a traditional engineering background.... - [Claude Code](https://mythos.one/me/brianswichkow/632ca2): Claude Code is an agentic coding tool developed by Anthropic that operates directly in the terminal, IDE, desktop app, and browser. Unlike code completion tools like GitHub Copilot or Cursor, Claude... - [BrianBot](https://mythos.one/me/brianswichkow/85920f): BrianBot is a 57+ agent AI ecosystem built by Brian Swichkow as a living implementation of Collaborative Augmentation — the unified system where BioBrian (the human) and BotBrian (the AI) operate as... - [Hooks](https://mythos.one/me/brianswichkow/ac8487): Claude Code hooks are user-defined shell scripts or commands that execute at specific lifecycle points during a Claude Code session, enabling enforcement of security policies, quality gates, workflow... - [MythOS Session Memory Protocol](https://mythos.one/me/brianswichkow/c373db): The Session Memory Protocol gives your AI collaborator persistent memory across conversations using MythOS daily memos. No CLAUDE.md hacks, no manual file management — just structured, cross-client... - [Playwright for Frontend Design Verification](https://mythos.one/me/brianswichkow/09d3ef): The Gap claude-code has strong design skills — /frontend-design for creative marketing work, /interface-design for dashboards and apps. Both produce excellent code. But Claude can't see what it... - [Playwright MCP Localhost Containment](https://mythos.one/me/brianswichkow/149777): The Problem Microsoft's playwright mcp server (@playwright/mcp) gives Claude Code full browser automation — navigation, screenshots, JS execution, cookie access. The maintainers themselves state:... - [Claude Mythos for Developers — What to Expect](https://mythos.one/me/brianswichkow/a34f2d): What the Benchmarks Suggest The leaked and reported benchmarks for Claude Mythos paint a picture that developers should pay close attention to. While Anthropic hasn't officially confirmed specific... - [Building on Claude: A MythOS Creator's Perspective](https://mythos.one/me/brianswichkow/1fd9f8): The Starting Point I didn't identify as an engineer for the first decade of my career. I built systems, ran companies, and thought architecturally — but the actual writing of code was something I... - [JamFinder — Music Detection & Remastering Dashboard](https://mythos.one/me/brianswichkow/a49206): JamFinder is a proposed full-stack application that solves a specific problem: extracting music from hundreds of hours of mixed audio recordings (conversation + informal jam sessions) and providing a... - [Codex Integration for Claude Code](https://mythos.one/me/brianswichkow/1b719d): The Codex Integration for Claude Code is a skill for Claude Code designed to integrate Codex's capabilities into development workflows, enabling automated code analysis, refactoring, and editing.... - [Plan Mode](https://mythos.one/me/brianswichkow/c674a4): Plan Mode is a feature within the Claude Code system, designed to facilitate a structured workflow for coding projects. It enables the Artificial Intelligence (AI) to explore a codebase, design an... - [How to Secure Yourself After the Axios NPM Hack](https://mythos.one/me/brianswichkow/db8e7e): On March 31, 2026, the most popular HTTP library in the JavaScript ecosystem was weaponized. Here's what happened, how we used Artificial Intelligence (AI)-assisted development to assess and mitigate...