gemini-frontend-assistant

Gemini Frontend Assistant Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gemini-frontend-assistant" with this command: npx skills add mrowaisabdullah/ai-humanoid-robotics/mrowaisabdullah-ai-humanoid-robotics-gemini-frontend-assistant

Gemini Frontend Assistant Skill

Purpose

This skill integrates the Gemini CLI into your workflow to handle frontend development tasks. It is specifically optimized for generating React components, styling with Tailwind CSS, and converting visual references (screenshots) into code.

When to Use This Skill

Use this skill when:

  • You need to generate React components based on a text description.

  • You want to convert a UI screenshot into code (using Gemini's vision capabilities).

  • You need help with complex Tailwind CSS styling.

  • You want to refactor or optimize existing frontend code.

Core Capabilities

  1. UI Code Generation

Prompt: "Create a [Component Name] that looks like [Description]"

Action: The agent uses the gemini-generate.sh script to generate the code safely.

  1. Vision-to-Code (Screenshot to UI)

Prompt: "Turn this screenshot [Path to Image] into a React component."

Action: The agent uses the gemini-generate.sh script with the image path.

  1. Code Refactoring & Optimization

Prompt: "Refactor this component [Path to File] to use [Pattern/Library]"

Action: The agent uses the gemini-refactor.sh script to safely read file content and request refactoring.

Usage Instructions

Setup

Ensure you have the Gemini CLI installed and your API key configured.

Check installation

gemini --version

  1. UI Code Generation (New Component)

Use the gemini-generate.sh script to create new components. It automatically includes your project's coding standards.

Usage: ./scripts/gemini-generate.sh "<description>"

.claude/skills/gemini-frontend-assistant/scripts/gemini-generate.sh "A responsive navigation bar with a logo, links, and a dark mode toggle."

  1. Vision-to-Code (Screenshot to Component)

Pass an image path to the generation script to convert a screenshot into code.

Usage: ./scripts/gemini-generate.sh "<description>" [image_path]

.claude/skills/gemini-frontend-assistant/scripts/gemini-generate.sh "Replicate this dashboard design pixel-perfectly." "ref-screenshots/dashboard.png"

  1. Code Refactoring & Optimization

Use the gemini-refactor.sh script to improve existing files safely.

Usage: ./scripts/gemini-refactor.sh <file_path> "<instructions>"

.claude/skills/gemini-frontend-assistant/scripts/gemini-refactor.sh "src/components/MyComponent.tsx" "Refactor to use the new glass-bar utility class and fix accessibility issues."

Best Practices for Frontend Tasks

  • Be Specific: When describing UI, mention colors (e.g., "zinc-900"), layout (e.g., "flex-row"), and interactivity.

  • Iterative Refinement: Generate a base component first, then ask for specific changes (e.g., "Make the buttons rounded").

  • Context Awareness: If you have a design system (like in src/css/custom.css ), mention it in your prompt so Gemini generates compatible code.

Integration with Other Skills

  • chatbot-widget-creator: Use Gemini to generate specific sub-components for your chatbot.

  • book-content-writer: Use Gemini to generate code snippets for your documentation.

Note: If you get api key error ask the user to give api key, or ask for skip.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated