claude-config
Code review, testing, browser automation, and release workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsagent-browser
Automate web interactions for testing, form filling, and data extraction.
rams
Analyze UI components for WCAG violations and visual design inconsistencies.
knip
Scan repositories to detect unused files, dependencies, and exports.
find-skills
Search, install, and update agent skills via CLI commands.
favicon
Generates a complete set of image favicons and updates HTML links and meta tags automatically.
electron-wrapper
Bundle a Bun-based web server into an Electron desktop app with electron-builder.
bun
Replace Node.js and npm workflows with Bun for JS/TS projects.
skill-creator
Define and structure modular Claude Skills with reusable resources.
deslop
Remove extraneous comments, defensive checks, and inconsistent styling from code branches locally.
simplify
Refine recently modified JavaScript/TypeScript and React code to improve readability without altering functionality.
Frequently Asked Questions
FAQPage SchemaHow to install claude-config?โผ
Run `npx skills add brianlovin/claude-config --all -g -y` in your terminal to install all skills in this collection globally.
What does this config collection do?โผ
It packages practical coding skills for tasks like removing dead code with knip, auditing React health, reviewing accessibility, automating browsers, and triaging Sentry errors.
Can it clean up AI-generated code?โผ
Yes. The deslop and simplify skills review your current branch, strip unnecessary comments and defensive checks, and refine code style without changing behavior.
Does it work with Claude Code and Codex?โผ
Yes. The skills follow the standard SKILL.md format and the included sync script links them into both Claude Code and Codex skill directories.
Can I sync these skills across multiple machines?โผ
Yes. The included install and sync scripts create symlinks, push and pull changes, and keep timestamped backups so your setup stays identical everywhere.
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