From Napkin
Scaffolds React components using the Container/Presentation pattern under src/components, with TypeScript, Storybook, and SCSS conventions. Prompts for component name and type (ui or features).
How this skill is triggered — by the user, by Claude, or both
Slash command
/napkin:react-container-presentation-component componentName type(ui|features)componentName type(ui|features)The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to create a React component under `src/components` that follows the Container/Presentation pattern.
Use this skill to create a React component under src/components that follows the Container/Presentation pattern.
Refer to this skill's bundled references for detailed rules.
references/component-architecture.mdreferences/typescript-and-scss-rules.mdIf the /react-container-presentation-component input is incomplete, ask questions first before creating files.
/react-container-presentation-componentui vs features classification within the Container/Presentation patternIf any of the following information is missing, ask the user using ask_user.
ui or features)ui)Question requirements:
ui, features)ui, ask whether direct usage of Mantine or other UI libraries in existing features should be replaced with the new componentsrc/components/ui/<ComponentName> or src/components/features/<ComponentName> already exists.ui: src/components/ui/<ComponentName>features: src/components/features/<ComponentName>ui is specified)ui is specified, before creating files, review Reclassification Rule in references/component-architecture.md.features.features, do not proceed as ui; use ask_user and confirm one of the following before continuing.
Create as featuresKeep ui and move state/logic to parent or featuresui: index.tsx, index.module.scss, index.stories.tsxfeatures: index.tsx, use<ComponentName>.tsx, presentation.tsx, types.ts, presentation.module.scss, presentation.stories.tsxui)features with the new ui component.Storybook Minimum in references/component-architecture.md for story state decisions.ask_user whether to run a Storybook check (for example: "Run" / "Skip for now").npm run storybook only if the user selects "Run".ui or features.npx claudepluginhub ani1797/forge --plugin copilot-sdk2plugins reuse this skill
First indexed Jul 20, 2026
Scaffolds React components using the Container/Presentation pattern under src/components, with TypeScript, Storybook, and SCSS conventions. Prompts for component name and type (ui or features).
Generates React/Vue components with TypeScript, tests, CSS modules, barrel exports, and project-pattern validation. Detects Next.js App Router and adjusts output accordingly.
Scaffolds production-ready React/React Native components with TypeScript, tests, styles, and accessibility. Use when creating consistent, type-safe component scaffolding.