by Bil0000
A blank, working source of truth for Claude Code and Codex across macOS and Linux.
# Add to your Claude Code skills
git clone https://github.com/Bil0000/agents-fleetagents-fleet is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Bil0000. A blank, working source of truth for Claude Code and Codex across macOS and Linux. It has 50 GitHub stars.
agents-fleet's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Bil0000/agents-fleet" and add it to your Claude Code skills directory (see the Installation section above).
agents-fleet is primarily written in Python. It is open-source under Bil0000 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agents-fleet against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
A blank, working source of truth for Claude Code and Codex across macOS and Linux.
Fleet keeps your own rules, settings, skills, commands, hooks, plugins, MCP servers, secrets, updates, and Claude-Mem setup consistent. This repository contains the engine and empty folders. It does not contain my own configuration.
Do not fork this repository. A fork of a public repository is public. Your Fleet will contain personal rules and device details.
origin must point to your repository, not Bil0000/agents-fleet.Set up this Agents Fleet in the repository I own. Before writing anything, verify that git remote get-url origin does not point to Bil0000/agents-fleet. Read SETUP_WITH_AN_AGENT.md in full and continue until every required check passes. Start with one device and local Claude-Mem unless I tell you that I have more devices. Preserve my current setup. Never put secrets, OAuth state, databases, or session history in Git.
The agent will back up your current setup, fill only the files you choose, install Claude-Mem, push to your private repository, wait for the checks, apply Fleet, and enable updates. The full contract is in SETUP_WITH_AN_AGENT.md.
If you do not want a GitHub repository, run git remote remove origin in a local clone and use manual apply. Automatic cross-device updates need your own remote repository.
rules/ shared, Claude-only, and Codex-only rules
settings/ safe client settings
skills/ shared skills
commands/ slash commands and prompts
hooks/ shared hook scripts
hosts/ one private overlay per device
mcp/ matching Claude and Codex MCP manifests
plugins.json shared plugin manifest
memory.example.toml optional shared-memory example
All user-owned files start empty. Add only what you want Fleet to manage.
main.live branch.live every minute and applies it safely.GitHub cannot directly enter devices behind a firewall. The one-minute poll gives the same result without opening an inbound port.
Your repository is independent from this template. Future template changes do not enter your Fleet automatically.
Run an update now:
~/.local/bin/fleet update
Inspect local additions:
~/.local/bin/fleet scan
fleet apply --dry-run shows targets before a write.systemd-creds on Linux../bin/fleet check
./bin/fleet apply --dry-run --host HOST
./bin/fleet apply --host HOST
~/.local/bin/fleet status --host HOST
~/.local/bin/fleet enable-updates
~/.local/bin/fleet update --host HOST
~/.local/bin/fleet scan --host HOST
~/.local/bin/fleet rollback
~/.local/bin/fleet auth set SECRET_NAME
systemd-creds and passwordless sudo -n for Fleet-managed secrets on Linux