Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/byd-next:audit-dead-deps ssg|ssr|core|componentsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# 扫描未使用依赖并生成死依赖审查报告 请使用 Skill 工具调用 `.claude/skills/audit/dead-deps/SKILL.md`,并将 `$ARGUMENTS` 原样作为参数传入。 ## 参数 `$ARGUMENTS` 作为审查 scope,限定扫描范围: | 参数 | 范围 | | ------------ | ------------------------------ | | 空 | 全量默认范围 | | `ssg` | `apps/byd-ssg` | | `ssr` | `apps/byd-ssr` | | `core` | `packages/apps-kit/core` | | `components` | `packages/apps-kit/components` | 传入其他值时必须停止执行并提示仅支持 `ssg` / `ssr` / `core` / `components`。 ## 执行要求 - 必须加载并遵循对应 skill 的完整规则。 - 初筛所有 dependencies...
请使用 Skill 工具调用 .claude/skills/audit/dead-deps/SKILL.md,并将 $ARGUMENTS 原样作为参数传入。
$ARGUMENTS 作为审查 scope,限定扫描范围:
| 参数 | 范围 |
|---|---|
| 空 | 全量默认范围 |
ssg | apps/byd-ssg |
ssr | apps/byd-ssr |
core | packages/apps-kit/core |
components | packages/apps-kit/components |
传入其他值时必须停止执行并提示仅支持 ssg / ssr / core / components。
npx claudepluginhub hawx1993/nextjs-ai-workflow --plugin byd-next