
brianlovin/claude-config
2 skills11.1k installs698 starsGitHub
Install
npx skills add https://github.com/brianlovin/claude-configSkills in this repo
1SimplifySimplify is an agent skill for refining recently modified code after you finish a coding task. Solo and indie builders install it when generated or hand-written patches work but feel noisy—nested logic, inconsistent naming, or style that drifts from the repo’s CLAUDE.md rules. The skill acts as a dedicated simplification specialist: it restructures for clarity, removes redundant abstractions, and enforces explicit, readable patterns (including React component and ES module conventions) while never altering what the code does. Use it at the end of a build session or as a pre-merge pass in ship, especially when agents produce correct but hard-to-review diffs. It complements automated linters by reasoning about project-specific preferences that generic formatters miss, and it keeps changes scoped to what you just touched so you avoid broad risky refactors.10kinstalls2DeslopDeslop is a lightweight agent skill for solo builders who ship with AI-assisted coding and want diffs that read like human-maintained code. After implementation, it compares the branch to main and removes typical LLM artifacts: commentary a teammate would not add, try/catch or guards that do not match trusted call paths, any casts masking types, and style drift versus the rest of the file. It does not replace formal code review or security audit; it tightens presentation and maintainability so reviewers focus on logic. Use at the end of a build slice or right before ship review. Intermediate complexity assumes git fluency and a consistent main branch baseline.1.1kinstalls