Skip to main content

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, not pip? anywhere-agents is a CLI tool with its own dependencies. Plain pip install either lands in the active venv (per-project, not per-machine) or hits PEP 668 / externally-managed-environment errors on modern Ubuntu / Debian / Homebrew Python. pipx gives 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-agents works equivalently.

What it does

Runs the shell bootstrap from the upstream repo in the current directory:

  • Fetches AGENTS.md and 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.py and 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+
  • bash on macOS/Linux, PowerShell (pwsh or powershell) on Windows
  • git available 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anywhere_agents-0.5.7.tar.gz (208.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

anywhere_agents-0.5.7-py3-none-any.whl (236.1 kB view details)

Uploaded Python 3

File details

Details for the file anywhere_agents-0.5.7.tar.gz.

File metadata

  • Download URL: anywhere_agents-0.5.7.tar.gz
  • Upload date:
  • Size: 208.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for anywhere_agents-0.5.7.tar.gz
Algorithm Hash digest
SHA256 418433a9853df3fdef60e37025056355ac75095731d986bf4f561a799b4d6946
MD5 1d0b7ba50fca114bd5b924af4820426e
BLAKE2b-256 02d458f834607d314424d724eb8a1aad6af656ec2c275271e30a57b376aa1b19

See more details on using hashes here.

File details

Details for the file anywhere_agents-0.5.7-py3-none-any.whl.

File metadata

  • Download URL: anywhere_agents-0.5.7-py3-none-any.whl
  • Upload date:
  • Size: 236.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for anywhere_agents-0.5.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f85fff863e822477b42bf936e382635d121f8745db266dbc47b4d783c16eec9f
MD5 41d460585e0be44294e3743273c05a85
BLAKE2b-256 85064be3aa805c3e78c34928e70331d9ab9a03f8ed2168d2b84a3d2cde226c12

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page