🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain

All Skills β€” database

5 skills in "database" matching "refactoring"

πŸ¦€ ClawHub4.0k dl
OpenSpec
Spec-driven development with OpenSpec CLI. Use when building features, migrations, refactors, or any structured development work. Manages proposal β†’ specs β†’ design β†’ tasks β†’ implementation workflows. Supports custom schemas (TDD, rapid, etc.). Trigger on requests involving feature planning, spec writing, change management, or when /opsx commands are mentioned.
πŸ¦€ ClawHub200 dl
Meaningful Chunker
Graph-based code intelligence API. Query any indexed codebase for architecture understanding, debugging, refactor safety analysis, and design principle mappi...
πŸ¦€ ClawHub317 dl
Codebase Migration Planner
Plan complex codebase migrations β€” framework upgrades, language transitions, architecture refactors. Analyze dependencies, estimate effort, map migration pat...
πŸ¦€ ClawHub267 dl
Codemod
Use Codemod CLI whenever the user wants to migrate, upgrade, update, or refactor a codebase in a repeatable way. This includes framework migrations, library...
πŸ¦€ ClawHub
cupynumeric-migration-readiness
Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-