sanjay3290/ai-skills

Collection of agent skills for AI coding assistants

41 stars1 forksUpdated Jan 24, 2026
npx skills add sanjay3290/ai-skills

README

AI Agent Skills

Ask DeepWiki

A collection of portable skills for AI coding assistants. Works with all major AI clients that support the Agent Skills Standard.

Supported AI Clients

Claude Code Gemini CLI Google Antigravity Cursor OpenAI Codex Goose

ClientSkills DirectoryDocumentation
Claude Code~/.claude/skills/ or .claude/skills/docs
Gemini CLI~/.gemini/skills/ or .gemini/skills/docs
Google Antigravity~/.gemini/antigravity/skills/ or .agent/skills/docs
Cursor~/.cursor/skills/ or .cursor/skills/docs
OpenAI Codex CLI~/.codex/skills/ or .codex/skills/docs
Goose~/.config/goose/skills/ or .goose/skills/docs

Available Skills

SkillDescription
postgresRead-only PostgreSQL queries with defense-in-depth security
imagenAI image generation using Google Gemini (cross-platform)
deep-researchAutonomous multi-step research using Gemini Deep Research Agent
outlineSearch, read, and manage Outline wiki documents
julesDelegate coding tasks to Google Jules AI agent (async bug fixes, docs, tests, features)

Google Workspace Skills

Lightweight alternatives to the full Google Workspace MCP server. Each skill has standalone OAuth authentication with cross-platform token storage via keyring.

⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. These skills use the same OAuth infrastructure as the official Google Workspace MCP.

SkillDescription
google-chatList spaces, send messages, DMs, create spaces
google-docsCreate, read, edit Google Docs
google-sheetsRead spreadsheets, get ranges, find sheets
google-slidesRead presentations, get text and metadata
google-driveSearch files, list folders, download files
google-calendarEvents, scheduling, free time lookup
gmailSearch, read, send emails, manage labels

Installation

Option 1: Clone entire repository

# Clone to your preferred skills directory
git clone https://github.com/sanjay3290/ai-skills.git ~/.claude/skills/ai-skills

# Or for other clients:
# git clone https://github.com/sanjay3290/ai-skills.git ~/.gemini/skills/ai-skills
# git clone https://github.com/sanjay3290/ai-skills.git ~/.gemini/antigravity/skills/ai-skills
# git clone https://github.com/sanjay3290/ai-skills.git ~/.cursor/skills/ai-skills
# git clone https://github.com/sanjay3290/ai-skills.git ~/.codex/skills/ai-skills
# git clone https://github.com/sanjay3290/ai-skills.git ~/.config/goose/skills/ai-skills

Option 2: Copy individual skills

# Example: Install just the postgres skill
cp -r skills/postgres ~/.claude/skills/

Option 3: Symlink for development

# Symlink skills for easy updates
ln -s /path/to/ai-skills/skills/postgres ~/.claude/skills/postgres
ln -s /path/to/ai-skills/skills/imagen ~/.claude/skills/imagen

Client-Specific Installation

Claude Code

# Global installation
cp -r skills/* ~/.claude/skills/

# Or project-level
cp -r skills/* .claude/skills/

Gemini CLI

# Global installation
cp -r skills/* ~/.gemini/skills/

# Or workspace-level
cp -r skills/* .gemini/skills/

Goog

...

Read full README

Publisher

sanjay3290sanjay3290

Statistics

Stars41
Forks1
Open Issues0
LicenseApache License 2.0
CreatedDec 22, 2025