yzhao062yzhao062Communityยท1 Agent Skills Included

anywhere-agents

Shared config, skills, and review loops for coding agents

Syncs one shared configuration of rules, skills, and permissions across Claude Code, Codex, and other coding agents in every repo. Eliminates copy-pasting settings between projects and keeps writing-style rules enforced automatically at write time. Ships ready-made skills for staged-change review loops, parallel task fan-out, README rewrites, and research figure generation.
npx skills add yzhao062/anywhere-agents --all -g -y
Available:

Tells the agent to run the bootstrap script at every session start, then follow the shared rules, skill lookup order, and override precedence when routing user requests to the bundled skills.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’