Agent skill
fft-farm-bootstrap
Bootstrap farm mode in demo or production, including Home Assistant startup, token onboarding, env wiring, and handoff to onboarding/validation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/fft-farm-bootstrap
SKILL.md
FFT Farm Bootstrap
Use this skill when a user wants first-time farm setup to be frictionless.
Guardrails
- Never run destructive git commands unless explicitly requested.
- Preserve unrelated worktree changes.
- Do not expose tokens in logs or chat responses.
Workflow
- Run:
./scripts/farm-bootstrap.sh --mode demo- or
./scripts/farm-bootstrap.sh --mode production
- If mode is production, bootstrap will hand off to onboarding + validation scripts.
- Confirm
.envhas:FARM_MODEFARM_PROFILE_PATHFARM_STATE_ENABLED=trueHA_URL,HA_TOKEN,FFT_DASHBOARD_REPO_PATH
Notes
- Home Assistant stack is Docker/Compose-based.
- FFT_nano agent runtime remains Apple Container/Docker auto detection.
- Browser-assisted token generation is expected.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?