havoc-hackathon AGENTS.md

havoc-hackathon AGENTS.md is an instructions file for Codex, OpenCode from DUBSOpenHub/havoc-hackathon. It costs 677 tokens per session, scanned A, original, MIT.

Project instructions for a hackathon system that runs competitions between multiple AI models, plus supporting agents for the tournament and its maintenance. A hackathon here means a structured contest in which models produce and compare solutions.

In plain words
What is it for?
Use it to run full or quick AI-model tournaments, compare finalists, maintain ratings, or inspect and improve the tournament’s agent files.
Why use it?
It explains which agents are available and how the tournament and repair workflows are meant to operate. The excerpt does not describe a general-purpose coding tool.

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/dubsopenhub/havoc-hackathon/agents-md
Clone the repo
git clone --depth 1 https://github.com/DUBSOpenHub/havoc-hackathon

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 havoc-hackathon AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dubsopenhub/havoc-hackathon/agents-md.svg)](https://agentmods.dev/instructions/dubsopenhub/havoc-hackathon/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dubsopenhub/havoc-hackathon/agents-md"><img src="https://agentmods.dev/badge/instructions/dubsopenhub/havoc-hackathon/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 677 This file is loaded in full into every session.
When invoked 677 The same file — it is already loaded in full.
Security scan A 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.00677 $0.00677
Opus 5 $0.00338 $0.00338
Sonnet 5 $0.00135 $0.00135
Haiku 4.5 $0.00068 $0.00068

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

Security

Grade A, and why

havoc-hackathon AGENTS.md scanned grade A 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sL https://raw.githubusercontent.com/DUBSOpenHub/havoc-hackathon/main/skills/havoc-hackathon/SKILL.md \
AGENTS.md · 51 lines

How it starts

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

Agents

Overview

Havoc Hackathon ships two Copilot CLI agents and one skill. The skill (havoc-hackathon) is the primary entry point — it orchestrates full multi-model tournaments. The havoc-hackathon agent is a standalone agent version of the same capability. The grid-medic agent is bundled as a companion for keeping the tournament infrastructure healthy.

Available Agents

havoc-hackathon (Skill)

  • Purpose: Multi-model AI tournament orchestrator. Dispatches up to 13 current full-size AI models in elimination heats, scores them with sealed judge panels (judges never know which model wrote what), evolves the best ideas between rounds, synthesizes a final output from all finalists, and maintains persistent ELO ratings across sessions.
  • Usage: Install via Copilot CLI, then invoke with natural language:
    run hackathon                        # Full tournament on whatever you describe
    run hackathon express                # Quick single-round version
    /skills add DUBSOpenHub/havoc-hackathon  # Instant install
    
  • Model: Dispatches to all available models in your Copilot CLI session
  • Install:
    mkdir -p ~/.copilot/skills/havoc-hackathon ~/.copilot/agents && \
      curl -sL https://raw.githubusercontent.com/DUBSOpenHub/havoc-hackathon/main/skills/havoc-hackathon/SKILL.md \
        -o ~/.copilot/skills/havoc-hackathon/SKILL.md
    
  • Location: skills/havoc-hackathon/SKILL.md

havoc-hackathon (Agent)

  • Purpose: Standalone agent version of the tournament orchestrator. Use when you want the Havoc Hackathon capability as a named agent rather than a skill.
  • Usage: After installing ~/.copilot/agents/havoc-hackathon.agent.md, invoke via the agent selector in Copilot CLI.
  • Location: agents/havoc-hackathon.agent.md

grid-medic

  • Purpose: Companion agent bundled with Havoc Hackathon. Self-healing meta-agent that monitors and repairs the .agent.md files in your fleet — including Havoc Hackathon's own agent files. See DUBSOpenHub/grid-medic for full documentation.
  • Usage:
    grid-medic diagnose
    grid-medic improve havoc-hackathon
    
  • Location: agents/grid-medic.agent.md

Read the full file on GitHub · 51 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. 4d ago First seen · 51 lines · 677 tokens per session scan A c18aa0ceb2bc

Subscribe to this mod's changes

havoc-hackathon AGENTS.md is an instructions file published in the GitHub repository DUBSOpenHub/havoc-hackathon (5 stars, last pushed 1mo ago), licensed MIT. It adds 677 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.