subxt
01Settings file Claude Code
Agent settings declaring 1 allowed tools.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
paritytech/polkadot-ios-community
Plugin Claude Code
Project-local marketplace for PolkadotApp workflow plugins.
paritytech/polkadot-ios-community
Skill Claude CodeCodex
Design implementation plan for non-trivial changes. Loads relevant architecture docs, asks clarifying questions, and produces a PLAN.md.
paritytech/polkadot-ios-community
Skill Claude CodeCodex
Generate a well-structured commit message from staged changes.
paritytech/polkadot-ios-community
Skill Claude CodeCodex
Implement changes following an existing PLAN.md. Validates scope, writes code, and self-reviews before handoff.
paritytech/polkadot-ios-community
Skill Claude CodeCodex
Review a PR or diff against architecture and code checklists. Produces a verdict with blocking/major/minor findings.
paritytech/polkadot-ios-community
Settings file Claude Code
Polkadot iOS user-agent prototype.
paritytech/polkadot-ios-community
Instructions file
Claude Code instructions for paritytech/polkadot-ios-community, covering claude.md, project overview, key technologies, build commands and brand configuration.
Instructions file CodexOpenCode
Instructions for paritytech/playground-cli, covering agents.md, project overview, commands, verification before committing and repository conventions.
Instructions file
Instructions for paritytech/playground-cli, covering claude.md, verification before committing, non-obvious invariants, dependency pins / lockfile and network / env.
Instructions file
Instructions for paritytech/polkadot-apps, covering claude.md, quick reference, key conventions, descriptors and chain client.
Skill Claude CodeCodex
End-to-end scaffolding and implementation of Polkadot applications using @polkadot-apps packages. Use when: creating a new Polkadot project, building a dApp, scaffolding chain interactions, choosing which @polkadot-apps packages to install, or when a user says "build me a Polkadot app". Handles both developer-guided…
Skill Claude CodeCodex
Use when uploading or retrieving data on the Polkadot Bulletin Chain, working with CID-based decentralized storage, IPFS gateway access, or the BulletinClient SDK. Covers upload, batch upload, fetch, query, CID computation, and gateway utilities.
Skill Claude CodeCodex
Connect to Polkadot chains (Asset Hub, Bulletin, Individuality) using typed APIs from @polkadot-apps/chain-client and @polkadot-apps/descriptors.
Skill Claude CodeCodex
Interact with smart contracts (Solidity and ink!) on Polkadot Asset Hub. Use when: reading contract state, submitting contract transactions, integrating CDM-managed contracts via cdm.json, or working with raw contract ABIs. Covers @polkadot-apps/contracts (ContractManager, createContract, codegen).
Skill Claude CodeCodex
Use when publishing or subscribing to ephemeral messages on the Polkadot Statement Store. Covers StatementStoreClient lifecycle, two connection modes (host and local), topic/channel creation, ChannelStore last-write-wins semantics, data size limits, and StatementTransport BYOD.
Skill Claude CodeCodex
Submit transactions, connect wallets, manage signers, and handle keys in polkadot-apps. Use when: submitting transactions, connecting browser wallet extensions (Talisman, Polkadot.js, SubWallet), integrating Host API signing (Polkadot Desktop/Mobile), managing multi-provider wallet accounts, deriving keys, or creating…
Skill Claude CodeCodex
Use when working with Polkadot address encoding, SS58, H160, EVM address conversion, cryptographic encryption (AES, ChaCha, NaCl, HKDF), byte encoding/decoding, token formatting (planck), key-value storage, or structured logging in @polkadot-apps packages. Covers address, crypto, utils, storage, and logger utilities.