/install jane-street-puzzle-archivist
Jane Street Puzzle Archivist
Use this skill to keep Jane Street puzzle work reproducible, archived, and reusable.
When to Use
- A new monthly Jane Street puzzle is live.
- An existing month needs solver cleanup, answer submission, or better notes.
- You need to compare the current puzzle with prior public solution repos.
- You want to turn puzzle-solving experience into reusable scripts, docs, or skills.
Workflow
- Run
python3 scripts/current_puzzle.pyto inspect the live puzzle metadata. - If it is a new month, run
python3 scripts/current_puzzle.py --initand work insidepuzzles/YYYY/YYYY-MM-slug/. - Refresh the reference index with
python3 scripts/index_reference_repos.py. - Read:
references/reference-repos.mdreferences/solving-patterns.md
- Solve the puzzle with a reproducible script stored in the month folder.
- Record the answer and submission status in that month's
README.mdandsubmission.json. - If you learned a reusable technique, update this skill or the repo knowledge files before finishing.
Required structure
- Each puzzle lives under
puzzles/YYYY/YYYY-MM-slug/. - Keep the puzzle asset, solver, notes, metadata, and submission record together.
- Do not commit
refs/or.omx/.
Publishing
- This skill can be published directly with:
clawhub publish .agents/skills/jane-street-puzzle-archivist --slug jane-street-puzzle-archivist --name "Jane Street Puzzle Archivist" --version \x3Csemver>
- If the skill changes materially, publish a new version after verifying the references still match the repo workflow.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jane-street-puzzle-archivist - After installation, invoke the skill by name or use
/jane-street-puzzle-archivist - Provide required inputs per the skill's parameter spec and get structured output
What is Jane Street Puzzle Archivist?
Use when solving, organizing, or reviewing Jane Street monthly puzzles, especially when bootstrapping a new puzzle month, comparing against prior public solu... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Jane Street Puzzle Archivist?
Run "/install jane-street-puzzle-archivist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jane Street Puzzle Archivist free?
Yes, Jane Street Puzzle Archivist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Jane Street Puzzle Archivist support?
Jane Street Puzzle Archivist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jane Street Puzzle Archivist?
It is built and maintained by Mason (@aznikline); the current version is v0.1.0.