Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

apptoken-skills

apptoken-skills enthält 25 gesammelte Skills von limitbreakinc, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
25
Stars
6
aktualisiert
2026-03-09
Forks
3
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

apptoken-designer
Softwareentwickler

Design an apptoken -- map high-level requirements to protocols, configuration steps, and implementation skills

2026-03-09
apptoken-general
Softwareentwickler

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.

2026-03-09
lbamm-clob
Softwareentwickler

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.

2026-03-09
lbamm-handler-protocol
Softwareentwickler

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.

2026-03-09
lbamm-integrator
Softwareentwickler

Generate DEX integration contracts that call LBAMM

2026-03-09
lbamm-permit-handler
Softwareentwickler

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.

2026-03-09
lbamm-pool-hook
Softwareentwickler

Generate complete ILimitBreakAMMPoolHook Solidity implementations

2026-03-09
lbamm-pool
Softwareentwickler

Generate pool creation code for Dynamic, Fixed, and Single Provider pools

2026-03-09
lbamm-position-hook
Softwareentwickler

Generate complete ILimitBreakAMMLiquidityHook Solidity implementations for per-position liquidity policies

2026-03-09
lbamm-protocol
Softwareentwickler

LBAMM protocol background knowledge -- architecture, interfaces, pool types, hooks, fees, and execution model. Use this skill whenever the user asks about LBAMM, Limit Break AMM, AMM hooks, swap mechanics, liquidity pools, pool types, token hooks, pool hooks, or any Solidity code that imports from @limitbreak/lbamm-core.

2026-03-09
lbamm-standard-hook
Softwareentwickler

Configure AMM Standard Hook via Creator Hook Settings Registry

2026-03-09
lbamm-test
Softwarequalitätssicherungsanalysten und -tester

Generate Foundry test suites following LBAMM test patterns

2026-03-09
lbamm-token-hook
Softwareentwickler

Generate complete ILimitBreakAMMTokenHook Solidity implementations

2026-03-09
payment-processor-creator
Softwareentwickler

Generate Payment Processor V3 creator configuration for NFT marketplace settings -- payment methods, pricing constraints, royalties, trusted channels. Use when setting up an ERC-721 or ERC-1155 collection for trading.

2026-03-09
payment-processor-exchange
Softwareentwickler

Generate NFT marketplace exchange integration code using Payment Processor V3 -- order signing, listing and buying NFTs, accepting offers, calldata encoding, filling, sweeping collections, cancellation, PermitC. Use for any ERC-721 or ERC-1155 buy/sell/trade flow.

2026-03-09
payment-processor-protocol
Softwareentwickler

Payment Processor V3 background knowledge -- the NFT marketplace protocol for buying, selling, and trading ERC-721 and ERC-1155 tokens. Covers architecture, data structures, fee model, events. Use this skill whenever the user asks about NFT trading, NFT marketplaces, buying or selling NFTs, listing NFTs for sale, making offers on NFTs, sweeping collections, royalty enforcement, EIP-712 order signing, creator payment settings, or any code referencing Payment Processor at 0x9a1D00000000fC540e2000560054812452eB5366. Payment Processor is the marketplace layer for NFTs -- LBAMM and CLOB are for ERC-20C fungible tokens, not NFTs.

2026-03-09
permitc-protocol
Softwareentwickler

PermitC protocol knowledge -- time-bound token approvals, signature-based transfers, order fills, nonce management, and EIP-712 signing. Use this skill whenever the user asks about PermitC, permit transfers, time-bound approvals, gasless token transfers, signature-based token approvals, permit nonces, lockdown, or any Solidity code that imports from @permitC or references PermitC/IPermitC.

2026-03-09
tokenmaster-deployer
Softwareentwickler

Generate TokenMaster token deployment scripts -- pool type selection, parameter construction, deterministic addressing

2026-03-09
tokenmaster-hook
Softwareentwickler

Generate TokenMaster hook contracts -- buy hooks, sell hooks, spend hooks for advanced order post-execution logic

2026-03-09
tokenmaster-integrator
Softwareentwickler

Generate TokenMaster transaction integration code -- buy/sell/spend flows, advanced orders, EIP-712 signing, oracles

2026-03-09
tokenmaster-protocol
Softwareentwickler

TokenMaster background knowledge -- architecture, data structures, pool types, fee distribution, events. Use this skill whenever the user asks about TokenMaster, backed tokens, bonding curves, token pools (Standard/Stable/Promotional), buy/sell/spend flows, or any code referencing the TokenMaster Router at 0x0E00009d00d1000069ed00A908e00081F5006008.

2026-03-09
transfer-validator-config
Softwareentwickler

Generate Transfer Validator V5 configuration scripts -- rulesets, lists, whitelisting, account freezing for Apptoken collections

2026-03-09
transfer-validator-protocol
Informationssicherheitsanalysten

Transfer Validator V5 background knowledge -- modular rulesets, list management, validation logic, security configurations. Use this skill whenever the user asks about transfer validation, operator whitelists, blacklists, soulbound tokens, OTC transfer rules, account freezing, or any code referencing the Transfer Validator at 0x721C008fdff27BF06E7E123956E2Fe03B63342e3.

2026-03-09
wrapped-native-integrator
Softwareentwickler

Generate Solidity contracts and scripts that integrate with Wrapped Native (WNATIVE)

2026-03-09
wrapped-native-protocol
Softwareentwickler

Wrapped Native (WNATIVE) protocol background knowledge -- architecture, interfaces, permits, gas benchmarks, and integration patterns. Use this skill whenever the user asks about Wrapped Native, WNATIVE, WETH replacement, native token wrapping, payable approve/transfer, depositTo, withdrawSplit, permitted withdrawals, gasless transfers, or any Solidity code that imports IWrappedNative or IWrappedNativeExtended, or references the address 0x6000030000842044000077551D00cfc6b4005900.

2026-03-09