Apply review comments (including comment-on-lines) and respond to each with what changed. Use when asked to address review feedback.
Repository orientation and which Codex skills to use for each area (go-lcpd, protocol spec, docs, openai-serve, ExecPlans).
Edit LCP protocol docs under docs/protocol/ in BOLT-style (TLVs, message formats, state flow).
Generate oriented sprites using prompts.
Split a 2x2 sprite sheet into four PNGs.
comming soon...
Technical analysis with TA-Lib - Moving averages, RSI, MACD, Bollinger Bands, Stochastic, ATR, candlestick patterns, and strategy signals using OpenAlgo market data
Develop the go-lcpd daemon/tools (Go). Follow repo principles (robustness, TDD, lint) and validate with make test/lint/gen.
Simplify code and remove legacy/backcompat shims while preserving behavior. Use when asked to clean up or simplify code.
Make the trading hub feel more organic without blocking roads.
Perform refactoring using TDD starting from README + Issue (following codegen-test), aligning with existing implementation conventions, and leveraging Serena MCP semantic search/editing to improve internal quality with high performance and race-safety in mind.
4 principles for E2E testing discipline — observe first, fix in batches, expect long durations, check container state directly. NO FIXES DURING OBSERVATION RUNS.
Use the hack CLI for local runtime orchestration (compose, DNS/TLS, logs, sessions, tickets) and agent setup. Trigger when asked to run/start/stop services, inspect logs, manage lifecycle/session workflows, or update agent integrations. Prefer CLI over MCP when shell access is available.
Inspect observation space and inventory encoding.
Use the constraint-memory MCP tools to query/upsert timeboxing constraints stored in Notion.
Ensure fixed count of goblin nests or hives per map.
Core trading operations with OpenAlgo - place orders, smart orders, basket orders, split orders, and order management across 25+ Indian brokers
Update and complete JournalOS translation JSON files by running composer journalos:locale and fixing missing or empty translations in lang/*.json. Use when UI copy changes, new keys are added, or locale files are out of sync.
Create or update a journal entry module (database, model, actions, views, controllers, API, docs, tests). Use when adding a new journal module or changing an existing module such as mood, health, or obligations.
Map include chains and explain module relationships.