AI Agent Skills
Apptoken Skills gives AI coding assistants deep, structured knowledge of the entire Apptoken ecosystem. Instead of pasting docs into context windows, install the skills once and your AI assistant can answer questions, generate integration code, and debug issues across all Apptoken protocols.
What's Included
The skill pack covers every major protocol in the ecosystem:
| Skill | What It Knows |
|---|---|
| Apptoken General | Token standards (ERC-20C, ERC-721C, ERC-1155C), ecosystem overview, cross-protocol patterns |
| Apptoken Designer | Maps high-level requirements to protocols, configuration steps, and implementation |
| Transfer Validator | Modular rulesets, operator whitelists/blacklists, soulbound tokens, account freezing |
| PermitC | Time-bound approvals, signature-based transfers, EIP-712 signing, nonce management |
| Payment Processor | NFT marketplace protocol — buying, selling, trading ERC-721/ERC-1155, royalty enforcement |
| TokenMaster | Bonding curves, token pools (Standard/Stable/Promotional), buy/sell/spend flows |
| LBAMM | AMM architecture, pool types, hooks, swap mechanics, liquidity management |
| LBAMM Transfer Handlers | Custom settlement logic, handler development, executor validation |
| Wrapped Native | WNATIVE wrapping/unwrapping, permits, gasless transfers, depositTo/withdrawSplit |
Installation
Skills CLI
npx skills add limitbreakinc/apptoken-skills
Claude Code Plugin
claude plugin marketplace add https://github.com/limitbreakinc/apptoken-skills
claude plugin install apptokens@apptoken-skills
Manual
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 directly into your project:
cp -r /path/to/apptoken-skills/skills/ your-project/.claude/skills/
Usage Examples
Once installed, your AI assistant can handle prompts like:
- "Set up an ERC-721C collection with a whitelist-only transfer policy"
- "Write a custom LBAMM hook that charges a dynamic fee based on volatility"
- "Configure Payment Processor royalty settings for my collection"
- "Deploy a TokenMaster stable pool with a 3% buy fee"
- "How do I freeze a compromised account using the Transfer Validator?"
The skills automatically activate based on context — no special syntax or commands needed.
Machine-Readable Docs
For lightweight integrations or custom AI tooling, raw reference files are also available:
- llms.txt — compact index for tooling and quick lookups
- llms-full.txt — expanded context for deeper answers
These are useful when building your own agent workflows or when you need a single reference file rather than the full skill pack.
