npx skills add smithery/manastalukdar --skill fix-imports
manastalukdar/ai-devstudio
fix-imports
Repair broken imports automatically across the project
Installation
npx skills add manastalukdar/ai-devstudio --skill fix-imports
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts. U…
5.6K installsConfigure Celigo imports -- the destination step that writes records to external systems. Use w…
23 installsUse when the user asks about revenue, payments, subscriptions, billing, CRM deals, support tick…
264 installsUse when the user asks about revenue, payments, subscriptions, billing, CRM deals, support tick…
117 installsAlso in this package
Other skills from manastalukdar/ai-devstudio · top by installs.
npx skills add manastalukdar/ai-devstudio
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md741 B -
docs
SUMMARY.md73 B
History
- First seen on skills.sh
- First recorded snapshot · 5 installs
SKILL.md
Fix Broken Imports
I'll systematically fix import statements broken by file moves or renames, with full continuity across sessions.
Arguments: $ARGUMENTS - specific paths or import patterns to fix
Token Optimization
Expected range: 750–1,150 tokens (initial), 200 tokens (cache hit)
Caching: Caches import patterns in .claude/cache/fix-imports/patterns.json for 7 days. Invalidated when tsconfig.json changes.
Early exit: Returns immediately if no broken imports are detected in staged/changed files.
Patterns used: Grep-before-Read, early exit, git diff scope default, caching