Instructions file CodexOpenCode
AGENTS.md instructions for conflux-fans/conflux-skills, covering repository guidance, skill scope, writing rules and review checklist.
Instructions file CodexOpenCode
AGENTS.md instructions for conflux-fans/conflux-skills, covering repository guidance, skill scope, writing rules and review checklist.
Skill Claude CodeCodex
Core Space RPC guidance for read/write flows, cfx method selection, internal contracts, transaction debugging, and safe send defaults. Use when users work with Conflux Core Space JSON-RPC, js-conflux-sdk, cast rpc cfx, or Core internal contracts such as SponsorWhitelistControl/Staking/AdminControl.
Skill Claude CodeCodex
Build, deploy, verify smart contracts and integrate apps with Conflux eSpace. Use when creating or modifying Conflux dApps, deploying contracts, or verifying contracts on ConfluxScan.
Skill Claude CodeCodex
Points to official Conflux documentation — key concepts, eSpace/Core Space, RPC, deployment, and developer guides. Use when the user asks about Conflux, deployment, RPC, addresses, or needs reliable doc links.
Skill Claude CodeCodex
Use EIP-6963 multi-wallet discovery (not window.ethereum) when generating or editing dApp frontend wallet connect code. Apply to any EVM dApp, especially Conflux eSpace + React/Vite + viem/ethers.
Skill Claude CodeCodex
Create or update pytest-based integration tests for conflux-rust, including adding new test modules under integrationtests/tests, using ConfluxTestFramework and pytest fixtures (network, cw3/ew3, accounts, internalcontracts), customizing frameworkclass and fixtures, and running/debugging tests with pytest and xdist…
Skill Claude CodeCodex
Read-only Conflux eSpace queries — transactions, receipts, balances, contract state via RPC and ConfluxScan API. Use when analyzing tx failure/stuck, checking balances, or inspecting chain state. No private keys or sending txs.