Claude skill: refactor code to reduce cyclomatic complexity
AGENTS.md rules / skills for AI coding agents: Codex, Cursor & Claude Code. Inspired by Clean Code, Refactoring, DDD, Clean Architecture and DDIA programming books.
Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors
A skill for coding agents that build, review, and refactor Web UI that should be easier for humans, screen readers, browser automation, Playwright tests, and AI agents to understand and operate.
SOLID principles and design patterns for backend code — applied with restraint. Skill for Claude Code, OpenCode, GitHub Copilot, and OpenAI Codex.
Agent Skill for writing Golang code
Code-quality skills by Max Kanat-Alexander.
Agent Skill: PHP 8.x modernization patterns - typing, attributes, PHPStan | Claude Code compatible
humanizer, but for code — an agent skill that removes AI-generated code slop: duplicated helpers, try-import fallbacks, broad excepts, speculative abstractions. Test-gated, behavior-preserving.