ワンクリックで
tokenmaster-deployer
Generate TokenMaster token deployment scripts -- pool type selection, parameter construction, deterministic addressing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate TokenMaster token deployment scripts -- pool type selection, parameter construction, deterministic addressing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design an apptoken -- map high-level requirements to protocols, configuration steps, and implementation skills
Apptoken ecosystem knowledge -- token standards (ERC-721C, ERC-1155C, ERC-20C), apptoken categories, cross-protocol integration patterns. Use this skill whenever the user asks about apptokens, Creator Token Standards, ERC-20C/ERC-721C/ERC-1155C, Limit Break tokens, cross-protocol integration, or how the apptoken ecosystem fits together.
Generate integration code for the LBAMM CLOBTransferHandler -- on-chain limit order book with maker deposits, FIFO order filling, and price-linked lists. Generates Foundry scripts for maker flows (deposit, open/close orders, withdraw) and taker flows (filling orders through AMM swaps). Use this skill whenever the user asks about LBAMM CLOB, on-chain order books, limit orders on LBAMM, maker/taker flows, CLOB deposits, or filling CLOB orders.
LBAMM transfer handler architecture -- how transfer handlers work during swap settlement, the ILimitBreakAMMTransferHandler interface, executor validation hooks, callback patterns, and custom handler development. Use this skill whenever the user asks about LBAMM transfer handlers, swap settlement, ammHandleTransfer, custom settlement logic, ITransferHandlerExecutorValidation, how swaps use transfer data, or writing a custom handler contract.
Generate DEX integration contracts that call LBAMM
Generate integration code for the LBAMM PermitTransferHandler -- gasless swap execution via EIP-712 signed permits with optional cosigner. Generates Foundry scripts, signing code, and transferData encoding for fill-or-kill and partial fill permit swaps.
| name | tokenmaster-deployer |
| description | Generate TokenMaster token deployment scripts -- pool type selection, parameter construction, deterministic addressing |
| user-invocable | true |
| disable-model-invocation | true |
| argument-hint | [description of token requirements - pool type, paired token, pricing, fees] |
Generate deployment scripts for TokenMaster tokens.
Before generating code, check the user's project is configured:
foundry.toml must exist. If not: forge initlib/tm-tokenmaster/ must exist. If not: forge install limitbreakinc/tm-tokenmasterremappings.txt needs @limitbreak/tm-tokenmaster/=lib/tm-tokenmaster/. Append if missing -- do not overwrite existing entries.apptoken-dev to bootstrap an Anvil node with all Apptoken protocols at their deterministic addresses -- see apptoken-general/references/project-setup.md.factory.computeDeploymentAddress()router.deployToken()references/deployment-workflow.md -- Step-by-step deployment with code examplesreferences/pool-configuration.md -- Pool-specific parameter constructiontokenmaster-protocoladdress(0) for pairedToken without sending msg.value -- native token pairing requires ETH depositDEPLOYMENT_TYPEHASH only covers 5 fields (not poolParams or maxInfrastructureFeeBPS) -- don't assume the signer covers pool configurationtransferCreatorShareToMarket -- it reverts with TokenMasterERC20__OperationNotSupportedByPool()setTokenAllowedTrustedChannel exists on the Router but is NOT in ITokenMasterRouter.sol -- use the concrete type for ABI encoding