Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 17ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated

Sharizzle / claude-md-command.md

Last active 1 month ago
0 0 1

Analyze this codebase and create a CLAUDE.md file following these principles:

  1. Keep it under 150 lines total - focus only on universally applicable information
  2. Cover the essentials: WHAT (tech stack, project structure), WHY (purpose), and HOW (build/test commands)
  3. Use Progressive Disclosure: instead of including all instructions, create a brief index pointing to other markdown files in .claude/docs/ for specialized topics
  4. Include file:line references instead of code snippets
  5. Assume I'll use linters for code style - don't include formatting guidelines

Structure it as: project overview, tech stack, key directories/their purposes, essential build/test commands, and a list of additional documentation files Claude should check when relevant.