# Our Claude Code Cheatsheet

DevFeed: [Our Claude Code Cheatsheet](<https://devfeed.tech/articles/our-claude-code-cheatsheet-5707.md>)

Original publisher: [Read original article](<https://neon.com/blog/our-claude-code-cheatsheet>)

Author: Pedro Figueiredo

Published: 2025-10-14T15:54:54Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Code](<https://devfeed.tech/topics/code.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [cheatsheet](<https://devfeed.tech/tags/cheatsheet.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [memory](<https://devfeed.tech/tags/memory.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [product](<https://devfeed.tech/tags/product.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [testing](<https://devfeed.tech/tags/testing.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

A practical Claude Code cheatsheet and workflow guide covering configuration, memory files, add-ons, Plan Mode, parallel task agents, and tools such as Claude Swarm, Conductor, and Sculptor. It explains how these practices support debugging, feature scaffolding, refactoring, prompt testing, and complex code changes.

## Source excerpt

Many of us at Neon use Claude Code almost every day: for debugging, for scaffolding new features, or keeping the flow going when context-switching between projects. I noticed pretty quickly that everyone seemed to have their own way of working with it though. For me, it clicked o...