Documentation Index
Fetch the complete documentation index at: https://docs.gofastskill.com/llms.txt
Use this file to discover all available pages before exploring further.
System Requirements
Before installing FastSkill, ensure your system meets these requirements:| Component | Minimum Version | Recommended |
|---|---|---|
| OS | macOS, Linux, or Windows | Latest stable release |
| Memory | 512MB | 2GB+ |
| Storage | 100MB | 500MB+ |
| OpenAI API Key | Optional | Required for embedding search / reindex with embeddings |
CLI Installation
Pick one method. Homebrew (macOS and Linux) and Scoop (Windows) stay updated with releases; use GitHub Releases or the install script if you prefer a standalone binary.- Homebrew (macOS & Linux)
- Scoop (Windows)
- Install script (Linux & macOS)
- GitHub Releases
Homebrew installs a pre-built Details and formula updates live in the gofastskill/homebrew-cli tap repository.
fastskill on both Apple Silicon and Intel Macs, and on Linux where the tap ships bottles.skills_directorysetting in.fastskill/config.yaml- Walk up directory tree to find existing
.claude/skills/ - Default to
.claude/skills/in current directory
- Declare skills in
skill-project.tomlat project root (with[dependencies]section) - Install with
fastskill install(use--without/--onlyfor groups) - Lockfile is written to
skills.lockat project root after installs - Repository configuration is stored in
[tool.fastskill.repositories]section ofskill-project.toml
Configuration
After installation, configure FastSkill by creating.fastskill/config.yaml:
.fastskill/config.yaml. Project-level configuration (skill dependencies and repositories) is stored in skill-project.toml at your project root.
Set your OpenAI API key:
Docker (optional)
If you run tools in containers, install the same release archive inside your image (see the Linux steps above) or copy thefastskill binary into a minimal base image. Mount your project directory and set OPENAI_API_KEY when you use embedding search.
Platform notes
macOS
- Recommended: Homebrew tab above (
brew install gofastskill/cli/fastskill) for both Apple Silicon and Intel. - Without Homebrew: use the GitHub Releases tab for
aarch64vsx86_64darwin archives, or the install script tab.
Linux
- Recommended: Homebrew on Linux if you already use it, otherwise the GitHub Releases tab (
gnuvsmuslper release notes) or the install script.
Windows
- Recommended: Scoop tab above.
- Without Scoop: download the zip from GitHub Releases, extract, add to PATH.
- WSL: install inside Ubuntu using the Linux or install-script options above.
Verify the CLI
skill-project.toml, try fastskill list or fastskill install from that directory.
Troubleshooting
Installation Issues
Installation Issues
Configuration Issues
Configuration Issues
Embedding configuration required: Create
.fastskill/config.yaml with OpenAI API configuration.OpenAI API key not found: Set
OPENAI_API_KEY environment variable or configure in .fastskill/config.yaml.Platform-Specific Problems
Platform-Specific Problems
Still having issues? Check the troubleshooting section.