smithery/urjitbhatia

frontend

React + Vite + TailwindCSS frontend development in web/. Covers components, pages, routing, API client, Supabase auth, and Cloudflare Pages deployment. Port 6174 for local dev.

Installation

$ npx skills add smithery/urjitbhatia --skill frontend

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/urjitbhatia.

npx skills add smithery/urjitbhatia

Browse all from smithery/urjitbhatia

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,845 B
  • docs SUMMARY.md 192 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Skill: Frontend

Comprehensive frontend development support for the Supaflare web application.

Routing Logic

Analyze the user's intent and route to the appropriate workflow:

Component Developmentworkflows/create-component.md

  • "Create a new component for [purpose]"
  • "Add a [component_name] component"
  • "Build a reusable [component_type]"

Page Developmentworkflows/create-page.md

  • "Create a new page for [feature]"
  • "Add a [page_name] page"
  • "Set up routing for [route]"

API Integrationworkflows/api-integration.md

  • "Call the [endpoint] API"
  • "Fetch data from backend"
  • "Add an API call for [feature]"
  • "Use the API client"

Auth & Sessionworkflows/auth.md

  • "Add authentication to [page]"
  • "Protect a route"
  • "Handle login/logout"
  • "Check user session"

Stylingworkflows/styling.md

  • "Style the [component]"
  • "Add Tailwind classes for [design]"
  • "Make [component] responsive"

Configuration Questionscontext/config.md

  • "What port is the frontend on?"
  • "Where is the Supabase config?"
  • "How do I start the dev server?"

Workflows

  • workflows/create-component.md - Create new React components
  • workflows/create-page.md - Create new pages with routing
  • workflows/api-integration.md - Integrate with backend API
  • workflows/auth.md - Authentication and session management
  • workflows/styling.md - TailwindCSS styling patterns

Context

  • context/config.md - Project configuration and environment
  • context/structure.md - Directory structure and conventions
  • context/patterns.md - Common patterns and best practices