float
Installation
SKILL.md
Float Resource Planning
Interact with Float.com to plan team members on projects via the Float API v3.
Prerequisites
The Float API key must be set as an environment variable. Check:
echo $FLOAT_API_KEY
If not set, the Account Owner can find the API key in Float under Team Settings > Integrations. Ask the user to set it:
export FLOAT_API_KEY="your-api-key-here"
Or add it to their shell profile for persistence.