AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from papadopouloskyriakos/agentic-chatops.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md — Claude Gateway

Entry point for any coding agent operating in this repository. The course (Google
5-Day AI Agents, Day 5) calls for a root `AGENTS.md`; this is it.

## Read first
- **`CLAUDE.md`** — operating instructions, hostnames, MCP tools, conventions (authoritative).
- **`.claude/rules/`** — infrastructure, platform-features, workflows, CI/CD rules.
- **`.claude/skills/chatops-workflow/SKILL.md`** — Phase 0→6 incident choreography.

## Spec-driven surfaces (D2 slice — IFRNLLEI01PRD-1260)
The safety-critical behaviors and component interfaces are specified under **`spec/`**
and governed by **`constitution.md`**. Before changing any file listed in a
`spec/<context>/tasks.json#files_owned`, update its `REQ-NNN` requirement and Gherkin
acceptance in the same commit (Article I + VII). Validate with:

```
python3 bootstrap-pack/scripts/validate-project-spec.py .
python3 scripts/check-spec-code-lockstep.py
```

Both run in CI (`validate_spec`), the QA suite (`test-1260-spec-driven.sh`), and
holistic-health. A change that breaks them fails the pipeline.

## What is and is not spec-regenerable
…

Read the whole file at its exact version.

How to install

Latest version
mdr add papadopouloskyriakos/agentic-chatops/AGENTS.md@git:20260919.c129a05
Exact content
mdr add papadopouloskyriakos/agentic-chatops/AGENTS.md@sha256:28f1cb309daa88de

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lg4oh3vr7ostsjpt.svg)](https://markdownregistry.com/a/art_lg4oh3vr7ostsjpt)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.c129a05 latest2026-09-19 c129a05 1,458 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (1458 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

papadopouloskyriakos/agentic-chatops · 107 stars · license none · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lg4oh3vr7ostsjpt
GET https://markdownregistry.com/api/v1/resolve?ref=papadopouloskyriakos/agentic-chatops/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/28f1cb309daa88deda7fb67a43733ca9bc60b7f580e83276c5a7ef30a2199df7

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from papadopouloskyriakos/agentic-chatops

CLAUDE.md claude
papadopouloskyriakos/agentic-chatops · CLAUDE.md
git:20260919.c129a05 · audit B · 107 stars
bootstrap skill
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/bootstrap/SKILL.md · Meta-skill chaining /specify → /constitute → /plan → /tasks → spec-validation → dispatch-ready. Greenfield project from…
git:20260919.c129a05 · audit A · 107 stars
constitute skill
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/constitute/SKILL.md · Phase C of greenfield project bootstrap. Produce constitution.md (5-15 non-negotiable articles) + steering/*.md…
git:20260919.c129a05 · audit A · 107 stars
plan skill
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/plan/SKILL.md · Phase D of greenfield project bootstrap. Produce design.md + data-model.md + contracts/{openapi,asyncapi,schemas/*} +…
git:20260919.c129a05 · audit A · 107 stars
specify skill
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/specify/SKILL.md · Phase B of greenfield project bootstrap. Interview the operator to produce PROJECT.json + PROJECT.md +…
git:20260919.c129a05 · audit A · 107 stars
tasks skill
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/tasks/SKILL.md · Phase E of greenfield project bootstrap. Atomize design.md + contracts into tasks.json with files_owned + dependencies…
git:20260919.c129a05 · audit A · 107 stars
codegraph-lookup skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/codegraph-lookup/SKILL.md · Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
git:20260919.c129a05 · audit A · 107 stars
correlated-triage skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/correlated-triage/SKILL.md · When multiple hosts alert simultaneously (burst), create a master YouTrack issue, run per-host triage, link children…
git:20260919.c129a05 · audit A · 107 stars
cross-tier-review skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/cross-tier-review/SKILL.md · Cross-tier review protocol — chain of verification for REVIEW REQUEST messages from Claude Code (Tier 2). Includes…
git:20260919.c129a05 · audit A · 107 stars
error-propagation skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/error-propagation/SKILL.md · Structured error reporting format for triage failures — ERROR_CONTEXT format so next tier can resume without re-doing…
git:20260919.c129a05 · audit A · 107 stars
escalate-to-claude skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/escalate-to-claude/SKILL.md · Escalate a YouTrack issue to Claude Code (Tier 2) for CODE IMPLEMENTATION ONLY. Use ONLY when someone explicitly asks…
git:20260919.c129a05 · audit A · 107 stars
exec-safety skill
papadopouloskyriakos/agentic-chatops · openclaw/skills/exec-safety/SKILL.md · Blocked command list for exec tool — commands that must NEVER be executed, even if asked.
git:20260919.c129a05 · audit B · 107 stars

Every file in papadopouloskyriakos/agentic-chatops

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.