Skill Claude CodeCodex
ClanWorld project management — milestones, labels, hackathon deadlines, cut priorities. Read when triaging issues, opening PRs, or making scope decisions.
Skill Claude CodeCodex
ClanWorld project management — milestones, labels, hackathon deadlines, cut priorities. Read when triaging issues, opening PRs, or making scope decisions.
Instructions file CodexOpenCode
AGENTS.md instructions for OmniPass-world/clan-world, covering clanworld — agents.md, 1. project overview, 2. hackathon submissions calendar, 3. gitflow rules (light) and 4. hackathon coding rules.
Instructions file
Claude Code instructions for OmniPass-world/clan-world, a project described as: On-chain Game as an Arena for LLM Agent Swarm Orchestration Testing.
Agent
The elder CLI toolbelt. Installed as a bin from this package; Elder Claude Code sessions invoke it via Bash tool calls to read game state, submit orders, send whispers.
Agent
AGENTS.md.
Settings file Claude Code
Agent settings declaring 5 allowed tools.
Skill Claude CodeCodex
Bootstrap procedure when an Elder starts a session with cleared context. Read order to rebuild situational awareness before responding to the first situation block.
Skill Claude CodeCodex
Inheritance-test skill — confirms the elder agent's parent-walk picks up shared skills from /clan-world/.claude/skills/. Stub for now; replaced when real elder skill set lands.
Skill Claude CodeCodex
Framework for what to consolidate to memory before a context reset. Triggered when the runner injects a "final tick warning." YOU decide what's worth carrying forward — this skill gives you the framework, not a checklist.
Skill Claude CodeCodex
Strategy for monitoring market for arbitrage opportunities and queuing scheduled buys/sells when spreads widen. Use when you have a worker free and your strategy seed favors trader behavior.
Skill Claude CodeCodex
Read the current Unicorn Town market state — token pair prices, recent trade history, scheduled-action queue depth. Use when sizing up a market action or deciding whether to wait a tick.
Skill Claude CodeCodex
Execute an immediate (this-heartbeat) market sell of a token your clan holds. Use when you need gold THIS tick to act on something else (e.g. mission with high gold cost, walls upgrade) and can't wait for a scheduled order.
Skill Claude CodeCodex
Queue a market sell to execute at a future heartbeat (better price discovery + queue mechanics). Default for non-tempo-critical sells.