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.
pip install anywhere-agents
anywhere-agents
Or zero-install:
pipx run anywhere-agents
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
All install logic lives in the shell bootstrap scripts at yzhao062/anywhere-agents/bootstrap/. This Python package is a thin CLI wrapper so that agents and users in a Python-first workflow can invoke the same mechanism without reaching for curl.
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.1.1.tar.gz.
File metadata
- Download URL: anywhere_agents-0.1.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdd4f5ab090116e5635d42cd19517df3a71b49e1ac628b6b2d14814d469c193c
|
|
| MD5 |
9de31e0184dd128c62c596dd090c6e30
|
|
| BLAKE2b-256 |
c29dbe2d24107cee9274ba6abac60d732fe58e405288256645e716d0bd037afc
|
File details
Details for the file anywhere_agents-0.1.1-py3-none-any.whl.
File metadata
- Download URL: anywhere_agents-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
04e32a51ddd738fe6c31aa3a43ea57c554f0ce97c74f284a8a99e66978ca2aff
|
|
| MD5 |
d986272a31f4321016db56d463943666
|
|
| BLAKE2b-256 |
6d4627edf6b5d9a2181f0ac86728e467af25fd88f8be8f980537ac9bed8246c1
|