Outline
Documentation community intermediate
Description
[](https://deepwiki.com/sanjay3290/ai-skills)
Installation
Terminal
claude install-skill https://github.com/sanjay3290/ai-skills README
AI Agent Skills
[](https://deepwiki.com/sanjay3290/ai-skills)
A collection of portable skills for AI coding assistants. Works with all major AI clients that support the [Agent Skills Standard](https://agentskills.io).
Supported AI Clients
| Client | Skills Directory | Documentation |
|---|---|---|
| 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
| Skill | Description |
|---|---|
| postgres | Read-only PostgreSQL queries with defense-in-depth security |
| mysql | Read-only MySQL queries with session-level write protection |
| mssql | Read-only Microsoft SQL Server queries with query validation security |
| imagen | AI image generation using Google Gemini (cross-platform) |
| deep-research | Autonomous multi-step research using Gemini Deep Research Agent |
| outline | Search, read, and manage Outline wiki documents |
...
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community