No inline imports
Always place imports at the top of the module. Avoid inline imports in function bodies, type annotations, or interface fields unless there is a strict circular-dependency reason and it is documented.
Keep imports at top of file and avoid inline imports
npx skillmds@latest add kunanonj/cursor-plugin-teamkit-rule-no-inline-imports Always place imports at the top of the module. Avoid inline imports in function bodies, type annotations, or interface fields unless there is a strict circular-dependency reason and it is documented.
KunanonJ/ai-skills-hub/tree/main/skills/cursor-plugin-teamkit-rule-no-inline-imports commit 76b0272fa8