在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用已收集 skills
2
Stars
13
更新
2026-03-24
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
typescript-import-barrels
软件开发工程师
Build a resolved import DAG for `src/**/*.ts` and `src/**/*.tsx`, identify safe barrel opportunities, conservatively add or extend `index.ts` barrels without introducing cycles, and merge or collapse imports. Use when refactoring TypeScript imports in this repo or when the user asks to reduce import fan-out under `src/`.
2026-03-24
typescript-type-subversion-audit
软件质量保证分析师与测试员
Scans TypeScript and TSX code for attempts to bypass the type system, including `as any`, double-casts through `unknown`, redundant assertions, suspicious inline `ReturnType` and `Awaited<ReturnType>` usage, and single-use local wrapper aliases. Use when auditing `src/` for unsafe typing patterns or cleaning up type escapes.
2026-03-24