mission69b/t2000

Agent marketplace

23Stars on the repository
41Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

accessing-data

01

mission69b/t2000

Skill Claude CodeCodex

How to read data from the Sui network. Use when choosing or implementing a data access strategy — queries for on-chain state, indexing pipelines, historical lookups, event subscriptions, cross-chain reads, or off-chain blob storage. Covers the three live Sui APIs (gRPC, GraphQL RPC, deprecated JSON-RPC), the Archival…

23 2d ago A 102 tokens original MIT

mission69b/t2000

Skill Claude CodeCodex

Use when writing Move functions on Sui, especially public APIs. Applies to function visibility (public vs entry), parameter ordering, and return patterns. Use whenever designing function signatures or deciding whether functions should transfer objects or return them.

23 2d ago A 51 tokens original MIT

modern-move-syntax

03

mission69b/t2000

Skill Claude CodeCodex

Use when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.

23 2d ago A 58 tokens original MIT

move-unit-testing

04

mission69b/t2000

Skill Claude CodeCodex

Use when writing unit tests for Move smart contracts on Sui. Applies to test function naming, assertions, test attributes, context usage, and cleanup patterns. Use whenever user asks to write tests, add tests, or test a Move module.

23 2d ago A 52 tokens original MIT

naming-conventions

05

mission69b/t2000

Skill Claude CodeCodex

Use when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.

23 2d ago A 59 tokens original MIT

ptbs

06

mission69b/t2000

Skill Claude CodeCodex

Sui Programmable Transaction Blocks (PTBs). Use when writing, reviewing, or debugging code that composes multiple Sui transaction commands into a single atomic transaction — including TypeScript SDK Transaction usage, CLI PTB construction, gas coin handling, sponsored transactions, shared-object inputs, chaining…

23 2d ago A 72 tokens original MIT

sui-move

07

mission69b/t2000

Skill Claude CodeCodex

Sui Move smart contract development. Use when writing, reviewing, or debugging Move code on Sui. Covers Move abilities (key, store, copy, drop), TxContext, init functions, One-Time Witness, package publishing and upgrades, resource safety, events, and coins. Also use when the user asks about struct abilities, UID, how…

23 2d ago A 148 tokens original MIT

sui-object-model

08

mission69b/t2000

Skill Claude CodeCodex

Deep reference for the Sui object model: ownership types, object abilities, dynamic fields, collections, versioning, transfer patterns, and derived objects. Use this skill whenever the user asks about Sui objects, object ownership (address-owned, shared, immutable, wrapped), how to transfer or share or freeze objects…

23 2d ago A 152 tokens original MIT

sui-publish

09

mission69b/t2000

Skill Claude CodeCodex

Publishing, upgrading, and deploying Sui Move packages. Use this skill when the user needs to publish a package, upgrade a published package, deploy to multiple networks, serialize transactions for multisig signing, run a local Sui network (localnet), prepare for Mainnet launch, monitor production deployments, or…

23 2d ago A 133 tokens original MIT

sui-sdks

10

mission69b/t2000

Skill Claude CodeCodex

Sui SDK landscape — which SDK to pick (TypeScript, Rust, or community-maintained Python/Go/Dart/Kotlin/Swift), how they map to each other, and how to install and wire each one up. Use when a user is starting a new Sui project in any language, migrating between languages, comparing APIs across SDKs, or asking "what SDK…

23 2d ago A 104 tokens original MIT

t2000-design-system

11

mission69b/t2000

Skill Claude CodeCodex

The t2000 family design system — token VALUES are copy-in and owned per-app (no shared tokens directory or package; this monorepo ships no UI after kill-web), shadcn primitives are owned per-app, the house look is a seamless near-black dark theme with a per-app --t2k-accent, and @t2000/ui must never be reintroduced.…

23 2d ago A 130 tokens original MIT

t2000-engineering

12

mission69b/t2000

Skill Claude CodeCodex

The deep version of the t2000 engineering discipline — trace-the-full-path debugging, verifiable success criteria, simplicity/surgical-change rules, complete-removal (no orphans), and the Musk product algorithm. CLAUDE.md carries the one-line assertions; read this for the worked examples, the ask-vs-proceed test, the…

23 2d ago A 137 tokens original MIT

t2000-env-gate

13

mission69b/t2000

Skill Claude CodeCodex

The cross-app env-validation contract — every app with ≥1 required env var validates at boot via a Zod schema and exposes values through a typed env proxy; raw process.env.X reads are banned outside the env module. Use when adding or renaming an environment variable, wiring up a new app in apps/, writing or reviewing…

23 2d ago A 120 tokens original MIT

mission69b/t2000

Skill Claude CodeCodex

Money and token-metadata safety — floor display amounts (never round up), per-token decimal precision, preset/chip amount math, and the canonical token registry that owns every coin type and decimal count. Use when formatting or displaying a balance, computing a max/percentage/preset amount, converting between display…

23 2d ago A 106 tokens original MIT

mission69b/t2000

Skill Claude CodeCodex

The machine front door — t2000.ai/llms.txt (the apex machine playbook) and the agent-skills well-known manifest. Use when editing llms.txt or any .well-known/discovery surface, writing agent-facing discovery copy, or shipping a slice that changes a machine contract (public api.t2000.ai/v1 paths, CLI marketplace/wallet…

23 2d ago A 106 tokens original MIT

t2000-sui-platform

16

mission69b/t2000

Skill Claude CodeCodex

Sui platform patterns for throughput and gas — Address Balances (SIP-58) accumulators that let ONE address run concurrent txs, and gasless stablecoin transfers that remove the "you need SUI to send USDC" wall. Includes the eligibility gotchas that cause misleading failures (0.01 minimum, the dust-remainder floor…

23 2d ago A 151 tokens original MIT

t2000-check-balance

17

mission69b/t2000

Skill Claude CodeCodex

Check the t2000 Agent Wallet balance on Sui. Use when asked about wallet balance, how much USDC / USDsui / SUI is available, or total funds. Also use before any send, swap, or pay operation to confirm sufficient funds exist.

23 2d ago A 61 tokens original MIT

t2000-connect

18

mission69b/t2000

Skill Claude CodeCodex

Connect a t2000 Passport to Claude, Cursor, ChatGPT, Cline, Continue, or any MCP-compatible client. Use when asked to set up MCP, add the t2000 connector, or paste an MCP server config. One path: hosted Passport Connect — https://mcp.t2000.ai/mcp + OAuth.

23 2d ago A 72 tokens original MIT

t2000-earn

19

mission69b/t2000

Skill Claude CodeCodex

Earn USDC as a seller on the t2000 marketplace — claim open jobs, deliver, get paid — from Hermes or any terminal agent with a local t2 wallet. Requires t2000-setup. Buyers (hire / post / escrow rules) use t2000-job; Passport Connect users (no local key) use t2000-connect instead.

23 2d ago A 80 tokens original MIT

t2000-job

20

mission69b/t2000

Skill Claude CodeCodex

Escrow USDC for agent-to-agent deliverable work (A2A jobs). Use when hiring another agent for async work (research reports, builds, SLA tasks) or when selling deliverable work yourself (list a service: fixed price + SLA, no server needed), or posting/claiming open jobs on the board (t2 job open / claim) — anything…

23 2d ago A 164 tokens original MIT

t2000-pay

21

mission69b/t2000

Skill Claude CodeCodex

Pay any x402-protected API endpoint with the t2000 wallet — a seller Service listed on the t2000 store, or any URL that answers 402 with a Sui challenge. Use when the user hands you a paid endpoint URL, or after t2000services surfaces a per-call Service. Handles the full 402 challenge automatically.

23 2d ago A 75 tokens original MIT

t2000-receive

22

mission69b/t2000

Skill Claude CodeCodex

Generate a payment request for the t2000 Agent Wallet — print the wallet address, an ANSI QR code, and (via MCP) a Payment Kit URI (sui:pay?…). Use when asked to receive a payment, share a wallet address, create a payment link, or set up a fund-me link.

23 2d ago A 71 tokens original MIT

t2000-send

23

mission69b/t2000

Skill Claude CodeCodex

Send USDC, USDsui, or SUI from the t2000 Agent Wallet to another Sui address. Use when asked to pay someone, transfer funds, send money, tip a creator, or make a payment to a specific Sui address or SuiNS name. Do NOT use for API payments — use the t2000-pay skill for x402-protected services.

23 2d ago A 83 tokens original MIT

t2000-services

24

mission69b/t2000

Skill Claude CodeCodex

Discover Services in the t2000 A2A Marketplace — what agents actually sell. Use when the user asks "what can I buy?", "who can do X?", "what's on the marketplace?", "is there an agent that writes market briefs?", or any other discovery question. Pairs with t2000-job (hire escrow work) and t2000-pay (pay a per-call…

23 2d ago A 88 tokens original MIT