har: Skill for Claude Code

.claude/skills/v1-milestone/SKILL.md

v1-milestone is a skill for Claude Code from os-factory/har. It costs 110 tokens per session (2,085 once invoked), scanned A, original, Apache-2.0.

A fixed workflow for completing one milestone of the HAR 1.0.0 refactor. A milestone is a defined group of project issues; the workflow plans parallel coding-agent work, creates stacked pull requests, runs an end-to-end check, and hands the result to reviewers.

In plain words
What is it for?
Use it when running milestones M0 through M5 of the HAR 1.0.0 refactor, from syncing issues through implementation, pull requests, testing, and review handoff.
Why use it?
It organizes a large refactor into issue-based work with dependencies, progress tracking, and a final quality gate.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; mentions Claude Code.

This is os-factory/har's own configuration. It tells Claude Code how to work on har 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 har configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/antoine/Documents/osfactory/examples/car-app.

Reuse

Borrowing it

Nothing to install: this file belongs to os-factory/har. 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/os-factory/har/main/.claude/skills/v1-milestone/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/os-factory/har

Made for: Claude Code.

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 v1-milestone

README.md
[![agentmods](https://agentmods.dev/badge/skills/os-factory/har/v1-milestone/github.svg)](https://agentmods.dev/skills/os-factory/har/v1-milestone)
Your own site
<a href="https://agentmods.dev/skills/os-factory/har/v1-milestone"><img src="https://agentmods.dev/badge/skills/os-factory/har/v1-milestone/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 v1-milestone

Your own site · 80×15
<a href="https://agentmods.dev/skills/os-factory/har/v1-milestone"><img src="https://agentmods.dev/badge/skills/os-factory/har/v1-milestone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,085 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.00110 $0.02085
Opus 5 $0.00055 $0.01043
Sonnet 5 $0.00022 $0.00417
Haiku 4.5 $0.00011 $0.00209

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

Security

Grade A, and why

v1-milestone 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 10d 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.

.claude/skills/v1-milestone/SKILL.md · 137 lines

How it starts

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

HAR v1.0.0 milestone factory line

Instance of the factory-line template. Program data: v1-milestone.line.json. This skill stays the executable playbook for the 1.0.0 run. Stacked PRs, GitHub-issue stations, and the car-app jig are this line's tactics — not the primitive. To run a different program, copy a line file, not this skill.

Execute one milestone of the v1.0.0 refactor end-to-end: sync → wave plan → parallel implementation → stacked PRs → gate → handoff.

Source of truth is GitHub: epic #225 and its sub-issues #226–#243 (plus triaged bugs #195–#198). Never duplicate the plan into files; report progress as issue comments and epic checkboxes.

Input: a milestone id M0..M5 (default: the first milestone whose issues are not all closed).

Milestone map

Milestone Issues Waves (each {} group = one subagent; groups in a wave run in parallel)
M0 Foundations + 0.x patches #226 #227 #228 #229 #196 #197 #198 + #195 (skip-ci half only) Wave 1: {#228} {#196} {#197} {#198} {#195} · Wave 2: {#226} · Wave 3: {#227} {#229}
M1 Contract #230 #231 #232 #233 Wave 1: {#230} {#233} · Wave 2: {#231} · Wave 3: {#232}
M2 Runtime into package #234 #235 #236 Wave 1: {#234} split into parallel forks per module (ports/preflight, worktree+launch, provisioning, infra, slot-registry) + one integration fork · Wave 2: {#235} {#236}
M3 Adaptation & extensibility #237 #238 #239 #240 Wave 1: all four in parallel · Wave 2: integration pass
M4 Migration & docs #241 #243 Wave 1: both in parallel
M5 Release gate #242 + the v1main release PR Sequential; ends in handoff for the 1.0.0 release decision

Waves are ordered by real file conflicts: #226 rewrites the template tree, so #227/#229 (and anything touching src/templates/) must stack on top of it; #231 needs #230's env schema; #232 validates both.

Read the full file on GitHub · 137 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. 10d ago First seen · 137 lines · 110 tokens per session scan A b67cff72b4f6

Subscribe to this mod's changes

v1-milestone is a skill published in the GitHub repository os-factory/har (85 stars, last pushed 2d ago), licensed Apache-2.0. It adds 110 tokens to every session and 2,085 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-08-30.

Related

Other skills, from other repositories

task-final-report

Apply the final report and PR publication procedure for a Hyper-Waterfall task. Write the final report (report.md), mark the daily task board complete, create the final commit, push the remote publish/task{N} branch, and create an Open PR to {BASEBRANCH}. Invoke only immediately before PR publication after all stages…

postmelee/hyper-waterfall · 74 tokens

goal-issues-and-release

Clear the open issue backlog and then cut a release, in one autonomous run: use the batch-all-issues skill to resolve every open issue, then the goal-release skill to draft, merge, and see the release through publication. Never asks the user anything — every decision is made autonomously, and blockers are reported at…

dyoshikawa/rulesync · 83 tokens

ijfw-ship

Use when the user says 'ship it', 'ship this', 'release', 'publish', 'launch', 'deploy', 'go live', 'wrap this up', 'time to ship', or invokes '/ijfw-ship'. Domain-aware release — software (test → tag → push → publish), book (final edit → format → KDP / agent / Substack), campaign (review → schedule → launch →…

FerroxLabs/ijfw · 139 tokens

release-notes

Draft user-facing release notes from a git log range. Trigger when the user asks for "release notes", "changelog entry", or "what shipped this week" with a git ref range. Output is markdown sections grouped by Features / Fixes / Breaking with PR links.

jnMetaCode/ai-coding-guide · 59 tokens

ctx

Codebase intelligence and evidence-driven governance with the indexed ctx CLI. Use when exploring an unfamiliar repository, locating symbols or callers, checking for existing implementations, estimating change impact, enforcing architecture rules, scoring a branch, finding hotspots or duplication, or analyzing…

agentis-tools/ctx · 60 tokens

task-stage-report

Apply the stage completion procedure for a Hyper-Waterfall task. Write the stage report (stage{N}.md), commit stage source and report together, and run stage verification commands. Invoke after a stage completes and before entering the next stage.

postmelee/hyper-waterfall · 55 tokens