- Home
- /
- Categories
- /
- Refactoring
Refactoring
Code restructuring and optimization
governance-sync
by velcrafting
End-of-work audit that identifies which governance artifacts should be updated based on actual changes. Use when wrapping a milestone/checkpoint or after multi-file/structural work.
pptx
by unicorn-plugins
"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill."
us-govt-data
by joshuaroll
Access official US Government records. Currently supports SEC EDGAR (financial filings) and Federal Register (rule changes). Ensures data provenance from .gov domains.
Software Architect
by Alpizar28
Experto en Domain-Driven Design (DDD) y Arquitectura Hexagonal, especializado en diseñar sistemas extensibles y mantenibles.
ux-designer-assistant
by MIIXV
一个专注于用户体验(UX)和用户界面(UI)设计的专家级AI助手。当需要进行产品设计、交互设计、用户研究、可用性分析、竞品分析、或评估设计方案时,应使用此技能。适用于分析、评审、创建、比较或优化线框图、原型、用户流程、信息架构和设计系统等任务。扮演产品设计师、UX研究员或设计策略顾问的角色,提供深刻、系统性的设计思考和建议。
pr-cache-cleanup
by marxbiotech
Clean up local PR review cache files for merged or closed PRs. Use when user says "clean up cache", "cleanup merged PR caches", "remove old caches", "clear review cache", or wants to free up space from stale cache files.
architecture-guard
by Xunzi229
强制执行 Java DDD 四层架构规范,监控层级依赖越权、命名冲突及数据流转合规性。
tdd-integration
by adrianbrowning
Enforce Test-Driven Development with strict Red-Green-Refactor cycle using integration tests. Auto-triggers when implementing new features or functionality. Trigger phrases include "implement", "add feature", "build", "create functionality", or any request to add new behavior. Does NOT trigger for bug fixes, documentation, or configuration changes.
clean-codejs-comments
by DamianWrooby
Commenting patterns that improve readability and maintainability.
example-skill
by rj-yingjunjie
A demo skill that shows how to write clean commit messages
refactor
by iulspop
Plans and executes safe refactoring with tests as a safety net. Use when restructuring code, extracting functions, renaming across files, or simplifying complex logic without changing behavior.
data-quality
by masterkram
Diagnose and fix data quality problems in datasets. Use when working with dirty data, finding duplicates, handling missing values, detecting outliers/anomalies, validating constraints (functional dependencies, referential integrity), profiling datasets, or cleaning data for analysis or ML. Covers the full data quality lifecycle - define, detect, clean, measure.
clean-code-principles
by hakenshi
Comprehensive guide to Clean Code, SOLID principles, Design Patterns (GoF), GRASP, DDD, Clean Architecture, Code Smells, Refactoring techniques, and best practices from classic software engineering books. Use when writing, reviewing, or refactoring code; designing architectures; performing code reviews; or learning software engineering principles.
token-saver
by RubenAQuispe
"Token optimization dashboard with two sections - (1) Workspace file compression for ALL .md files in context, (2) AI model audit that detects current models and suggests cheaper alternatives. Shows \"possible savings\" until optimizations are applied. Triggers on \"optimize tokens\", \"reduce AI costs\", \"model audit\", \"save money on AI\"."
docs-simplify
by huguangju
Simplify technical/product documentation without changing meaning, keeping structure and key terms intact
slop-remover
by victor-teles
Remove AI-generated code slop and clean up code style
test-driven-development
by straub
Enforce Test-Driven Development (TDD) workflow for all code changes. Apply PROACTIVELY by default using Red-Green-Refactor cycles for features, bug fixes, and refactoring.
quick-refactor
by xuesongjun
重构助手 - 优化代码、降低复杂度、提高可维护性
retro
by alienfast
Analyze completed Linear cycles for retrospectives. Identifies velocity trends, scope creep, and patterns to improve future planning.
test-driven-development
by ederheisler
Use when implementing any feature or bugfix, before writing implementation code
Creative Juices
by yudame
Provides creative thinking prompts using concrete metaphors, dramatic scenarios, and strategic frameworks. Use when the user needs inspiration, is stuck on a problem, or wants to validate ideas from first principles.
refactor
by aleister1102
Use when refactoring existing code to improve readability, maintainability, and structure (rename/extract/inline, reduce complexity, remove duplication, improve type safety) while preserving external behavior and public APIs.
git
by Alicoder001
Conventional Commits standard for consistent commit messages. Use when committing code, reviewing commit history, or setting up git workflows. Includes commit types, scopes, and breaking change format.
karpathy-guidelines
by js9s1
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.