Skip to content

prateek/ai-skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-skills

Collection of agent skills for AI coding assistants.

Installation

Step 1: Add the marketplace

/plugin marketplace add sanjay3290/ai-skills

Step 2: Install a skill

/plugin install postgres@ai-skills
/plugin install imagen@ai-skills
/plugin install deep-research@ai-skills

Verify installation

/plugin list

Available Skills

Skill Description
postgres Read-only PostgreSQL queries with defense-in-depth security
imagen AI image generation using Google Gemini (cross-platform)
deep-research Autonomous multi-step research using Gemini Deep Research Agent

Usage

Once installed, skills activate automatically based on your requests. Just ask naturally:

Postgres

  • "Query my production database for active users"
  • "Show me the schema of the orders table"
  • "How many signups last week?"

Imagen

  • "Generate an image of a sunset over mountains"
  • "Create an app icon for my weather app"
  • "I need a hero image for my landing page"

Deep Research

  • "Research the competitive landscape of EV batteries"
  • "Compare React, Vue, and Angular frameworks"
  • "What are the latest developments in Kubernetes?"

Note: Imagen and Deep Research require a GEMINI_API_KEY environment variable. Get a free key at Google AI Studio.

Note: Deep Research tasks take 2-10 minutes and cost $2-5 per query (uses Gemini Deep Research Agent).

License

Apache-2.0

About

Collection of agent skills for AI coding assistants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%