Agent skill
pickup
Codex pickup checklist when starting on a task.
Install this agent skill to your Project
npx add-skill https://github.com/doubleflannel/12-30-test-codex-ip/tree/main/skills/pickup
SKILL.md
Pickup
Purpose: rehydrate context quickly when you start work.
Steps:
- Read AGENTS.MD pointer + relevant docs (run
./scripts/docs-list.tsif present). - Repo state:
git status -sb; check for local commits; confirm current branch/PR. - CI/PR:
gh pr view <num> --comments --files(or derive PR from branch) and note failing checks. - tmux/processes: list sessions and attach if needed:
tmux list-sessions- If sessions exist:
tmux attach -t codex-shellortmux capture-pane -p -J -t codex-shell:0.0 -S -200
- Tests/checks: note what last ran (from handoff notes/CI) and what you will run first.
- Changelog + docs: skim recent updates for context, but do not rely on them alone.
- Plan next 2–3 actions as bullets and execute.
Output format: concise bullet summary; include copy/paste tmux attach/capture commands when live sessions are present.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brave-search
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
accept-pr
Land one PR end-to-end (changelog + thanks, lint, merge, back to main).
change-logger
Generate and maintain the root CHANGELOG.md in a beginner-friendly, analogy-rich format from git state or a commit range.
oracle
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
create-cli
markdown-converter
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
Didn't find tool you were looking for?