What problem does it solve?
This Skill removes the need for builders to manually reimplement standard fungible token logic from scratch when developing Gear/Vara Sails applications, eliminating redundant work and reducing the risk of implementation errors for common token functionality.
Core Features & Use Cases
- Crate Selection Guidance: Helps builders choose the minimal, appropriate awesome-sails token crate stack (base VFT, metadata, admin, extensions, etc.) to avoid unnecessary bloat.
- Scoping and Planning Tools: Provides checklists to define token intent, deployment shape, role models, and event requirements before implementation starts.
- Test Coverage Support: Includes a comprehensive gtest matrix to ensure all enabled token mutation paths, privileged flows, and event emissions are properly verified.
- Use Case Example: A builder adding a transferable reward token to a Sails app can use this Skill to select the base VFT + metadata crate, define admin roles, and generate the required test cases without building core token logic from scratch.
Quick Start
Use the awesome-sails-vft skill to scope your fungible token requirements, select the correct awesome-sails crate stack, and implement production-ready token functionality for your Gear/Vara Sails application.