forge-town/skills

forge_check-all-components-design

Use when 需要?

Installation

$ npx skills add forge-town/skills --skill forge_check-all-components-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from forge-town/skills · top by installs.

npx skills add forge-town/skills

Browse all from forge-town/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,025 B
  • docs SUMMARY.md 290 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

检查所有组件设计

使用说明

  1. 读取 [forgecomponent-design-best-practice 规范](../forgecomponent-design-best-practice/references/standard.md)
  2. 扫描目标目录(默认 src/components/src/features/
  3. 对照 [检查清单](references/checklist.md) 逐项检查每个组件
  4. 汇总输出报告,标注违规项及重构建议

检查范围:

  • UI 组件(components/ui/)- 检查是否符合原子化、可组合
  • 业务组件(features/*/components/)- 检查是否专注单一职责
  • 共享组件(components/shared/)- 检查是否正确使用组合

核心原则: 自动识别反模式,提供可执行的重构建议