Development skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

create-component

Create a new React Native/Expo component with guided workflow following compound component API pattern

5.17k repo starsObserved in 1 repos
Development

create-package

Create or modify gluestack-core and gluestack-utils packages for component creators and utilities

5.17k repo starsObserved in 1 repos
Development

enhance-component

Improve or extend an existing gluestack-ui component with new features, variants, or fixes

5.17k repo starsObserved in 1 repos
Development

gluestack-ui-v4

Enforces constrained, opinionated styling patterns for gluestack-ui v4. Main overview skill that coordinates specialized sub-skills for setup, components, styling, variants, performance, and validation.

5.17k repo starsObserved in 1 repos
Development

gluestack-ui-v4:setup

Guide for installing gluestack-ui v4 per the official Installation doc - CLI and Manual paths only. Follow https://v4.gluestack.io/ui/docs/home/getting-started/installation strictly.

5.17k repo starsObserved in 1 repos
Development

vibe-coding

Transform an AI agent into a tasteful, disciplined development partner. Not just a code generator, but a collaborator with professional standards, transparent decision-making, and craftsmanship. Use for any development task: building features, fixing bugs, designing systems, refactoring. The human provides vision and decisions. The agent provides execution with taste and discipline.

5.17k repo starsObserved in 2 repos
Development

devmoji

Devmoji commit message emoji conventions. Use when writing git commit messages, formatting commit descriptions, or choosing the right emoji prefix for a commit. Triggers on "commit message", "git commit", "commit emoji", "devmoji".

5.16k repo starsObserved in 1 repos
Development

add_hf_model

Add support for a HuggingFace model in XTuner so it can be trained with the full set of parallelism strategies and optimization switches. The user can provide a HuggingFace Hub repo id, a local model directory, or a model family already supported by `transformers`. This skill walks through the full path: locating the reference implementation, classifying the model, splitting new code across the model / module / ops layers, implementing the XTuner model class and config, registering the entry point, validating bitwise numerical parity with HuggingFace, writing regression tests, and enabling the training optimizations (EP/SP, micro-batch, torch.compile, fp8, activation offload).

5.16k repo starsObserved in 1 repos
Development

model_normalize

Normalize an HF model checkpoint — quantize bf16/fp16 weights to per-block FP8, and/or repack engine-named safetensors into HF-standard ~4GB shards.

5.16k repo starsObserved in 1 repos
Development

model_patch

Merge a base HF model dir with an extra HF model dir by index diff — take tensors only present in extra, append them to a new output dir in HF-standard shard layout. Base wins on overlap.

5.16k repo starsObserved in 1 repos
Development