Toolverse
All skills

codex-cli

by kingkongshot

Orchestrate OpenAI Codex CLI for parallel task execution. As orchestrator, analyze tasks, inject context, manage sessions, and coordinate parallel instances. Use when delegating coding tasks to Codex or running multi-agent workflows. (user)

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
129

About this skill

Orchestrate OpenAI Codex CLI for parallel task execution. As orchestrator, analyze tasks, inject context, manage sessions, and coordinate parallel instances. Use when delegating coding tasks to Codex or running multi-agent workflows. (user)

How to use

  1. Przygotuj kontekst przed delegowaniem zadania: zbierz ścieżki plików, komunikaty błędów i fragmenty kodu, które Codex powinien znać. Wstrzyknij je do promptu w strukturze: [zadanie], ## Pliki: [lista], ## Błędy: [błędy], ## Kod: [fragment].

  2. Dla pierwszego zadania uruchom analizę za pomocą komendy codex exec z pełnym kontekstem — na przykład codex exec "analyze src/auth for issues". Codex przeanalizuje kod i zapamiętuje sesję.

  3. Jeśli chcesz kontynuować pracę na tej samej sesji (np. naprawić znalezione problemy), użyj echo "twój prompt" | codex exec resume --last — przekazanie promptu przez stdin unika błędów parsowania CLI.

  4. Do zadań niezależnych (różne moduły, różne wymiary analizy) użyj równoległego wykonania: uruchom wiele instancji codex exec w tle (z &), a następnie czekaj na wszystkie za pomocą wait.

  5. Decyduj o równoleganiu na podstawie izolacji: zadania w różnych katalogach lub tylko do odczytu mogą biec jednocześnie; zadania piszące do tego samego pliku lub zależne od wcześniejszych wyników muszą być szeregowe.

  6. Dla złożonych przepływów (analiza → naprawa → test) ponownie używaj sesji, aby Codex zachował kontekst z poprzednich kroków i uniknął powtarzania pracy.

Related skills

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

xlsx

by anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2)

Data Science
40128

data-storytelling

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

Data Science
26105

stock-analyzer

by FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

Data Science
23128

market-research-reports

by davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for

Data Science
16115

quant-analyst

by zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

Data Science
67217