agent-config
Syncable coding skills, rules, and settings across machines
All Skills in This Repository (8)
Pure Emerald Level Indicatorschrome-webstore-release-blueprint
Set up Chrome Web Store API release automation with credential and CI configuration.
fix-sentry-issues
Perform root-cause analysis on Sentry issues using Axiom event tracing.
react-doctor
Analyze React codebases for security, performance, and architecture issues.
workflow
Orchestrate complex coding tasks with structured planning, subagents, and verification.
reclaude
Refactor CLAUDE.md files into categorized .claude/rules/ files with verification sections.
sentry
Integrate Sentry error monitoring and performance tracing into Next.js applications.
playwriter
Control the active Chrome tab via the Playwriter CLI for UI inspection and scripted actions.
tdd
Guide test-driven development with red-green-refactor loops and behavior-focused integration tests.
Frequently Asked Questions
FAQPage SchemaHow 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โ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