lazy-starter-kit AGENTS.md

Project instructions for coding agents working on a toolkit that sets up a complete AI development environment on macOS, Linux, or Windows.

In plain words
What is it for?
Use them when an agent needs to remove files, clean up generated data, or change the development environment safely.
Why use it?
They reduce the risk of unsafe file deletion and accidental changes to unrelated project work. They require cleanup to stay within the current Git workspace and preserve local settings.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/heoooooon/lazy-starter-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/Heoooooon/lazy-starter-kit

Made for: Codex, OpenCode.

Per session 130 This file is loaded in full into every session.
When invoked 130 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00130 $0.00130
Opus 5 $0.00065 $0.00065
Sonnet 5 $0.00026 $0.00026
Haiku 4.5 $0.00013 $0.00013

Measured 3d ago against content hash f97fd46f2d0a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

lazy-starter-kit AGENTS.md scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Never run `rm -r`, `rm -rf`, `rm -R`, or `rm --recursive` directly.
AGENTS.md · 8 lines

What it actually says

Safety rules for coding agents

  • Never run rm -r, rm -rf, rm -R, or rm --recursive directly.
  • Use lazy-safe-rm for recursive cleanup. It only accepts strict descendants of the current Git workspace.
  • Never bypass the Codex or Claude Code shell-safety hook, including through /bin/rm, sudo, env, xargs, or a nested shell.
  • Product cleanup code must use safe_rm_rf_under on macOS/Linux or Remove-KitTree on Windows.
  • Preserve unrelated working-tree changes and local-only agent settings.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 8 lines · 130 tokens per session scan C f97fd46f2d0a

Subscribe to this mod's changes

lazy-starter-kit AGENTS.md is an instructions file published in the GitHub repository Heoooooon/lazy-starter-kit (81 stars, last pushed 3d ago), licensed MIT. It adds 130 tokens to every session, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.