simplify▌
6 indexed skills · max 10 per page
simplify
brianlovin/agent-config · Productivity
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer.
simplify-and-harden-ci
pskoett/pskoett-ai-skills · Productivity
Run a CI-only variant of Simplify & Harden in pull requests:
simplify-and-harden
pskoett/pskoett-ai-skills · Productivity
For CI-only execution, use:
code-simplify
paulrberg/agent-skills · Productivity
Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.
agent-teams-simplify-and-harden
pskoett/pskoett-ai-skills · Productivity
A two-phase team loop that produces production-quality code: implement, then audit using simplify + harden passes, then fix audit findings, then re-audit, repeating until the codebase is solid or the loop cap is reached.
simplify
brianlovin/claude-config · Productivity
Refactor and polish recently modified code for improved clarity and consistency. \n \n Analyzes code changes against project-specific standards (ES modules, function declarations, explicit types, React patterns) defined in CLAUDE.md \n Simplifies logic by reducing nesting, eliminating redundancy, and replacing nested ternaries with switch/if-else chains \n Preserves all original functionality while enhancing readability through clearer naming and structure \n Focuses refinement on recently touch