Jiang episode publisher
Skill apresmoi/jianglens/.codex/skills/jiang-episode-publisher
Agentic Organization Research Project - Jiang Lens is an independent research and reading project built from Jiang Xueqin's lectures, interviews, and writing.
npx -y skills add apresmoi/jianglens --skill jiang-episode-publisherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when taking an already-ingested Jiang Lens source and an existing episode/interview read JSON through generated website data, route validation, transcript/video linkage, and public-site build checks.
SKILL.md
2.2 KB, as published. Nobody here has run it
Jiang Episode Publisher
Use this after content/lens/episodes/<source-slug>/read.json exists. This skill is mechanical publication and validation. It should not become the episode writer.
Inputs
content/sources/videos/<source-slug>/content/lens/evidence/videos/<source-slug>.semantic.jsoncontent/lens/episodes/<source-slug>/read.json- compiler scripts under
ops/scripts/
Flow
- Compile content:
node ops/scripts/compile-content.mjs
- Validate content:
node ops/scripts/validate-content.mjs
- Build the website:
cd website && npm run build
- Verify expected outputs:
website/src/data/lens/episodes/<source-slug>.json
/episodes/<source-slug>/
/episodes/<source-slug>/transcript/
# or, when source_class is interview:
website/src/data/lens/interviews/<source-slug>.json
/interviews/<source-slug>/
/interviews/<source-slug>/transcript/
- If a dev server is running, spot-check the episode and transcript routes. For UI changes, take screenshots before accepting.
Checks
Confirm:
- the episode or interview page renders,
- the transcript page renders,
- the video ID is present,
- timestamp links seek the video,
- transcript current-segment highlighting works,
- phrase-level highlighting exists only when
timed_chunksexist, - evidence marks and lens point hovers render without broken refs,
- generated data is fresh.
Boundary
Do not rewrite public prose except for small structural fixes required by validation. If the read is shallow, wrong, or missing Jiang's voice, hand it back to jiang-episode-read-writer.
Do not edit generated files by hand.
After successful publication, stop. Corpus impact, lens links, concept extension, new lens seeds, atlas mutation, and canon-candidate review are downstream jobs for separate agents. Mention obvious follow-up in the handoff, but do not create or require corpus-impact.json as part of episode publication.