sngular-frontend

Frontend development toolkit for React, Next.js, and Vue.js projects with component scaffolding, routing, UI best practices, and E2E testing with Playwright MCP

View on GitHub
Author Sngular
Namespace @igpastor/Sngular-claude-Marketplace
Category frontend
Version 1.1.0
Stars 0
Downloads 3
self.md verified
Table of content

Frontend development toolkit for React, Next.js, and Vue.js projects with component scaffolding, routing, UI best practices, and E2E testing with Playwright MCP

Installation

npx claude-plugins install @igpastor/Sngular-claude-Marketplace/sngular-frontend

Contents

Folders: agents, commands, skills

Included Skills

This plugin includes 1 skill definition:

component-scaffold

View skill definition

Component Scaffolding Skill

This skill allows Claude to automatically scaffold UI components with all necessary files and boilerplate code when the context suggests a component needs to be created.

When to Use This Skill

Claude should invoke this skill autonomously when:

What This Skill Does

Automatically generates a complete component structure including:

  1. Main component file with TypeScript
  2. Styles file (CSS Module, SCSS, or styled-components)
  3. Test file with basic tests
  4. Storybook story (if Storybook is detected)
  5. Type definitions file
  6. Index file for clean exports

Framework Detection

The skill detects the project framework and generates appropriate code:

Input Parameters

When invoked, the skill expects:

Generated Structure

For React/Next.js C

…(truncated)

Source

View on GitHub

Tags: frontend frontendreactnextjsvueuicomponentstypescripte2eplaywrighttestingaccessibility