Ask Component Scaffolder
Generate consistent UI component folder structure and files.
Ask Component Scaffolder by NavanithanS · 8dd75f3
npx skillmds@latest add navanithans/ask-component-scaffolder File contents
---name: ask-component-scaffolderdescription: Generate consistent UI component folder structure and files.---<critical_constraints>✅ MUST define Props interface✅ MUST use CSS Modules (prevent global pollution)✅ MUST include at least one test (renders correctly)</critical_constraints><usage>```bashpython skills/coding/ask-component-scaffolder/scripts/scaffold_component.py --name "ComponentName"```</usage><structure>ComponentName/├── index.tsx # Component + Props interface├── styles.module.css # CSS Modules└── Component.test.tsx # Basic render test</structure><guidelines>- Props: Always define interface- Styles: CSS Modules only- Tests: Every component must have ≥1 render test</guidelines>
NavanithanS/Agent-Skill-Kit/tree/main/skills/coding/ask-component-scaffolder commit 8dd75f328e
Frequently asked questions
Run npx skillmds@latest add navanithans/ask-component-scaffolder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Generate consistent UI component folder structure and files. It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NavanithanS (@navanithans) published this skill. Their other Agent Skills are listed on their SkillMD profile.