brianlovinbrianlovinCommunityยท8 Agent Skills Included

agent-config

Syncable coding skills, rules, and settings across machines

Syncs coding skills, subagents, rules, and settings across machines using symlinks and backup-safe scripts. Includes ready-made skills for browser automation, Sentry issue fixing, React health checks, accessibility reviews, dead code cleanup, and test-driven development. Eliminates manual config copying and keeps every machine running the same verified setup.
npx skills add brianlovin/agent-config --all -g -y
Available:

Tells the agent which install, sync, validate, and test commands to run when managing skills, agents, and rules in this configuration.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-config?โ–ผ

Run `npx skills add brianlovin/agent-config --all -g -y` in your terminal to install all skills in this collection globally.

What does agent-config include?โ–ผ

It bundles skills for browser automation, Sentry error fixing, React diagnostics, accessibility reviews, favicon generation, code cleanup, and TDD, plus sync scripts to replicate the setup across machines.

How do I sync my setup across machines?โ–ผ

Run `./install.sh` after cloning to create symlinks, then use `./sync.sh pull` and `./sync.sh push` to keep every machine up to date with automatic backups.

Does agent-config work with Claude Code and Codex?โ–ผ

Yes. The install script links skills into both `~/.claude` and `~/.codex/skills`, so the same configuration works in Claude Code and Codex.

Can I add my own skills to this config?โ–ผ

Yes. Run `./sync.sh add skill my-skill` to move a local skill into the repo, then `./sync.sh push` to share it, and `./sync.sh validate` to check its structure.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’