# faros skills

Install agent skills from the faros repository into Claude Code and Codex

Source: https://faros.sh/docs/reference/cli/commands/skills/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

## Synopsis

Fetch the skills/ directory of github.com/faroshq/faros (or another
repository with the same layout) and install each skill where Claude Code
and Codex discover them:

```bash
Claude Code   ~/.claude/skills/<name>   (--scope user, the default)
              .claude/skills/<name>    (--scope project)
Codex         ~/.agents/skills/<name>
              .agents/skills/<name>
```

The skills are read from GitHub at install time, so you always get the
current main branch (or the --ref you name) regardless of the CLI version.
Re-run install to update. Directories that faros installed are replaced;
directories you wrote yourself are left alone unless you pass --force.

Skills load when an agent session starts, so restart Claude Code or Codex
after installing.

## Options

```text
  -h, --help   help for skills
```

## Inherited options

```text
      --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
      --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)
```

## See also

- [faros](https://faros.sh/docs/reference/cli/commands/) — faros: an open-source control plane for platform teams
- [faros skills install](https://faros.sh/docs/reference/cli/commands/skills-install/) — Install skills for Claude Code and Codex (all skills by default)
- [faros skills list](https://faros.sh/docs/reference/cli/commands/skills-list/) — List the skills available in the repository
