storybook-guidance
Best practices when working with component stories
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Best practices when working with component stories
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | storybook-guidance |
| description | Best practices when working with component stories |
Use the storybook-local-mcp tool get-storybook-story-instructions to fetch the latest instructions for creating or updating stories. This will ensure you follow current conventions and recommendations.
CRITICAL: Never hallucinate component properties! Before using ANY property on a component from a design system (including common-sounding ones shadow, etc.), you MUST use the storybook-local-mcp MCP server:
list-all-components to get a list of all componentsget-component-documentation for that component to see all available properties and examplesRemember: A story name might not reflect the property name correctly, so always verify properties through documentation or example stories before using them.
Check your work by running get-story-tests.