Install the anywhere-agents AI agent config (AGENTS.md, skills, guard hook, settings) into any project.
Project description
anywhere-agents
Install the anywhere-agents AI agent config into any project, in one command.
pipx install anywhere-agents
anywhere-agents # bootstrap shared config + hooks + settings
anywhere-agents pack add <pack-repo-url> # add a pack (one-shot: fetch, install, deploy)
Or zero-install for one-off bootstrap:
pipx run anywhere-agents
Why
pipx, notpip?anywhere-agentsis a CLI tool with its own dependencies. Plainpip installeither lands in the active venv (per-project, not per-machine) or hits PEP 668 /externally-managed-environmenterrors on modern Ubuntu / Debian / Homebrew Python.pipxgives each CLI tool its own isolated venv and exposes the binary on PATH globally; it is the PyPA-recommended approach for Python CLI applications.uv tool install anywhere-agentsworks equivalently.
What it does
Runs the shell bootstrap from the upstream repo in the current directory:
- Fetches
AGENTS.mdand replaces the local copy - Sparse-clones the upstream repo into
.agent-config/ - Syncs the shipped skills (
implement-review,my-router) and their Claude Code command pointers - Deep-merges project-level
.claude/settings.json - Deploys the safety guard hook to
~/.claude/hooks/guard.pyand merges user-level permissions - Adds
.agent-config/to.gitignore
Bootstrap logic lives in the shell bootstrap scripts at yzhao062/anywhere-agents/bootstrap/; the Python CLI invokes them so that agents and users in a Python-first workflow can run the same mechanism without reaching for curl. Pack management (pack add | remove | verify | list | update) and uninstall are implemented directly in the Python CLI.
Options
anywhere-agents # run bootstrap in cwd (default)
anywhere-agents --dry-run # print what would happen without fetching or executing
anywhere-agents --version
Requirements
- Python 3.9+
bashon macOS/Linux, PowerShell (pwshorpowershell) on Windowsgitavailable on PATH (used by the bootstrap scripts to sparse-clone the upstream repo)
Documentation and source
The real content lives in the GitHub repo: https://github.com/yzhao062/anywhere-agents
License
Apache 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anywhere_agents-0.5.5.tar.gz.
File metadata
- Download URL: anywhere_agents-0.5.5.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ebfc0f3a17b9752664e10b23f9fabfb07432b4cc4effa6e2a45e1946cb69994
|
|
| MD5 |
ccbf635d8b2f1ec52f8daa17eb5652d5
|
|
| BLAKE2b-256 |
a8ee17e483f6a834d6cf2e91620de565db4d4114ef6c6951f1875223145541f5
|
File details
Details for the file anywhere_agents-0.5.5-py3-none-any.whl.
File metadata
- Download URL: anywhere_agents-0.5.5-py3-none-any.whl
- Upload date:
- Size: 59.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f36159f7e8531c2c824d24304b0ea96259550aa07d4a4ffd4fee2dab237727
|
|
| MD5 |
13dd286c8cca4a2d9022bab84e51210d
|
|
| BLAKE2b-256 |
2d8ae4384a253f111a819c59e74e3f78f2e004bdfc5dea030b7ea8542db973e8
|