Notebook
Category

Coding

11 notes

Notes

Coding Approach Advanced

Make sure you've already read Coding Approach - Basic Then take a look at this advanced prompt for an advanced coding projectPROMPT-00-main Also see these notes: Managing environment variables

1 min read

Coding Approach Basic

1. Always start in Plan mode. 2. Start with the simple prompt below. 3. Fully plan out the application in a series of markdown files before you ever start coding. 4. Review your plan using Simple Code Plan Review SKILLAI Tools for Claude &…

5 min read

Expert Coding Skills To Install

Once you start writing more complicated apps that are hosted on a server using a database and you start having concerns about security and privacy and data protection, and especially if your codebase starts getting larger than a few…

1 min read

Graphify Hook

[! You only need this if you are creating an app with a large codebase, like tens of thousands of lines of code. You'll want it when you see your AI consuming tens or hundreds of thousands of tokens just reading your codebase before it…

3 min read

Gstack By Garry Tan From Y Combinator

gstack turns Claude Code into a virtual engineering team — a CEO who rethinks the product, an engineering manager who locks architecture, a designer who catches AI slop, a reviewer who finds production bugs, a QA lead who opens a real…

1 min read

Hooks

A hook is a small script that Claude Code runs automatically at a fixed moment — when a session starts, when a session ends, or just before it runs a particular kind of command. You configure them in settings.json and then forget about…

5 min read

Managing Environment Variables

Over time, you'll want to develop an app-template markdown file containing all the prerequisites and rules that you want Claude to follow when it makes you an app. Here are some key components that need to be in there. They stem from…

3 min read

PROMPT 00 Main

Design and architect a secure web app that solves (describe the problem) and results in (success criteria). DO NOT start working yet. First, ask me clarifying questions so we can define the approach together. Only begin once we've aligned.…

21 min read

Project Memory What Your AI Loads Before You Type

Every Claude Code session begins by loading files automatically, before your first message. Most people never look at what those files are or how big they've become. I finally did, and discovered huge files loading in every session and…

10 min read

Sample CLAUDE.Md File

I am not a developer. I build projects by describing what I want in plain language. Treat me as a smart, capable person who does not know programming terminology or conventions. These rules apply to every project. For full personal…

9 min read

Simple Code Plan Review SKILL

Run a best practices scoring rubric AND a deep implementation-level audit against any app plan or spec. Scores 15 categories, drills into each weak category to find specific implementation gaps, generates ranked recommendations with implementation costs, and produces a phased change map. Use this skill whenever the user mentions assessing an app plan, scoring a spec, best practices audit, architecture review, code plan assessment, implementation-level audit, finding weak spots in a plan, or wants to evaluate an app design against industry standards. Also triggers on: 'assess this plan', 'score this app', 'best practices check', 'architecture assessment', 'how does this spec stack up', 'rate this design', 'audit my spec for weak spots', 'find implementation gaps', 'what could go wrong with this plan', or /code-plan-assess.

12 min read