AGENTS.md — Post-Compact Reminder for Claude Code banner
Dicklesworthstone Dicklesworthstone

AGENTS.md — Post-Compact Reminder for Claude Code

Data & AI community intermediate

Description

> Guidelines for AI coding agents working in this Bash/Shell codebase. ---

Installation

Terminal
claude install-skill https://github.com/Dicklesworthstone/post_compact_reminder

README

AGENTS.md — Post-Compact Reminder for Claude Code

Guidelines for AI coding agents working in this Bash/Shell codebase.


RULE 0 - THE FUNDAMENTAL OVERRIDE PREROGATIVE

If I tell you to do something, even if it goes against what follows below, YOU MUST LISTEN TO ME. I AM IN CHARGE, NOT YOU.


RULE NUMBER 1: NO FILE DELETION

**YOU ARE NEVER ALLOWED TO DELETE A FILE WITHOUT EXPRESS PERMISSION.** Even a new file that you yourself created, such as a test code file. You have a horrible track record of deleting critically important files or otherwise throwing away tons of expensive work. As a result, you have permanently lost any and all rights to determine that a file or folder should be deleted.

**YOU MUST ALWAYS ASK AND RECEIVE CLEAR, WRITTEN PERMISSION BEFORE EVER DELETING A FILE OR FOLDER OF ANY KIND.**


Irreversible Git & Filesystem Actions — DO NOT EVER BREAK GLASS

**Note:** This project helps protect AI agents from running dangerous commands. Practice what we preach.

    undefined

Git Branch: ONLY Use `main`, NEVER `master`

**The default branch is `main`. The `master` branch exists only for legacy URL compatibility.**

    undefined

**If you see `master` referenced anywhere:**

    undefined

Toolchain: Bash & Shell Scripts

This project uses **B