- Home
- /
- Categories
- /
- Refactoring
Refactoring
Code restructuring and optimization
help
by cadrianmae
Display help for the session management system
architecture-patterns
by baotoq
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
system_monitor
by cliuxinxin
Check the current system status including CPU usage, memory usage, and disk space.
dotnet-core-expert
by baotoq
Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.
mac-maintenance-cleanup
by evanfang0054
macOS 系统深度清理和优化工作流。当用户需要以下操作时使用:(1) 清理系统缓存、日志和临时文件,(2) 卸载应用及其残留文件,(3) 分析磁盘空间使用情况,(4) 清理开发项目构建产物,(5) 系统优化和性能提升,(6) 任何关于 Mac 清理和维护的请求。提供交互式菜单、智能诊断和混合模式(指导+自动执行)。
dotnet-backend-patterns
by baotoq
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
code-polisher
by k1lgor
Use this when the user asks to refactor, clean up, optimize, or improve code quality.
impeccable-optimize
by SebastiaanWouters
"Skills-only equivalent of impeccable.style /optimize. Improve interface performance across loading speed, rendering, animations, images, and bundle size. Makes experiences faster and smoother. Use for frontend and UI design tasks."
cost-optimization
by Krosebrook
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
architecture-patterns
by Krosebrook
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
YouTube Transcript Downloader
by ashleytower
Downloads YouTube video transcripts (subtitles/captions) using yt-dlp, with a fallback to Whisper transcription if no subtitles are available. Use when a user provides a YouTube URL and asks for a transcript, captions, or subtitles.
youtube-transcript
by Krosebrook
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
gs-evaluate-domain-module
by gilbertopsantosjr
Evaluates feature modules for Clean Architecture compliance including Dependency Rule violations, layer separation, Entity patterns, Use Case classes, and DI Container usage.
tdd
by sadiksaifi
Guides test-driven development using a vertical-slice tracer bullet workflow. Use when implementing features, fixing bugs, or writing tests that should drive design. Enforces planning before coding, incremental red-green-refactor cycles, and behavior-based testing through public interfaces. Triggers: "TDD," "test first," "write tests," "tracer bullet," or incremental feature implementation with tests.
screaming-architecture
by KaribuLab
Follow the clean and maintainable code architecture pattern for project structure.
refactorer
by scottymcandrew
Technical debt and code quality specialist. Use when code smells accumulate, before adding features to messy areas, or during cleanup sprints. Improves structure without changing behavior.
boot-templates
by kirklin
A collection of modern, opinionated starter templates for various frameworks and platforms by Kirk Lin.
codex-skills
by velcrafting
Customizable files for deterministic hierarchy and governance of agents via various: SKILL.md, AGENTS.md, template files, and scripts
Etsy Image Prompts Skill
by mmcmedia
Created by Maria for McKinzie's Etsy shops
git-commit
by erinrugas
Creates clean commits using a consistent message convention. Use when staging changes, composing commit messages, and preparing reviewable history.
pm2-server-control
by viteinfinite
Start and stop a server with pm2 using pm2 start ./my-server --name <name> --no-autorestart, plus common supporting commands for status, logs, restart, and cleanup.
case-study-generator
by digitalspeed
Generates a case study aligned with Digital Speed brand voice. Use when asked to write a case study, success story, or client spotlight.
banana-watermark-remove-skill
by undsky
Remove Gemini Nano Banana / Pro watermarks from images using GeminiWatermarkTool. Use when users want to (1) remove visible watermarks from AI-generated images, (2) batch process multiple images to remove watermarks, (3) clean up Gemini watermarks from screenshots or documents. Supports Windows, macOS, and Linux platforms.
build
by ajaywadhara
"TDD feature build loop: spec (RED) → implement (GREEN) → refactor. Pass the feature name as argument."