Build with Flaunch. Use when the user wants to launch a token, build a launchpad, integrate the SDK or Web2 API, design a treasury manager, or create a manager-bound wrapper zap.
Use this as the top-level Flaunch router skill.
This skill exists so the repository has a single install target. It should quickly route to the smallest Flaunch skill that matches the user's task.
If the user wants the fastest path to launch a token with minimal decisions, use:
../skills/basic/token-creation/SKILL.mdDefault to this path for "launch a coin", "create a token", or similar requests.
If the user wants to build a launchpad and needs help choosing the right integration path, use:
../skills/basic/token-launchpad/SKILL.mdUse this first when the product scope is unclear.
If the user needs a backend-driven launch flow, async job polling, image upload, or manager creation through HTTP endpoints, use:
../skills/core/api/SKILL.mdIf the user is building in TypeScript, needs direct reads/writes, trade flows, liquidity flows, import flows, or event watchers, use:
../skills/core/sdk/SKILL.mdIf the user needs treasury-side behavior attached to launched tokens, use:
../skills/core/manager/SKILL.mdIf the user needs a custom manager contract or deeper protocol behavior, use:
../skills/advanced/manager-builder/SKILL.mdIf the user needs a launch flow that forces manager defaults through a wrapper zap, use:
../skills/advanced/manager-zap-wrapper/SKILL.mdThis folder is the public install target for the repository.
After this skill is installed, it can route into the existing Flaunch skill set without requiring users to install each sub-skill individually first.