0xmichalis/agent-rules
Skill Claude CodeCodex
Driving GitHub through the gh CLI — reading issues with comments, fetching PR reviews and inline review comments, replying inline via inreplyto, and the REST workaround for gh pr edit's missing OAuth scope. Load when reading or responding to GitHub issues and pull requests.
0xmichalis/agent-rules
Skill Claude CodeCodex
My Rust conventions — blank-line semantics, closure placement, shortest-clause-first conditionals, the deadcode comment rule, and sqlx/Diesel query practices. Load before writing or reviewing Rust.
0xmichalis/agent-rules
Skill Claude CodeCodex
Solana program security rules — account and discriminator validation, type cosplay, Anchor init/close pitfalls, PDA derivation and sharing, CPI reentrancy, checked arithmetic, and the attack cases to test. Load before writing, auditing or reviewing a Solana program or Anchor instruction.
0xmichalis/agent-rules
Skill Claude CodeCodex
My Solidity conventions and gotchas — named imports, interface/NatSpec standards, CEI and SafeERC20, the Uniswap v4 atomic pool-init pattern, assembly gas tricks, revert-bubbling, and testing standards. Load before writing or reviewing any .sol file.
0xmichalis/agent-rules
Skill Claude CodeCodex
Database index design rules for PostgreSQL, MySQL and SQL Server — composite column ordering, leftmost prefix, covering and INCLUDE columns, cardinality anti-patterns, write and memory cost, and periodic auditing. Load before creating, changing or auditing an index, or when diagnosing a slow query.
0xmichalis/agent-rules
Instructions file CodexOpenCode
AGENTS.md instructions for 0xmichalis/agent-rules, covering agent guidelines, communication, working agreement, verification and topic rules.