TechShorts AGENTS.md

TechShorts AGENTS.md is an instructions file for Codex, OpenCode from LarsenCodeLabs/TechShorts. It costs 850 tokens per session, scanned A, original, MIT.

A set of repository instructions for LarsenCodeLabs/TechShorts, covering its structure, product limits, development checks, security, and Solana/Anchor rules.

In plain words
What is it for?
Use it when working on TechShorts features involving short-form video generation, content and AI logic, storage, media processing, workers, platform adapters, dashboards, tests, or Solana/Anchor code.
Why use it?
It gives coding agents project-specific constraints so they can make compatible changes and avoid unsafe publishing, media, configuration, or protocol decisions.

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/larsencodelabs/techshorts/agents-md
Clone the repo
git clone --depth 1 https://github.com/LarsenCodeLabs/TechShorts

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 TechShorts AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/larsencodelabs/techshorts/agents-md.svg)](https://agentmods.dev/instructions/larsencodelabs/techshorts/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/larsencodelabs/techshorts/agents-md"><img src="https://agentmods.dev/badge/instructions/larsencodelabs/techshorts/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 850 This file is loaded in full into every session.
When invoked 850 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.00850 $0.00850
Opus 5 $0.00425 $0.00425
Sonnet 5 $0.00170 $0.00170
Haiku 4.5 $0.00085 $0.00085

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

Security

Grade A, and why

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

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 · 49 lines

How it starts

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

Repository Structure

TechShorts/ is the Git root. It currently contains the README, and license; inspect all files again once source or an archive is added. Keep concerns separated as the application grows: configuration/model routing, content and AI logic, persistence, media processing, scheduling/workers, platform adapters, dashboard, tests, and editable assets such as the Style Bible. Avoid a monolithic module and keep generated media, exports, secrets, and local databases out of Git.

Core Product Constraints

  • Target approximately 12-second, 9:16 videos; validate finished media with FFprobe.
  • Generate 6–10 hooks, rank them, retain candidates and judgments, then write around the winner.
  • Run factual and quality gates before paid rendering. Never invent citations, measured SEO data, or API capabilities.
  • Centralize configurable OpenAI model routing and verify current official API documentation before model-specific work.
  • Keep TikTok and YouTube metadata and publishing adapters separate.
  • Enforce OFFLINE, APPROVAL_REQUIRED, and AUTOMATIC modes in backend workers. Offline mode must make publication technically impossible.
  • Use explicit, observable, idempotent job transitions; bounded retries; persistent error history; and duplicate-dispatch protection.
  • Package offline exports with video.mp4, metadata.json, youtube.txt, tiktok.txt, and genuine sources.json, plus ZIP output.

Development and Verification

No application toolchain exists yet. Add exact commands to TechShorts/README.md only when implemented. The expected Python quality baseline is Ruff/formatting, type checking where practical, pytest, and compilation/import checks. Tests must mock paid/external APIs and cover model routing, publishing-mode safety, exports, filename sanitization, state transitions, retries, scheduling races, configuration, Style Bible loading, metadata mapping, and persistence. Never report a check as passing unless it was run; distinguish mocked tests from live integrations.

Read the full file on GitHub · 49 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 · 49 lines · 850 tokens per session scan A f06b47565a18

Subscribe to this mod's changes

TechShorts AGENTS.md is an instructions file published in the GitHub repository LarsenCodeLabs/TechShorts (1 stars, last pushed 23d ago), licensed MIT. It adds 850 tokens to every session, about $0.0042 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-31.

Related

Other instructions, from other repositories

codex-command-center AGENTS.md

AGENTS.md instructions for sevensir888/codex-command-center, a project described as: A local desktop control center for organizing Codex projects, engineering tasks, sessions, Git changes, Skills, and MCP configuration.

sevensir888/codex-command-center · 556 tokens

codex-desktop-linux AGENTS.md

AGENTS.md instructions for ilysenko/codex-desktop-linux, covering agents.md, purpose, non-negotiable rules, source routing and editing guidance.

ilysenko/codex-desktop-linux · 1,444 tokens

codex-provider-sync AGENTS.md

AGENTS.md instructions for Dailin521/codex-provider-sync, covering ai / agent operator guide, vnext architecture baseline, goal, choose the interface and safe operating flow.

Dailin521/codex-provider-sync · 1,480 tokens

ai-driven-development AGENTS.md

AGENTS.md instructions for CodeAlive-AI/ai-driven-development, covering ai-driven development — development guide, git publishing defaults, when to create tags and releases, requires a new tag/release and does not require a new tag/release.

CodeAlive-AI/ai-driven-development · 1,110 tokens

SubFrame AGENTS.md

AGENTS.md instructions for Codename-11/SubFrame, covering subframe - subframe project, core working principle, relationship to native ai tools, session start and concurrent work & worktrees.

Codename-11/SubFrame · 3,973 tokens

squarebox CLAUDE.md

Instructions for SquareWaveSystems/squarebox, covering claude.md, agent skills, issue tracker, triage labels and domain docs.

SquareWaveSystems/squarebox · 1,772 tokens