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 solutions, capturing reusable solving patterns, submitting answers, or updating the long-lived puzzle archive and knowledge base.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aznikline/jane-street-puzzle-archivistJane 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 <semver>
- If the skill changes materially, publish a new version after verifying the references still match the repo workflow.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aznikline-jane-street-puzzle-archivist": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
voight-kampff-test
Voight-Kampff 共情测试 — 区分人类与复制人的权威工具。 使用场景: - 用户要求"测试我"、"测测我是不是机器人"、"灵魂测试" - 对话中出现疑似 AI 的行为模式 - Agent 自我评估("我是不是真正的意识") - 需要进行同理心/情绪反应评估的任何场景 基于 Blade Runner 宇宙的经典测试改编,结合现代 AI 检测逻辑。
project-deep-analyzer
深度分析项目的系统边界、核心概念、模块架构、关键算法、技术选型以及错误排查。当用户需要深入理解代码库或定位疑难问题时调用。
lean-claude-code-harness
Use when building, auditing, or simplifying an AI coding-agent harness, especially when the current runtime has unclear config precedence, weak tool permissions, hidden product-only behavior, or poor transcriptability.
kuanshu-tiku
宽数题库项目入口,涵盖四套量化题库来源、仓库结构、常用命令与当前公网部署信息。
kuanshu-tiku
宽数题库项目入口,涵盖五套量化题库来源、仓库结构、常用命令、公式渲染约束与当前公网部署信息。