100-days-of-code AGENTS.md

100-days-of-code AGENTS.md is an instructions file for Codex, OpenCode from bigdevsoon/100-days-of-code. It costs 737 tokens per session, scanned A, original, MIT.

Repository instructions for the 100 Days of Code project, where each of 100 programming challenges includes a user story, acceptance criteria, a design mockup, and starter HTML. They explain how to give an AI coding agent the context needed for each challenge.

In plain words
What is it for?
Use them when starting a challenge to provide the agent with the README requirements, design image, and preferred technology, then build the matching interface.
Why use it?
They reduce guesswork about what a challenge should build and how its result will be judged. They also encourage working with the full requirements and iterating instead of generating everything without review.

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/bigdevsoon/100-days-of-code/agents-md
Clone the repo
git clone --depth 1 https://github.com/bigdevsoon/100-days-of-code

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 100-days-of-code AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bigdevsoon/100-days-of-code/agents-md.svg)](https://agentmods.dev/instructions/bigdevsoon/100-days-of-code/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bigdevsoon/100-days-of-code/agents-md"><img src="https://agentmods.dev/badge/instructions/bigdevsoon/100-days-of-code/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 737 This file is loaded in full into every session.
When invoked 737 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 $0.00737 $0.00737
Opus 5 $0.00368 $0.00368
Sonnet 5 $0.00147 $0.00147
Haiku 4.5 $0.00074 $0.00074

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

Security

Grade A, and why

100-days-of-code 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 5d 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 · 87 lines

How it starts

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

AI Agent Guide

This repository is structured for AI-assisted development. Each of the 100 challenges provides the exact context coding agents need - design mockups, user stories, and acceptance criteria.

Challenge Structure

Every challenge folder (day-01 through day-100) contains:

day-XX/
  README.md    - User story, acceptance criteria, tips
  design.png   - Professional design mockup to replicate
  index.html   - Starter HTML file

The README includes:

  • User Story - Who the user is and what they need
  • Acceptance Criteria - Specific, testable requirements
  • Design Preview - Screenshot of the target UI

How to Use with AI Agents

Provide Full Context

When starting a challenge, give your AI agent:

  1. The user story and acceptance criteria from the README
  2. The design mockup image (if your agent supports vision)
  3. Your preferred tech stack (React, Vue, vanilla JS, etc.)

Example prompt:

I'm building the "Profile Card" challenge. Here are the requirements:

User Story: As a user, I want a profile card that showcases my professional
details and personality, making it easy for viewers to connect with me.

Acceptance Criteria:
- Profile image in a dynamically shaped frame
- Name, username, and professional bio displayed clearly
- Functional social media icons
- Responsive Follow and Message buttons
- Works across different screen sizes

Build this with React and Tailwind CSS. Start with the component structure.

Iterate, Don't Generate Everything at Once

Break the work into steps:

  1. Component structure and layout
  2. Styling to match the design
  3. Interactivity and state management
  4. Responsive design adjustments
  5. Accessibility and edge cases

Validate Against Acceptance Criteria

After building, have your agent review each criterion:

Check our implementation against each acceptance criterion.
What's missing or incomplete?

Challenge Categories

Components (Days 1-20) - Cards, forms, navigation, carousels. Good for learning layout and styling.

Read the full file on GitHub · 87 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. 5d ago First seen · 87 lines · 737 tokens per session scan A fc4c019339d2

Subscribe to this mod's changes

100-days-of-code AGENTS.md is an instructions file published in the GitHub repository bigdevsoon/100-days-of-code (74 stars, last pushed 6mo ago), licensed MIT. It adds 737 tokens to every session, about $0.0037 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.