gin-skills
v1.0.10
Published
Install GinStudio skills and agents for Claude Code
Maintainers
Readme
GinStudio Skills
Claude Code skills and agents — install with one command, select what you need.
Quick Start
npx gin-skillsInteractive TUI — use Space to select, A to toggle all, Enter to confirm.
Install
# Interactive — pick what you need
npx gin-skills
# Install specific skills
npx gin-skills --skills react-query,mongodb
# Install specific agents
npx gin-skills --agents developer,tester
# Install everything
npx gin-skills --all
# Install globally (available in all projects)
npx gin-skills -g
# Install to a specific project
npx gin-skills -t /path/to/projectUpgrade
# Upgrade all installed skills & agents to latest
npx gin-skills@latest upgrade --all
# Interactive — choose what to upgrade
npx gin-skills@latest upgradeUninstall
# Interactive — choose what to remove
npx gin-skills uninstall
# Remove from a specific project
npx gin-skills uninstall -t /path/to/project
# Remove globally installed
npx gin-skills uninstall -gOther Commands
gin-skills status # Show installed vs available
gin-skills list # List all bundled skills & agents
gin-skills versions # Show all published npm versionsFlags: -g global, -t <path> target project, --all skip prompts
Available Skills
| Skill | Install | Description |
|-------|---------|-------------|
| active-life-dev | --skills active-life-dev | Active Life Backend Dev Guide: Comprehensive development guide for the Active Life Global Store NestJS backend (be-store-active-life-global). |
| ai-asset-generator | --skills ai-asset-generator | AI Asset Generator: Generate production-ready images, icons, videos, and visual assets using KIE AI and background removal APIs. |
| ai-build-ai | --skills ai-build-ai | AI Build AI: Master guide for extending Claude Code — creating skills, custom subagents (agents), MCP servers, hooks, plugins, agent teams, running... |
| ant-design | --skills ant-design | Ant Design (antd) Expert: Production patterns for building React UIs with Ant Design v5/v6 — components, theming, Form, Table, Modal, layout, icons... |
| flutter-performance | --skills flutter-performance | Flutter Performance Optimization: Comprehensive guide for optimizing Flutter app performance — widget rebuilds, jank reduction, memory leaks, Dart ... |
| icon-generator | --skills icon-generator | SVG Icon Generator: Generate beautiful, clean SVG icon components (.tsx) for React Native apps using react-native-svg. |
| mobile-app-review | --skills mobile-app-review | Mobile App Store Review Checklist: Comprehensive pre-submission audit for Apple App Store and Google Play Store. |
| mongodb | --skills mongodb | MongoDB & Mongoose Best Practices: Production patterns for schema design, indexing, aggregation pipelines, transactions, connection management, and... |
| nestjs-architecture | --skills nestjs-architecture | NestJS Feature-Based Architecture: Production patterns for organizing NestJS backends — feature modules, core infrastructure, shared utilities, gua... |
| openclaw-builder | --skills openclaw-builder | Guide for setting up, configuring, and extending OpenClaw — an AI gateway for connecting LLM agents to messaging channels (Telegram, Discord, Whats... |
| react-fsd-architecture | --skills react-fsd-architecture | Feature-Sliced Design (FSD) Architecture: Architectural methodology for organizing frontend projects by business features — layers, slices, segment... |
| react-native-expo | --skills react-native-expo | React Native Expo (Sty AI Mobile): Production patterns for the Sty AI React Native app — Expo SDK 54, Expo Router v5, React Query v5, Zustand v5, R... |
| react-native-performance | --skills react-native-performance | React Native Performance Optimization: Comprehensive guide — rendering, memory leaks, bundle size, startup, animations, navigation, algorithms, and... |
| react-query | --skills react-query | TanStack React Query Best Practices: Comprehensive guide for writing production-quality React Query code — query keys, mutations, caching, optimist... |
| review-code | --skills review-code | Code Review: Comprehensive code review and quality analysis for fullstack monorepos (NestJS backend, Next.js frontend, React Native mobile). |
| security-scanner | --skills security-scanner | Security Scanner: Comprehensive security audit for fullstack monorepos — NestJS backend, Next.js frontend, and React Native mobile app. |
| ui-ux-pro-max | --skills ui-ux-pro-max | UI/UX design intelligence. |
Available Agents
| Agent | Install | Description |
|-------|---------|-------------|
| developer | --agents developer | Full-stack developer agent for implementing features, fixing bugs, and writing production-quality code |
| frontend-design | --agents frontend-design | Frontend design agent for building beautiful, accessible UI components and pages |
| mobile-reviewer | --agents mobile-reviewer | Reviews React Native / Expo apps for App Store & Google Play compliance, UX best practices, and platform-specific issues |
| review-code | --agents review-code | Reviews code for quality, architecture, and best practices across the fullstack monorepo |
| security-scanner | --agents security-scanner | Scans for security vulnerabilities aligned with OWASP Top 10:2025, LLM Top 10, and Mobile Top 10 |
| tester | --agents tester | Testing agent for writing and running unit tests, integration tests, and e2e tests |
Contributing
See DEVELOPMENT.md for how to add skills/agents and release new versions.
