
simonwong/agent-skills
2 skills1.7k installs8 starsGitHub
Install
npx skills add https://github.com/simonwong/agent-skillsSkills in this repo
1Code SimplifierCode Simplifier is an Anthropic-style agent skill that acts as a dedicated clarity pass on code you just wrote or edited. Solo builders juggling frontend, scripts, and small services use it when diffs are messy, standards drift from CLAUDE.md, or nesting and redundancy make the next feature harder. The skill analyzes recent changes and applies refinements that reduce complexity, remove dead paths, and enforce naming and module conventions while treating behavior as immutable. It is strongest in TypeScript and React-heavy repos that already document conventions in CLAUDE.md, but the mindset transfers to any stack where the agent can see project rules. Primary shelf is ship review before PR or tag, yet it is equally useful late in build when you want a cleanup pass on a feature branch without a full human review cycle. It does not replace tests, security review, or product design—it tightens expression so reviewers and future-you read less noise.1.7kinstalls2RewriteRewrite is a Chinese-first agent skill for stripping the “smooth” AI writing tell—uniform paragraphs, mechanical transitions, and safe vocabulary—and replacing it with irregular, human rhythm aligned to your saved voice. Before changing a line, it scans the draft for lexical, syntactic, and structural AI patterns, shows a numbered diagnosis report, then rewrites at light, medium, or heavy strength based on cues like 润色 versus 大改. It reads `./writing-workspace/styles/my_style.json` when present; otherwise it uses a natural colloquial baseline and nudges you to build a style archive. Solo builders shipping newsletters, docs, landing pages, or founder essays use it whenever copy sounds robotic or users complain the piece “reads like ChatGPT.” It pairs with a writing workspace rather than replacing strategy or SEO research.1installs