Skill Claude CodeCodex
A workflow for turning a research paper or PDF into a Chinese LaTeX explanation PDF. LaTeX is a document system commonly used for technical papers, and arXiv is an open repository for research papers.
Skill Claude CodeCodex
A workflow for turning a research paper or PDF into a Chinese LaTeX explanation PDF. LaTeX is a document system commonly used for technical papers, and arXiv is an open repository for research papers.
Skill Claude CodeCodex
Run a multi-model brainstorm on a file using GPT-5.4, Gemini-3.1-pro (fallback: 3-flash), Qwen-3.5-plus, and Kimi-k2.5 in parallel. Supports different reviewer roles (scientist, community-builder, red-team, visionary, agent-developer) and styles (review, brainstorm, critique, debate). Use when you want diverse…
Skill Claude CodeCodex
Save current task progress to structured checkpoint file. Use when: session is ending, context window approaching limit, significant progress made, or before risky operation. Captures phase, parameters, experiments, decisions, blockers, and resume instructions.
Skill Claude CodeCodex
Extract recurring patterns from trace files and distill them into reusable knowledge graph entries: scan traces for errors, surprises, and parameter insights, tag pattern strength, and write structured concept files. Trigger on: 'distill traces', 'extract patterns', 'what have we learned', 'summarize what we know'…
Skill Claude CodeCodex
Enter orchestrator mode: coordinate multiple Claude Code sessions as workers. Use this when you want to run parallel workstreams, delegate tasks to worker sessions, or manage a team of agents. The orchestrator maintains strategic context while workers execute specific tasks. Usage: /orchestrate…
Skill Claude CodeCodex
Extract lessons learned from the current session and write them to structured memory files. This is the critical feedback loop that makes the evolution system work. Use at session end, before wrap-up/merge. Trigger on: 'reflect', 'what did we learn', 'extract lessons', 'update memory', 'session end', or automatically…
Skill Claude CodeCodex
Resume task from checkpoint file. Use when: starting new session after interruption, recovering from crash, or forking from another branch's checkpoint. Loads state, verifies artifacts, displays resume instructions.
Skill Claude CodeCodex
Pull updates from master, read trace shards and coordination state across all worktrees, and propose what to work on next. Use this skill whenever the user says 'sync', 'what should I work on', 'what changed', 'catch me up', 'what happened', 'plan next steps', 'show me TODOs', 'what needs doing', 'status update'…
Skill Claude CodeCodex
Wrap up the current feature branch: discover and update relevant documentation, commit uncommitted changes, merge to the main branch, and optionally push. Use this skill whenever the user says 'wrap up', 'merge to main', 'finalize branch', 'finish this work', 'commit and merge', 'done with this feature', or wants to…