happier: Skill for Codex

.agents/skills/happier-port-0-2-to-0-3/SKILL.md

happier-port-0-2-to-0-3 is a skill for Codex from happier-dev/happier. It costs 111 tokens per session (1,126 once invoked), scanned A, original, MIT.

A workflow for carrying a completed change from Happier’s 0.2 code line into the newer 0.3 line while preserving the change’s purpose.

In plain words
What is it for?
Use it to inspect source and destination checkouts, apply the change to 0.3, test it, and report the result.
Why use it?
It helps adapt old work to changed code without blindly copying outdated architecture or overwriting unrelated edits.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is happier-dev/happier's own configuration. It tells Codex how to work on happier itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything happier configures →

About the project

Happier is an open-source, end-to-end encrypted client that lets people run AI coding-agent sessions on a computer and continue controlling them from a phone, browser, or desktop app. It is for developers who use agents such as Claude Code, Codex, Gemini, or OpenCode across multiple devices, with self-hosting available. The catalogue entries are add-ons for configuring or extending this client and its supported coding-agent workflows.

happier-dev/happier · 1,651 stars · on GitHub · happier.dev

Reuse

Borrowing it

Nothing to install: this file belongs to happier-dev/happier. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/happier-dev/happier/dev/.agents/skills/happier-port-0-2-to-0-3/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/happier-dev/happier

Made for: 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 happier-port-0-2-to-0-3

README.md
[![agentmods](https://agentmods.dev/badge/skills/happier-dev/happier/happier-port-0-2-to-0-3/github.svg)](https://agentmods.dev/skills/happier-dev/happier/happier-port-0-2-to-0-3)
Your own site
<a href="https://agentmods.dev/skills/happier-dev/happier/happier-port-0-2-to-0-3"><img src="https://agentmods.dev/badge/skills/happier-dev/happier/happier-port-0-2-to-0-3/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 happier-port-0-2-to-0-3

Your own site · 80×15
<a href="https://agentmods.dev/skills/happier-dev/happier/happier-port-0-2-to-0-3"><img src="https://agentmods.dev/badge/skills/happier-dev/happier/happier-port-0-2-to-0-3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00111 $0.01126
Opus 5 $0.00056 $0.00563
Sonnet 5 $0.00022 $0.00225
Haiku 4.5 $0.00011 $0.00113

Measured 6d ago against content hash 84a35873b93c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

happier-port-0-2-to-0-3 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 6d 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/skills/happier-port-0-2-to-0-3/SKILL.md · 74 lines

How it starts

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

Happier Port 0.2 to 0.3

Own the forward-port lifecycle from the 0.2 release line to the 0.3 development line. Treat checkout paths as runtime inputs, never as product or release identities.

1. Load the owning workflows

Use:

  • .agents/skills/happier-compatibility for released and prospective wire, persistence, semantic, and operational contracts;
  • .agents/skills/happier-implement and .agents/skills/happier-testing for destination changes and RED -> GREEN proof;
  • .agents/skills/verify-claims before relying on source reports or delegated conclusions;
  • .agents/skills/attack-conclusion and .agents/skills/handoff-report for closeout.

Read port-workflow.md before acting.

2. Resolve source and destination explicitly

Obtain or discover two independent Git checkouts:

  • the 0.2 source line containing the complete validated change;
  • the 0.3 destination line that must preserve its intent.

Prefer an explicit destination supplied by the user or calling workflow. Otherwise, try the optional sibling alias ../v0.3.x, then verify that it is a Git checkout for the intended Happier repository before using it. If the alias is absent or resolves incorrectly, ask for the destination location; do not create or repair filesystem aliases implicitly.

Verify repository identity, branch/commit basis, dirty state, and current bytes. Do not infer a release line from a directory name, assume a sibling path exists, create or clone a checkout without authorization, or switch a primary checkout. If the destination is unavailable, continue source-side analysis and report only the port as blocked with the exact missing location or authority.

3. Establish the validated source basis

Port after the source change forms a coherent batch and passes its required validation. Read the current in-scope source bytes, record their basis for this port pass, and express every change independently of filenames:

  • user-visible or operational outcome;
  • defect mechanism or invariant;
  • canonical source owner and affected callers/readers/writers;
  • tests and compatibility behavior that prove it;
  • exclusions and intentionally unchanged behavior.

Read the full file on GitHub · 74 lines

Files

What ships with it

2 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. 6d ago Changed 84a35873b93c
  2. 8d ago First seen · 74 lines · 111 tokens per session scan A e12ac0fb374b

Subscribe to this mod's changes

happier-port-0-2-to-0-3 is a skill published in the GitHub repository happier-dev/happier (1,651 stars, last pushed today), licensed MIT. It adds 111 tokens to every session and 1,126 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

cmux-testing

A regression test for a bug fix ships as two commits so CI proves the test catches the bug.

manaflow-ai/cmux · 47 tokens

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

shekohex/dotai · 43 tokens

cross-device-check

Audits a game's UI and interaction across supported viewports, aspect ratios, pixel densities, orientations, and input capabilities. Use when mobile, tablet, desktop, controller, keyboard, pointer, or touch support is being checked; UI clips, overlaps, blurs, or overflows; controls are unreachable or hard to use…

NEXPACE-Limited/msu-skills · 118 tokens

determinism-audit

Audits nondeterministic game behavior and flaky execution. Use when the same initial state and inputs produce different outcomes, a test fails intermittently or only under load, behavior differs by frame rate or machine, a replay diverges, or lockstep peers desynchronize. Establishes the required determinism boundary…

NEXPACE-Limited/msu-skills · 107 tokens

cw-gates

Use before claiming any Codewhale change is done, green, or ready to land: the focused-to-broad verification ladder, the budget checks CI enforces, and the rules for what counts as a passing test.

Hmbown/Codewhale · 48 tokens

model-merging

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task…

davila7/claude-code-templates · 73 tokens