Awesome-omni-skill antigravity-frontend-dev
Antigravity/Claude specific skill for continuous frontend UI/UX improvement and development in the Juliaz Agents project.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/antigravity-frontend-dev" ~/.claude/skills/diegosouzapw-awesome-omni-skill-antigravity-frontend-dev && rm -rf "$T"
manifest:
skills/development/antigravity-frontend-dev/SKILL.mdsource content
Antigravity Frontend Development Skill
Target System: Next.js Frontend for Juliaz Agents (
/frontend)
Assignee: Antigravity / Claude Code (Do NOT assign to Julia)
Objectives
- Continuous Improvement: Constantly evaluate and improve the User and Dev side frontends.
- Simplified User Experience: Maintain the User frontend (
) as a simplified, visually stunning interface focused on a "floating energy" chatbot entity./ - Advanced Dev Operations: Maintain the Dev frontend (
) as a comprehensive dashboard for tracking agent status, tokens, chat history, and logs without clutter ("active objectives" removed)./dev - Modern Stack: Utilize Next.js, Tailwind CSS, and Framer Motion for rich interactions and animations.
Workflow & Constraints
- Always ensure
represents the User side andapp/page.tsx
represents the Dev side.app/dev/page.tsx - Use the
or WebP generation tools if requested to design new UI mockups before implementing them.generate_image - Avoid modifying backend logic unless necessary for the frontend feature being implemented.
- The User side entity should be designed using purely CSS animations (e.g.,
,animate-pulse
,blur
) or Framer Motion to resemble an invisible, floating core of energy. Minimal text and no complex dashboards on this route.spin
Actions to Take Proactively
- If the user asks you to "improve the frontend" or "make the UI better", first review
, layout files, and the current components.frontend/app/globals.css - Suggest high-end aesthetics: glassmorphism, responsive grids, dark modes, and subtle micro-animations.
- Use
for consistent styling.tailwind.config.ts
Command Execution
When running Next.js locally, always use:
npm run dev --prefix frontend