anywhere-agents
Shared config, skills, and review loops for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install anywhere-agents?โผ
Run `npx skills add yzhao062/anywhere-agents --all -g -y` in your terminal to install all skills in this suite globally.
What problem does anywhere-agents solve?โผ
It keeps one shared AGENTS.md configuration in sync across Claude Code, Codex, and other agents in every repo, so you stop copy-pasting rules, skills, and permissions between projects.
How does the implement-review skill work?โผ
It sends your staged changes to a second reviewer such as Codex, categorizes the feedback by severity, revises the work, and repeats until no high-severity findings remain.
Can I run tasks in parallel across agents?โผ
Yes. The prun skill splits a task into independent units that run in parallel on Codex and Sonnet workers while the main session only coordinates and integrates results.
Does anywhere-agents work on Windows, macOS, and Linux?โผ
Yes. The bootstrap ships both PowerShell and Bash entry points, and all dispatch, gather, and monitoring scripts have cross-platform variants.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core