v2.6 — 15 Skills · 6 Agents

Supercharge Claude Code
with One Command

Production-ready skills and AI agents for Claude Code. Install via interactive TUI — select what you need, skip what you don't.

Terminal
View CLI Docs
15Skills
6Agents
1Command
MITLicense

Everything You Need to
Level Up Claude Code

Production patterns, best practices, and specialized agents — all installable in seconds.

One Command Install

Run npx ginskill-init and use the interactive TUI to pick exactly what you need. No config files.

Interactive TUI

Space to select, A to toggle all, Enter to confirm. Visual selection interface right in your terminal.

Domain Skills

14 specialized skills covering React Query, MongoDB, NestJS, security scanning, UI/UX design, and more.

AI Agents

6 specialized subagents — developer, tester, code reviewer, security scanner — each with their own toolset.

Upgrade & Uninstall

Full lifecycle: upgrade to latest, uninstall what you don't need, status to check.

Global or Per-Project

Install globally with -g for all projects, or per-project with -t path for team setups.

15 Production-Ready Skills

Deep domain knowledge that Claude Code loads automatically when relevant. Click to copy the install command.

6 Specialized AI Agents

Subagents with restricted toolsets, each focused on a specific engineering discipline.

Create Custom Skills
for Your Project

Every project is different. Use the ai-build-ai skill to generate tailor-made Claude Code skills that match your exact stack, patterns, and requirements — fully autonomous.

1

Launch Claude in autonomous mode

Start Claude Code with full permissions so it can research, create files, and build your skill end-to-end.

$ claude --dangerously-skip-permissions
2

Prompt AI to create your skill

Tell Claude what skill you need. It uses ai-build-ai to research best practices, generate the SKILL.md, docs, and eval tests automatically.

> Using the ai-build-ai skill, create a new skill called flutter-performance for optimizing Flutter app performance...
Install ai-build-ai
Claude Code creating a custom flutter-performance skill using ai-build-ai, showing research, file reading, and skill generation in progress
ai-build-ai in action

Complete Command Reference

Every command, flag, and option available in ginskill-init.

Interactive Install (Recommended)

default
# Launch interactive TUI — Space to select, A to toggle all, Enter to confirm
$ npx ginskill-init

Install Specific Skills

--skills
# Install one or more skills by name (comma-separated)
$ npx ginskill-init --skills react-query,mongodb
 
# Install a single skill
$ npx ginskill-init --skills security-scanner

Install Specific Agents

--agents
# Install one or more agents by name (comma-separated)
$ npx ginskill-init --agents developer,tester
 
# Install a single agent
$ npx ginskill-init --agents security-scanner

Install Everything

--all
# Install all skills + all agents, no prompts
$ npx ginskill-init --all

Install Globally

-g
# Install to ~/.claude (available in all projects)
$ npx ginskill-init -g
 
# Install everything globally
$ npx ginskill-init --all -g

Install to Specific Project

-t
# Install to a specific project directory
$ npx ginskill-init -t /path/to/project
 
# Install specific skills to a project
$ npx ginskill-init --skills react-query -t /path/to/project

Mix Skills + Agents

# Install specific skills AND agents in one command
$ npx ginskill-init --skills react-query,mongodb --agents developer,tester

Interactive Upgrade

recommended
# Choose which installed skills/agents to upgrade
$ npx ginskill-init@latest upgrade

Upgrade Everything

--all
# Upgrade all installed skills + agents to latest version
$ npx ginskill-init@latest upgrade --all

Upgrade in Specific Project

# Upgrade all in a specific project
$ npx ginskill-init@latest upgrade --all -t /path/to/project

Upgrade Global Install

# Upgrade globally installed skills/agents
$ npx ginskill-init@latest upgrade --all -g

Interactive Uninstall

recommended
# Choose which skills/agents to remove
$ npx ginskill-init uninstall

Uninstall from Specific Project

# Remove skills/agents from a specific project
$ npx ginskill-init uninstall -t /path/to/project

Uninstall Global

# Remove globally installed skills/agents
$ npx ginskill-init uninstall -g

Manual Removal

# Skills and agents are plain directories — you can also delete manually
$ rm -rf .claude/skills/react-query   # remove a skill
$ rm .claude/agents/developer.md   # remove an agent

Status

alias: info
# Show which skills/agents are installed vs available
$ npx ginskill-init status
 
# Check status for a specific project
$ npx ginskill-init status -t /path/to/project
 
# Check global status
$ npx ginskill-init status -g

List

alias: ls
# List all skills and agents bundled in this package
$ npx ginskill-init list

Versions

alias: ver
# Show all published versions on npm registry
$ npx ginskill-init versions

Global Flags

all commands
FlagShortDescription
--global-gTarget ~/.claude/ (available in all projects)
--target <path>-tTarget a specific project directory
--allSkip interactive prompts, apply to everything
--skills <list>Comma-separated skill names to install
--agents <list>Comma-separated agent names to install
--version-VPrint CLI version
--help-hPrint help for any command

All Commands Summary

CommandAliasDescription
(default)installInstall skills and/or agents
upgradeRe-copy installed skills/agents from latest version
uninstallremoveRemove installed skills/agents
statusinfoShow installed vs available
listlsList all bundled skills and agents
versionsverShow all published npm versions

Ready to Supercharge
Your Workflow?

One command. 15 skills. 6 agents. Zero configuration.

$ npx ginskill-init Click to copy

Built on Open Source

GinStudio Skills includes community-driven skills. Credit to the original authors.

U

ui-ux-pro-max

by Next Level Builder · MIT License
AI-powered design intelligence with 67 UI styles, 96 color palettes, 57 font pairings, and 100 industry-specific reasoning rules. Supports 13 tech stacks including React, Next.js, Vue, SwiftUI, Flutter, and more.
67 Styles 96 Palettes 57 Fonts 13 Stacks 38k Stars