gluestack-ui-v4

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

설치
CLI
npx skills add https://github.com/gluestack/agent-skills --skill gluestack-ui-v4

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/22/2026

Agent Skills

Agent skills for AI coding agents (Cursor, Claude Code, Cline, etc.). Skills are reusable instruction sets that help agents follow specific patterns and best practices.

Available Skills

gluestack-ui-v4

Enforces constrained, opinionated styling patterns for gluestack-ui v4: semantic tokens, component usage, spacing scale, dark mode, and composable sub-components. Use when building or refactoring UI with gluestack-ui v4.

Sub-skills structure for token efficiency:

  • gluestack-ui-v4 - Main overview and core principles (162 lines)
  • gluestack-ui-v4:creating-components - Component creation templates and recipes (624 lines)
  • gluestack-ui-v4:components - Component patterns, props, compound components, icons (708 lines)
  • gluestack-ui-v4:styling - Colors, spacing, dark mode, variants, tva (490 lines)
  • gluestack-ui-v4:performance - Cross-platform, performance, best practices (552 lines)
  • gluestack-ui-v4:validation - Validation checklist and anti-patterns (477 lines)

The main skill file is now 90% smaller, consuming far fewer tokens. Sub-skills provide focused guidance when needed.

Installation

Install all skills from this repo:

npx skills add gluestack/agent-skills

Install only the gluestack-ui-v4 skill:

npx skills add gluestack/agent-skills --skill gluestack-ui-v4

After installation, skills are available to your agent and will be used when relevant tasks are detected.

Showing on skills.sh

The skills.sh directory lists skills and ranks them by install telemetry. For this repo’s skills to appear there:

  1. Push the repo to GitHub and keep it public (e.g. github.com/gluestack/agent-skills).
  2. Install at least once so the skill is registered and counted:
    npx skills add gluestack/agent-skills
    
  3. New skills and repos can take a short time to show on the leaderboard after the first installs.

If the repo is only local or private, it will not be installable via npx skills add and will not appear on skills.sh.

License

MIT