forge-town/skills

forge_storybook-best-practice

Must follow when 创建或维护 Storybook Stories,确保组件文档命名、参数定义和?

Installation

$ npx skills add forge-town/skills --skill forge_storybook-best-practice

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 803 B
  • docs SUMMARY.md 185 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Storybook Stories 生成器

使用说明

  1. 读取目标组件文件,分析 props 类型定义
  2. 阅读 [代码示例](references/examples.md) 了解 CSF3 写法规范
  3. 参考 [best-practice-examples/](best-practice-examples/) 中的完整示例
  4. 生成包含 Base、Default、BaseUsage 及其他代表性 Cases 的 stories 文件
  5. 对照 [检查清单](references/checklist.md) 逐项验证

重要: 每个组件仅为主组件创建 stories;Default case 严格不传任何 props(args: {});详细 Case 规则与代码规范见参考文件