Skip to content

Instantly share code, notes, and snippets.

@MiniCodeMonkey
Created June 16, 2025 19:48
Show Gist options
  • Select an option

  • Save MiniCodeMonkey/1b92398c7c2e2259b2f23b4e4cd6acd9 to your computer and use it in GitHub Desktop.

Select an option

Save MiniCodeMonkey/1b92398c7c2e2259b2f23b4e4cd6acd9 to your computer and use it in GitHub Desktop.
Claude Commands Documentation

Commit and push git changes Commit messsages should follow the conventional commits syntax Consider breaking the code into multiple commits if it logically makes sense Use as few commands/steps as possible

Please output the strings displayed in Claude Code's repl during this session to the .claude/logs folder. If the .claude/logs folder does not exist, please create it.

Filename

For naming the file that outputs the strings, use the filename claude-code-session-{YYYY-MM-DD_HH-mm-ss}.md. Replace the {YYYY-MM-DD_HH-mm-ss} part with the time this command was executed, converted to a string in the specified format.

Output Format

Please output in the following format:

# Session Date

- start: {Enter the session start date and time in YYYY-MM-DD_HH-mm-ss format}
- dumped: {Enter the date and time this command was executed in YYYY-MM-DD_HH-mm-ss format}

# Conversation

## 👤 User ({Enter the date and time when input was received from the user in YYYY-MM-DD_HH-mm-ss format})

{Enter the input string from the user}

## 🤖 Claude ({Enter the time when Claude Code began displaying to standard output in YYYY-MM-DD_HH-mm-ss format})

{Enter the string displayed by Claude Code to standard output}

Continue entering the contents of the conversation in the same format

Create feature branch (if currently on main or master branch)

Commit changes. Commit messsages should follow the conventional commits syntax Consider breaking the code into multiple commits if it logically makes sense

Create PR (if doesn't already exists). Don't mention Claude or Claude Code

Use as few commands/steps as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment