nextjs-app/ai-src/skills/safe-refactor/SKILL.md
Use when refactoring existing code, moving files, normalizing structure, or improving architecture without changing user-visible behavior in this repo.
npx skillsauth add Adrienenjalbert/flex-carrer-hub safe-refactorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Preserve behavior first. Improve structure second.
src/appsrc/featuressrc/libDo not do these during an unrelated task:
These are still active:
src/features/career-hub/shared/*src/components/common/*Do not treat them as dead code by default.
development
Use when finishing a code change, validating generated code, or deciding which repo checks must run before presenting work in this repo.
tools
Use when creating or editing Career Hub tool pages, calculator pages, tool metadata, tool registry entries, or tool-specific support sections in this repo.
data-ai
Use when editing public pages, metadata, canonical URLs, structured data, sitemaps, robots rules, or any SEO-sensitive behavior in this repo.
tools
--- name: repo-best-practices description: Use when generating or reviewing code in this repo to match the codebase’s existing implementation habits: reuse-first, no duplication, config-driven content, selector helpers, typed configs, shared shells, and minimal custom patterns. --- # Repo Best Practices ## Use When - generating new code - editing existing code - reviewing whether generated code feels native to the repo - deciding whether to reuse, extract, or inline something ## Main Princip