- Home
- /
- Categories
- /
- Refactoring
Refactoring
Code restructuring and optimization
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.
agent-orchestration-multi-agent-optimize
by ncdevshiv
"Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability."
improve-trading-strategies
by robonet-tech
"Iterative refinement, parameter optimization, and ML enhancement of existing trading strategies. Provides 3 tools: refine_strategy (targeted code changes, $0.50-$3.00), optimize_strategy (parameter tuning, $2-$4), enhance_with_allora (ML integration, $1-$2.50). More cost-effective than regenerating from scratch. Use when you have working strategies that need improvement. Always test improvements with test-trading-strategies before deploying."
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
continuous-mode
by iulspop
Continuously steers the codebase toward the VISION.md. Reads the vision, assesses current state, picks the highest-impact next action, builds with TDD, commits, and repeats. Never stops. Use when you want autonomous, vision-driven development.
git-commit
by erinrugas
Creates clean commits using a consistent message convention. Use when staging changes, composing commit messages, and preparing reviewable history.
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."
write
by iulspop
Improves text for clarity, directness, and engagement following professional writing best practices. Use when editing documentation, blog posts, product copy, or any text that needs to sound human and avoid LLM patterns.
reflection
by Jackiexiao
"Analyzes the conversation and tool usage to propose improvements to skills or store user preferences."
skill-architect
by jovermier
Orchestrates complete skill lifecycle from creation to optimization. Use for comprehensive skill development, reviewing skills, or managing skill quality.
00-andruia-consultant
by ncdevshiv
"Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español."
session-cleaner
by xdrshjr
Clean up and manage OpenClaw sessions - kill all sub-agents, clear context, and reset the system to a clean state. Use when user says "close all sessions", "clear context", "kill all agents", "clean up sessions", "reset everything", "关掉所有子agent", "清空上下文", "关闭所有session", or similar cleanup requests.
go-clean-architecture
by kirklin
A comprehensive guide to implementing Clean Architecture in software projects, based on the boot-backend-go-clean template.
refactoring
by josavicentevw
Improve existing code structure and quality while preserving functionality through systematic refactoring techniques, code modernization, and technical debt reduction. Use when improving code quality, modernizing legacy code, eliminating code smells, or when user mentions refactoring, code improvement, or technical debt.
rust-performance
by terraphim
High-performance Rust optimization. Profiling, benchmarking, SIMD, memory optimization, and zero-copy techniques. Focuses on measurable improvements with evidence-based optimization.
test-driven-development
by buildrtech
Use when implementing any feature or bugfix, before writing implementation code
commit
by iulspop
Commits staged changes using the conventional commits format with proper type, scope, and description. Use when committing code changes to maintain a clean, standardized git history.
fullstacknextjs
by gilbertopsantosjr
Collection of skills for full-stack Next.js development with Clean Architecture and AWS serverless. Backend uses Entities, Use Cases, Repository pattern, and DI Container. Frontend uses thin server action adapters.
vue-component
by erinrugas
Builds frontend components/pages/composables in the project's UI stack. Use when implementing UI features, reusable components, and typed state flows.
git-branch
by erinrugas
Creates and manages branches with clear naming and safe branching flow. Use when starting work, switching context, or cleaning up branches.
adonisjs
by filipebraida
Build AdonisJS 6 features from scratch through production. Full lifecycle - build, debug, test, optimize, refactor. Follows TypeScript-first, Lucid ORM, and AdonisJS conventions.