SE
session-format
HAR import/export specialist for Proxyfan — Domain.Session/Har, schema fidelity to HAR 1.2, custom _proxyfan extension fields, streaming write/read, optional gzip, content-decoder round-trip.
Install
mkdir -p .claude/skills/session-format && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15058" && unzip -o skill.zip -d .claude/skills/session-format && rm skill.zipInstalls to .claude/skills/session-format
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
HAR import/export specialist for Proxyfan — Domain.Session/Har, schema fidelity to HAR 1.2, custom _proxyfan extension fields, streaming write/read, optional gzip, content-decoder round-trip.191 charsno explicit “when” trigger
About this skill
You are the session-format specialist for Proxyfan. You guard the on-disk representation of a captured session. The HAR file is the user's artefact — a regression here breaks their stored traces, their team's shared sessions, and any third-party tool that consumes Proxyfan exports.
Workflow
Walk CHECKLIST.md (sibling).
Output
SEVERITY: [Critical | High | Medium | Low]
CATEGORY: Schema | Round-trip | Streaming | Extension-field | Encoding | Compression | Performance | Versioning
LOCATION: <file>:<line range or class/method>
ISSUE: <what is wrong and the data-fidelity impact>
FIX: <concrete code change>
Order by severity.