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.
npx agentmods add instructions/lsampaioweb/ai-instructions/spring-boot-gitignoregit clone --depth 1 https://github.com/lsampaioweb/ai-instructionsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/lsampaioweb/ai-instructions/spring-boot-gitignore)<a href="https://agentmods.dev/instructions/lsampaioweb/ai-instructions/spring-boot-gitignore"><img src="https://agentmods.dev/badge/instructions/lsampaioweb/ai-instructions/spring-boot-gitignore.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00394 | $0.00394 |
| Opus 5 | $0.00197 | $0.00197 |
| Sonnet 5 | $0.00079 | $0.00079 |
| Haiku 4.5 | $0.00039 | $0.00039 |
Grade A, and why
ai-instructions spring-boot-gitignore.instructions.md scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Spring Boot .gitignore Engine
Rules
- Every Spring Boot project must have a
.gitignoreat the repository root. - Group exclusion rules by category with a
#comment header above each group. - Exclude
target/for Maven build output. - Exclude Maven Release plugin artifacts:
release.properties,pom.xml.releaseBackup. - Exclude IntelliJ IDEA artifacts:
.idea/,*.iml,*.iws,*.ipr. - Exclude Eclipse and STS artifacts:
.project,.classpath,.factorypath,.settings/,.apt_generated,.sts4-cache. - Exclude
.vscode/for VS Code workspace artifacts. - Allow
.vscode/extensions.jsonand.vscode/settings.jsonas tracked exceptions using!negation patterns. - Exclude OS artifacts:
.DS_Store,Thumbs.db. - Exclude secrets and local overrides:
*.env,.env,application-local.yml,application-local.properties. - Exclude TLS credential files:
*.p12,*.crt,*.key,*.pfx. - Exclude log output directories and files:
logs/,*.log,*.gz. - Exclude JVM crash log files:
hs_err_pid*.
Safety Guards
- Never commit
application-local.*files; they are runtime-only overrides containing environment-specific secrets. - Never commit TLS credential files to source control.
- Never use glob patterns (
target/*) where directory patterns (target/) are more precise and cover nested paths. - Never exclude the
.mvn/directory when it contains the Maven wrapper; the wrapper is intentionally tracked.
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.
- 2d ago First seen · 28 lines · 394 tokens per session scan A 8dbd7609a2a0
ai-instructions spring-boot-gitignore.instructions.md is an instructions file published in the GitHub repository lsampaioweb/ai-instructions (1 stars, last pushed 13d ago), licensed MIT. It adds 394 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other instructions, from other repositories
daisyui code_generation_with_git.instructions.md
Instructions for saadeghi/daisyui, covering activation, initial setup, development loop, error handling and session end.
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
Commit Message
Comprehensive Conventional Commits guidelines for openwebui-extensions.
dario CLAUDE.md
Claude Code instructions for askalf/dario, covering dario — notes for claude code (and other llm coding agents), commits and prs, style, scope and when in doubt, ask.
granite.build AGENTS.md
AGENTS.md instructions for ibm-granite/granite.build, covering agents.md, git commits, github prs and issues, project overview and common commands.
ai-git-commiter CLAUDE.md
Instructions for zdt1013/ai-git-commiter, covering ai git commiter, 项目结构, 技术栈, 常用命令 and 安装依赖.