skills AGENTS.md

Repository instructions for a Codex plugin marketplace containing add-ons for development, product management, iOS apps, and personal planning. They explain the roles of agents, skills, and commands.

In plain words
What is it for?
Useful when creating or updating agents, skills, commands, marketplace listings, documentation, or plugin architecture in the repository.
Why use it?
They help contributors understand the marketplace structure and the file format used to add or maintain plugin content.

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

Made for: Codex, OpenCode.

Per session 1,427 This file is loaded in full into every session.
When invoked 1,427 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.01427 $0.01427
Opus 5 $0.00714 $0.00714
Sonnet 5 $0.00285 $0.00285
Haiku 4.5 $0.00143 $0.00143

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

Security

Grade A, and why

skills 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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 178 lines

How it starts

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

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Project Overview

Codex plugin marketplace containing seven plugins for software development and personal productivity workflows:

  • core – memory, commit hygiene, refactoring, prompt refinement, and branch review
  • web – CSS, React, Tailwind, testing, refactoring, and design practices
  • typescript – strict, schema-first TypeScript guidance
  • system-design – Mermaid diagram generation from code
  • product-management – PRD creation, status updates, and task orchestration
  • app – Swift iOS testing, App Intent-first development, and SwiftUI architecture
  • life – personal life management with GPS method for goal achievement

Plugin Architecture

Plugins extend Codex with three types of content:

  1. Agents - Autonomous subprocesses with specialized tools and context (defined in agents/*.md)
  2. Skills - Knowledge bases that load into context (defined in skills/*/SKILL.md)
  3. Commands - Slash commands for quick actions (defined in commands/*.md)

The marketplace registry (.Codex-plugin/marketplace.json) indexes all plugins, while each plugin's manifest (plugin.json) defines metadata. Skills listed in marketplace.json become user-invocable (e.g., /skill core:commit-messages), while unlisted skills are only loaded by other skills or agents.

Repository Structure

.Codex-plugin/marketplace.json    # Marketplace registry (plugin metadata)
src/
  core/
    .Codex-plugin/plugin.json
    agents/                        # compare-branch, refactor
    skills/                        # commit-messages, expectations, learn, pr, writing
  web/
    .Codex-plugin/plugin.json
    skills/                        # css, frontend-testing, react, react-testing, refactoring, tdd, web-design
  typescript/
    .Codex-plugin/plugin.json
    skills/                        # typescript-best-practices
  system-design/
    .Codex-plugin/plugin.json
    skills/                        # mermaid-generator
  product-management/
    .Codex-plugin/plugin.json
  app/
    .Codex-plugin/plugin.json
    skills/                        # app-intent-driven-development, swift-testing

Read the full file on GitHub · 178 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. 2d ago First seen · 178 lines · 1,427 tokens per session scan A 9e07f81b74b8

Subscribe to this mod's changes

skills AGENTS.md is an instructions file published in the GitHub repository mintuz/skills (24 stars, last pushed 9d ago), licensed MIT. It adds 1,427 tokens to every session, about $0.0071 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.

Related

Other instructions, from other repositories