Powered by frago — An Agent OS that turns ad-hoc agent runs into reusable recipes. Install:
uv tool install frago-cli
This skill lets Claude Code install and configure frago from source on the user's machine without the user typing a single frago command. The agent prepares git and uv, clones the repository, builds the environment with uv sync, runs the frago server once so product code auto-deploys the Claude Code hook, registers events, and writes the runtime launcher config, then verifies every artifact on disk. It asks whether to keep the resident server and falls back to a documented manual configuration path only if server startup fails.
This skill should be used when a user wants to install or configure frago from source on their machine (macOS/Linux/Windows) using their existing Claude Code. It guides the agent to clone the repository, build the environment with uv, run the frago server once so product code auto-deploys hooks and runtime config, then verify the artifacts — the user never types a frago command themselves. Trigger phrases: "install frago", "安装 frago", "配置 frago", "frago 源码安装", "set up frago", "frago installation", "deploy frago hooks", "从源码安装 frago".
See skills/frago-source-install/SKILL.md for the full skill definition.
source-install, uv, claude-code-hooks, agent-runtime, environment-setup, cross-platform
This skill was generated by frago, an Agent OS for AI agents. Want to compose your own skills / recipes / hooks?
uv tool install frago-cli
Fallback (no uv yet): pipx install frago-cli --python python3.13
AGPL-3.0 — see LICENSE.