dotfiles AGENTS.md

dotfiles AGENTS.md is an instructions file for Codex, OpenCode from ulises-jeremias/dotfiles. It costs 780 tokens per session, scanned A, original, MIT.

A set of guidelines for HorneroConfig, a dotfiles project for configuring a user's development environment. It describes design principles such as theme support, modularity, centralized configuration, fallbacks, and secure defaults, plus shell-script conventions.

In plain words
What is it for?
Use it when creating or editing HorneroConfig themes, configuration systems, user scripts, command-line options, logging, or dependency fallbacks.
Why use it?
It gives agents consistent rules for writing reliable configuration and scripts that handle missing optional dependencies safely.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

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/ulises-jeremias/dotfiles/agents-md
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/dotfiles

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for dotfiles AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ulises-jeremias/dotfiles/agents-md.svg)](https://agentmods.dev/instructions/ulises-jeremias/dotfiles/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ulises-jeremias/dotfiles/agents-md"><img src="https://agentmods.dev/badge/instructions/ulises-jeremias/dotfiles/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 780 This file is loaded in full into every session.
When invoked 780 The same file — it is already loaded in full.
Security scan A 0 findings. 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.1 $0.00780 $0.00780
Opus 5 $0.00390 $0.00390
Sonnet 5 $0.00156 $0.00156
Haiku 4.5 $0.00078 $0.00078

Measured 6d ago against content hash 85a19c788810, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dotfiles AGENTS.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 6d 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.

AGENTS.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Agent Guidelines for HorneroConfig

For AI coding assistants and automated tools
Last Updated: 2026-02-27

Purpose

This is the authoritative guide for AI agents working on HorneroConfig. Follow the Hornero Bird philosophy: build robust, functional, adaptable, beautiful, and modular environments.

Quick Reference

Core Principles (The Hornero Way)

  1. Theme-Adaptive - All visuals adapt to any color palette automatically
  2. Modular - Components work independently yet integrate seamlessly
  3. Single Source of Truth - Configuration flows from centralized sources
  4. Graceful Degradation - Function even with missing dependencies
  5. Security by Default - Never commit secrets, validate all inputs

See Architecture Philosophy for detailed principles.

Essential Standards

Scripts Must:

  • Use EasyOptions for CLI parsing
  • Include set -euo pipefail
  • Follow naming: dots-* for user scripts, snake_case for functions/vars
  • Handle errors gracefully with logging
  • Work without optional dependencies (fallbacks required)

See Development Standards for complete requirements.

Key Systems

  • Appearance Themes - Apply-once theme packs + live wallpaper/scheme/GTK controls
  • Smart Colors - Semantic color adaptation cached in ~/.cache/dots/smart-colors/
  • Quickshell - Unified QML desktop shell (bar, launcher, dashboard, notifications, AI chat) with multi-layout bar (bar.position: left/right/top/bottom, bar.style: attached/floating/dock) and shell presets (~/.local/share/dots/shell-presets/*.json, applied live via dots-quickshell preset apply <name> or the in-shell layout picker)
  • Hornero C++ Plugin - Performance-critical Quickshell extensions (image analysis, audio, calculator)
  • Dots CLI - Unified script interface
  • Chaotic-AUR - Precompiled AUR packages for faster installation

See System Architecture for detailed architecture.

Read the full file on GitHub · 74 lines

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. 6d ago First seen · 74 lines · 780 tokens per session scan A 85a19c788810

Subscribe to this mod's changes

dotfiles AGENTS.md is an instructions file published in the GitHub repository ulises-jeremias/dotfiles (134 stars, last pushed 2d ago), licensed MIT. It adds 780 tokens to every session, about $0.0039 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-08-30.