
brianlovin/claude-config
19 skills16k installs6.7k starsGitHub
Install
npx skills add https://github.com/brianlovin/claude-configSkills in this repo
1SimplifyA code simplification agent that analyzes recently modified code and applies project-specific refinements to enhance clarity and maintainability. It preserves exact functionality while improving readability through consistent naming, reduced nesting, and adherence to established coding standards. Developers use it after writing or modifying code to ensure clarity, eliminate redundancy, and maintain consistency with project conventions. Key workflows include analyzing modified sections, applying best practices (ES modules, explicit types, proper React patterns), avoiding over-simplification traps like nested ternaries, and documenting significant structural changes.11.1kinstalls2Deslopdeslop is an agent skill from brianlovin/claude-config that remove ai-generated code slop from the current branch. use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style. # Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: - Extra comments that a human wouldn't add or is inconsistent with the rest of the file - Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / valida Developers invoke deslop during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills.1.5kinstalls3Knipknip is a code-cleanup skill from brianlovin/claude-config that guides agents to run Knip against JavaScript and TypeScript projects. The skill checks knip availability with npx knip --version, installs it as a devDependency when missing using npm, pnpm, yarn, or bun based on the lockfile, then reports unused files, dependencies, and exports across the repo. Knip does not remove unused imports inside files—that remains a linter responsibility. Developers reach for knip when repositories accumulate orphaned modules, stale package.json entries, or unreferenced exports after refactors. The workflow fits pre-release cleanup in monorepos and single-package apps alike.545installs4Ramsrams is a design review skill that acts as an expert design engineer analyzing UI code for accessibility and visual design problems. It reviews a specified file or scans the project for component files, then checks WCAG 2.1 criteria including missing image alt text, icon-only buttons without accessible names, and other critical accessibility failures. Beyond accessibility, rams evaluates clarity, hierarchy, and purposeful UI against restrained functional design principles. Developers invoke rams when reviewing components before shipping customer-facing flows or when asked to audit screens for WCAG compliance and design issues. The skill supports targeted single-file review or broader component scans across a frontend codebase.387installs5Find Skillsfind-skills is a meta-discovery skill for Claude Code that activates when users ask how to do X, request a skill for a task, or wonder whether a capability already exists as an installable skill. The skill searches the open agent skills ecosystem, evaluates candidates against the stated need, and guides installation so agents gain new workflows without hand-searching registries or GitHub repos. Developers reach for find-skills at the moment they recognize a gap—error monitoring, SEO audits, test generation—and want a proven skill recipe instead of improvising from scratch. It pairs naturally with any build task where the right SKILL.md already exists somewhere in the community catalog.325installs6Agent Browseragent-browser equips coding agents with programmatic browser control—navigation, clicks, forms, screenshots, and DOM inspection—so teams can automate realistic UI verification, research flows, and integration checks while building agent-driven SaaS or extension features.243installs7FaviconA frontend-focused Claude Code skill from brianlovin/claude-config that helps teams create, export, and embed favicons plus related head metadata for websites and web apps so browser tabs, bookmarks, and mobile home-screen icons render correctly across browsers.208installs8ReclaudeA brianlovin/claude-config skill for rebuilding Claude Code project setup: it guides restoring agent configuration, skill wiring, and local preferences so developers can quickly regain a working AI-assisted coding environment after migration, reset, or repo checkout.196installs9BunEncodes Brian Lovin’s Bun conventions so agents use Bun for installs, TypeScript execution, tests, and lightweight HTTP services with the right commands, config, and Node-compat expectations in claude-config projects.184installs10React DoctorFrontend diagnostic skill that systematically examines React apps for architectural smells, unsafe patterns, performance issues, and missing safeguards, producing prioritized fixes aligned with brianlovin claude-config standards ahead of ship.183installs11SentryAn operations-oriented skill from brianlovin/claude-config that helps teams integrate Sentry for error monitoring: SDK installation, environment and release tagging, alert-friendly event context, and production triage workflows so crashes and regressions surface quickly after ship.178installs12Skill CreatorA meta-skill in brianlovin/claude-config for creating Claude Code skills: it walks through naming, trigger phrases, instruction layout, bundled resources, and quality checks so builders can package domain expertise into dependable, invocable agent workflows for themselves and their team.173installs13Fix Sentry IssuesStructured playbook for resolving Sentry-reported production failures: interpret issue metadata, trace to failing code paths, implement fixes aligned with the project’s Sentry setup, and validate improved error rates post-release.171installs14Chrome Webstore Release Blueprintchrome-webstore-release-blueprint walks teams through Chrome Web Store release: manifest validation, listing assets, permission justifications, privacy copy, submission packaging, and review-response patterns so browser extensions ship compliantly without missing common rejection triggers.164installs15TddGuides agents through test-driven development: write a failing test, implement the smallest passing solution, refactor while keeping tests green, and repeat until the feature or fix is complete and regression-safe.155installs16WorkflowCaptures Brian Lovin’s preferred Claude Code workflow—how to plan steps, branch work, document progress, and hand off between agents—so builds proceed predictably with aligned git, review, and completion rituals.154installs17PlaywriterPlaywriter controls the user's currently open Chrome tab through the Playwriter CLI without launching a new browser. It inspects live UI state, runs scripted browser actions, captures console output, and reproduces frontend issues directly in the user's tab. A developer uses it to debug frontend behavior against real page state. It defaults to read-only inspection and announces destructive UI actions first.105installs18Electron WrapperElectron-wrapper guides packaging an existing Bun web app into a native desktop application with Electron. It covers window management, drag regions, macOS traffic-light spacing, auto-updates, code signing, and CI/CD distribution across four phases. A developer uses it when turning a Bun web server into a signed, auto-updating macOS or Windows app. The web app stays unchanged and runs identically in a browser or inside Electron.97installs19Grill MeGrill-me interviews the user relentlessly about a plan or design until reaching shared understanding. It walks down each branch of the decision tree and resolves dependencies between decisions one at a time, offering a recommended answer for each question. When a question can be answered from the codebase, it explores the code instead of asking. A developer uses it to stress-test a plan before building.68installs