Auto-discovered marketplace from limitbreakinc/apptoken-skills
npx claudepluginhub limitbreakinc/apptoken-skillsCode generators and protocol knowledge for the Apptoken ecosystem. Generate Solidity contracts, Foundry scripts, and configuration for LBAMM (AMM with hooks), Transfer Validator (transfer policies), Payment Processor (NFT trading), TokenMaster (backed tokens), Wrapped Native (gas-efficient WETH replacement), PermitC (time-bound approvals and gasless transfers), and Creator Token Standards (ERC-20C, ERC-721C, ERC-1155C).
Claude Code skills for the Apptoken ecosystem — AI-assisted code generators and protocol knowledge bases covering Limit Break's Apptoken Standards and surrounding protocols. Generate ready-to-use Solidity contracts and Foundry scripts for LBAMM, Transfer Validator, TokenMaster, Payment Processor, Wrapped Native, PermitC, and Creator Token Standards.
npx skills add limitbreakinc/apptoken-skills
claude plugin marketplace add https://github.com/limitbreakinc/apptoken-skills
claude plugin install apptokens@apptoken-skills
Clone and use as a plugin directory:
git clone https://github.com/limitbreakinc/apptoken-skills.git
claude --plugin-dir /path/to/apptoken-skills
Or copy skills into your project:
cp -r /path/to/apptoken-skills/skills/ your-project/.claude/skills/
This repository contains 17 user-invocable skills (code generators) and 8 protocol knowledge bases spanning 7 protocol areas. Skills are invoked in Claude Code with a / prefix (e.g., /lbamm-pool).
| Category | Skills | Description |
|---|---|---|
| Apptoken | apptoken-general, /apptoken-designer | Foundation knowledge + design assistant that maps your idea to protocols and skills |
| LBAMM | 11 skills | Limit Break AMM — modular DEX with pluggable pool types and multi-tier hook system |
| Transfer Validator | 2 skills | Modular transfer validation with composable rulesets and list management |
| TokenMaster | 4 skills | Fungible token protocol for onchain consumer economies |
| Payment Processor | 3 skills | Peer-to-peer NFT trading with mandatory royalty enforcement |
| Wrapped Native | 2 skills | Gas-efficient WETH9 replacement with deterministic cross-chain deployment, permits, and payable ERC-20 |
| PermitC | 1 skill | Time-bound token approval system used across Payment Processor, LBAMM, and TokenMaster |
"I want to launch an apptoken" — Start with /apptoken-designer and describe what you want. It maps your requirements to protocols and tells you which skills to use.
"I need to integrate with a specific protocol" — Jump directly to the relevant generator skill.
"I have a question about how something works" — Just ask. Knowledge base skills load automatically.
| Skill | Type | Description |
|---|---|---|
lbamm-protocol | Knowledge base | Architecture, interfaces, pool types, hooks, fees, execution model |
/lbamm-pool | Generator | Pool creation code for Dynamic, Fixed, and Single Provider pools |
/lbamm-integrator | Generator | DEX integration contracts (routers, aggregators, frontends) |
/lbamm-token-hook | Generator | ILimitBreakAMMTokenHook implementations with 10 configurable flags |
/lbamm-pool-hook | Generator | ILimitBreakAMMPoolHook implementations (dynamic fees, access control) |
/lbamm-position-hook | Generator | ILimitBreakAMMLiquidityHook implementations (time locks, LP gating, deposit fees) |
/lbamm-standard-hook | Generator | AMM Standard Hook configuration via Creator Hook Settings Registry |
lbamm-handler-protocol | Knowledge base | Transfer handler architecture, custom handler development |
/lbamm-permit-handler | Generator | PermitTransferHandler integration — gasless swaps via EIP-712 permits |
/lbamm-clob | Generator | CLOBTransferHandler integration — on-chain limit order book |
/lbamm-test | Generator | Foundry test suites following LBAMM test patterns |
| Skill | Type | Description |
|---|---|---|
transfer-validator-protocol | Knowledge base | V5 modular rulesets, list management, validation logic |
/transfer-validator-config | Generator | Configuration scripts — rulesets, lists, whitelisting, account freezing |
Rulesets: Whitelist, Vanilla, Soulbound, Blacklist
| Skill | Type | Description |
|---|---|---|
tokenmaster-protocol | Knowledge base | Architecture, data structures, pool types, fee distribution |
/tokenmaster-deployer | Generator | Token deployment scripts with pool type selection and deterministic addressing |
/tokenmaster-integrator | Generator | Transaction integration code — buy, sell, spend flows with EIP-712 signing |
/tokenmaster-hook | Generator | Buy, sell, and spend hook contracts |
Pool Types: Standard (flexible tokenomics), Stable (fixed price), Promotional (no market value)
| Skill | Type | Description |
|---|---|---|
payment-processor-protocol | Knowledge base | V3 NFT trading architecture, data structures, fee model |
/payment-processor-creator | Generator | Creator configuration — payment settings, pricing, royalties, trusted channels |
/payment-processor-exchange | Generator | Exchange integration — EIP-712 signing, order filling, PermitC, bulk orders |
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search