friday

friday is a skill for Claude Code, Codex from nphausg/ai-agent-skills. It costs 85 tokens per session (789 once invoked), scanned A, original, Apache-2.0.

A workflow for handling batches of coding tasks through planning, implementation, adversarial review, evidence-based smoke testing, and commits. It coordinates separate stateless coding agents, so each task must include its full context.

In plain words
What is it for?
Use it when running a batch of web, mobile, backend, command-line, or library tasks through the Friday orchestration loop.
Why use it?
It gives multi-step coding work a repeatable process with approval and review gates. Problems found during review block completion until the task is revised and checked again.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also runs codex exec. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Codex.

Good fit Use it when running a batch of web, mobile, backend, command-line, or library tasks through the Friday orchestration loop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nphausg/ai-agent-skills/friday
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.

Any agent
npx skills add nphausg/ai-agent-skills --skill friday
Clone the repo
git clone --depth 1 https://github.com/nphausg/ai-agent-skills

Made for: Claude Code, Codex.

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 friday

README.md
[![agentmods](https://agentmods.dev/badge/skills/nphausg/ai-agent-skills/friday/github.svg)](https://agentmods.dev/skills/nphausg/ai-agent-skills/friday)
Your own site
<a href="https://agentmods.dev/skills/nphausg/ai-agent-skills/friday"><img src="https://agentmods.dev/badge/skills/nphausg/ai-agent-skills/friday/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for friday

Your own site · 80×15
<a href="https://agentmods.dev/skills/nphausg/ai-agent-skills/friday"><img src="https://agentmods.dev/badge/skills/nphausg/ai-agent-skills/friday.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00085 $0.00789
Opus 5 $0.00043 $0.00394
Sonnet 5 $0.00017 $0.00158
Haiku 4.5 $0.00009 $0.00079

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

Security

Grade A, and why

friday 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 9d 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.

skills/friday/SKILL.md · 63 lines

How it starts

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

friday — Plan / Codex / Review / Evidence-Test Orchestration Loop

friday implements the user's tasks one at a time through a fixed per-task pipeline. This session coordinates only — it never writes feature code; it delegates planning, implementation, review, and testing, gates on approval, and does git. Every subagent and Codex run is stateless, so each dispatch must carry full context (task, paths, repo, conventions, constraints, deliverable).

Read references/pipeline.md before running — it holds the full per-step procedure, coding principles, model selection, completion tracking, and the discipline gates.

Pipeline (per task)

  1. Brainstormsuperpowers:brainstorming with the user (skip in execute mode).
  2. Plan — Fable subagent writes a timestamped plan_<timestamp>.md (skip in execute mode).
  3. Approve — explicit user approval of the plan (skip in execute mode).
  4. Implementcodex exec runs the plan in the background (≤30 min); post progress.
  5. Review — a parallel team of Codex adversarial reviewers, one per lens (correctness / security / performance / approach); any finding blocks -> rework to step 3 and re-review the whole team until every lens approves.
  6. Smoke test — Opus subagent PROVES it works with captured evidence; root-cause any failure.
  7. Ship — commit only (no push), then the next task.

Modes

  • Full loop (default) — run the whole pipeline including plan + approval.
  • Execute mode — the user supplies a ready plan file; treat it as approved, skip steps 0–2, start at Implement piping that file. Never edit the user's file (pipe an augmented scratchpad copy if it isn't self-contained). Multiple tasks run sequentially, each with its own review -> smoke -> ship.

Completion bar

First action of every run: create a TodoWrite checklist whose items ARE the run's match criteria, so the loop self-continues instead of stopping early. A task is done only when (a) every review lens approves, (b) the evidenced smoke test PASSes, and (c) it is committed locally (no push). Fold user acceptance criteria in verbatim.

Read the full file on GitHub · 63 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 63 lines · 85 tokens per session scan A 2f6b9869d656

Subscribe to this mod's changes

friday is a skill published in the GitHub repository nphausg/ai-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 85 tokens to every session and 789 once invoked, about $0.0004 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 skills, from other repositories

commit

Create well-formatted commits with conventional commit messages and emoji.

NeoLabHQ/context-engineering-kit · 13 tokens

git-notes

Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.

NeoLabHQ/context-engineering-kit · 49 tokens

commit

Write clear commit messages in conventional commits format. Use when the user is done with changes and wants to commit, says 'commit this', asks for a commit message, or has staged changes ready to go.

nirelbaz/promptpit · 43 tokens

git-commit-push

Enforces Git commit standards and conventions when committing and pushing code in Agent Mode. This rule is crucial for keeping track of changes made by agents, and should run whenever the user expresses they want to commit or push code changes made by the agent. This rule should be followed when: 1. the user wants to…

usrrname/cursorrules · 112 tokens

create-hook

Create and configure git hooks with intelligent project analysis, suggestions, and automated testing.

NeoLabHQ/context-engineering-kit · 18 tokens

git-commit

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

louisbrulenaudet/monorepo-template · 87 tokens