Web
react-container-presentation-component - Claude MCP Skill
Create a React component using the Container/Presentation pattern in src/components by asking for the component name and type (ui or features), then scaffold files that follow this repository's TypeScript, Storybook, and SCSS conventions. Use when the user explicitly asks for a Container/Presentation-based component or runs /react-container-presentation-component.
SEO Guide: Enhance your AI agent with the react-container-presentation-component tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to create a react component using the container/presentation pattern in src/components by asking for th... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Container/Presentation Component 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.md` - `references/typescript-and-scss-rules.md` If the `/react-container-presentation-component` input is incomplete, ask questions first before creating files. ## When To Use - When the user runs `/react-container-presentation-component` - When the user explicitly asks for a React component that follows the Container/Presentation pattern - When the user wants help deciding or implementing `ui` vs `features` classification within the Container/Presentation pattern ## Required Questions If any of the following information is missing, ask the user using `ask_user`. 1. Component name 2. Type (`ui` or `features`) 3. Whether to replace existing components (only when creating `ui`) Question requirements: - Provide the type as options (`ui`, `features`) - Require the component name to be in PascalCase - For `ui`, ask whether direct usage of Mantine or other UI libraries in existing `features` should be replaced with the new component ## Procedure 1. Check existing components - Check whether `src/components/ui/<ComponentName>` or `src/components/features/<ComponentName>` already exists. - If it exists, do not overwrite; confirm the preferred approach with the user. 2. Decide target directory - `ui`: `src/components/ui/<ComponentName>` - `features`: `src/components/features/<ComponentName>` 3. Re-check classification (only when `ui` is specified) - Even when `ui` is specified, before creating files, review `Reclassification Rule` in `references/component-architecture.md`. - If the implementation includes state management, side effects, async processing, context/store updates, or business logic, treat it as `features`. - If the result is closer to `features`, do not proceed as `ui`; use `ask_user` and confirm one of the following before continuing. - `Create as features` - `Keep ui and move state/logic to parent or features` 4. Create required files - `ui`: `index.tsx`, `index.module.scss`, `index.stories.tsx` - `features`: `index.tsx`, `use<ComponentName>.tsx`, `presentation.tsx`, `types.ts`, `presentation.module.scss`, `presentation.stories.tsx` 5. Replace existing usages (only when creating `ui`) - Only when the user approves, replace equivalent direct implementations using Mantine or other UI libraries in existing `features` with the new `ui` component. 6. Validate - Run build and lint commands, and ensure both pass; if issues are introduced by newly added or updated files, fix them. - Follow `Storybook Minimum` in `references/component-architecture.md` for story state decisions. - Ask the user via `ask_user` whether to run a Storybook check (for example: "Run" / "Skip for now"). - Run `npm run storybook` only if the user selects "Run". - If the user selects "Skip for now", explicitly mention in the final report that Storybook execution was skipped. ## Output Contract - Report the list of files created. - If replacements were performed, report the list of changed files and replacement details. - Provide one usage example of the created component. - Report whether Storybook verification was executed (run/skip), and if run, include the command used. - Explain why the component was classified as `ui` or `features`. - Summarize where state, side effects, and rendering responsibilities were placed. - Confirm whether there were any dependency direction violations. - Clearly state any unresolved items.
Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 9/6/2026
- Repo Updated
- 9/5/2026
- Created
- 6/15/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
firecrawl-build
Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those.
firecrawl-build-interact
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `/scrape` cannot complete.
Related Guides
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.
Building Full-Stack Applications with Claude: The Node.js MongoDB JWT Express React Skill Guide
Learn how to use the nodejs mongodb jwt express react Claude skill. Complete guide with installation instructions and examples.