Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Code SimplifierSkill
Summary
Clean up code for clarity, consistency, and maintainability without changing what it does.
Features
- Simplifies for clarity while preserving behaviour
- Improves consistency with surrounding code
- Explicit about what it will not change
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
A refactoring skill with a firm constraint: behaviour must not change. Everything it does is in service of the next person to read the code.
It removes unnecessary indirection, collapses redundant branches, improves naming, aligns the code with the conventions used elsewhere in the file, and deletes dead paths. It does not add features, change interfaces, or "improve" logic it thinks is wrong — those are separate decisions requiring separate review.
That restraint is the point. Refactoring changes that quietly alter behaviour are the ones that reach production, because the diff looks cosmetic and nobody reads it carefully. Published by Sentry.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
