A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
npx skills add https://github.com/gluestack/agent-skills --skill gluestack-ui-v4قم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
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.
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.
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.
The skills.sh directory lists skills and ranks them by install telemetry. For this repo’s skills to appear there:
github.com/gluestack/agent-skills).npx skills add gluestack/agent-skills
If the repo is only local or private, it will not be installable via npx skills add and will not appear on skills.sh.
MIT