Agent Skills
Overview
A curated, categorized collection of 380+ production-grade Agent Skills adhering to the open Agent Skills Specification. This library empowers AI coding agents and LLM assistants with domain-specific capabilities, workflows, quality gates, and tool integrations.
Repository Structure & Categories
The skills in this repository are organized into 26 clean domain categories:
E:\AI Projects\Skills\
├── AI API and Agent Platform/ # Gemini API, Vertex AI, Agent Platform, Claude API, MCP Builder
├── AI and Vector Databases/ # Qdrant, Milvus, Pinecone, Unsloth QLoRA, Axolotl Fine-tuning
├── Academic and Scientific Research/ # Nature writing/figures, Deep academic research, BioInformatics
├── Advanced Frontend Frameworks/ # Vue 3 / Nuxt 3, Svelte 5 Runes & SvelteKit, WebGL & Three.js 3D
├── Content and Writing/ # AI humanizer, natural writing style calibration
├── Data Engineering and Pipelines/ # PySpark, Delta Lake, dbt transformations, Airflow, DuckDB & Polars
├── Databases and Caching/ # Redis, MongoDB, Prisma ORM, DynamoDB single-table design
├── Desktop Application Development/ # Tauri v2 (Rust), Electron performance, .NET MAUI / WPF
├── DevSecOps and Supply Chain Security/ # SLSA L3, Syft/CycloneDX SBOM, Cosign, HashiCorp Vault, SAST/DAST
├── Documents and Files/ # Microsoft Word (docx), PDF, PowerPoint (pptx), Excel (xlsx)
├── Embedded Systems and IoT/ # ESP32 FreeRTOS C++, MQTT v5 / CoAP Edge, Raspberry Pi Rust `rppal`
├── Event Driven Systems/ # Apache Kafka, RabbitMQ, Saga Orchestration & Choreography
├── Financial and Fintech Engineering/ # PCI-DSS Payment Gateways (Stripe/Adyen), FIX 4.2/5.0, ISO 20022
├── Frontend Design and UI/ # Anti-slop UI, UI/UX Pro Max, frontend slides, web artifacts
├── Game Development and Interactive 3D/ # Unity DOTS/ECS C#, Unreal Engine 5 C++, Godot 4 GDScript
├── Google Cloud and GKE/ # GKE clusters, Cloud Run, Cloud SQL, BigQuery, Bigtable, WAF
├── Google Workspace Automation/ # Gmail, Drive, Docs, Sheets, Keep, Tasks, Meet recipes & personas
├── Infrastructure as Code and Edge/ # Terraform / OpenTofu, Cloudflare Workers, Ansible playbooks
├── Marketing and Growth/ # Growth marketing, copywriting, SEO, CRO, social media, ads
├── Mobile Development/ # iOS SwiftUI, Flutter Riverpod/BLoC, React Native Expo JSI
├── Obsidian and Notes/ # Obsidian markdown, bases, json-canvas, vault CLI, defuddle
├── Performance and Load Testing/ # k6, Locust, Appium 2.0 Mobile POM testing
├── Productivity and Interrogation/ # Requirements interviewing (interview-me), idea refinement, skill creation
├── Search and Knowledge Graphs/ # Elasticsearch / OpenSearch, Neo4j / Memgraph, Hybrid BM25+Vector RRF
├── Software Engineering and Workflows/ # Superpowers planning, TDD, code review, Caveman compression
└── Web3 and Smart Contracts/ # Solidity & Foundry security, Anchor Solana Rust programs
How to Integrate & Use Skills in Your Projects
All skills in this directory follow the standard SKILL.md format with YAML frontmatter:
---
name: skill-name
description: Clear description of what the skill does and when the agent should trigger it.
---
1. Google Antigravity, AGY CLI & Gemini CLI
To use any skill in Antigravity or Gemini CLI:
Project Level (Recommended)
Copy the desired skill or category folder into your project's .agents/skills/ directory:
# Example: Adding Mobile Development skills to your project
mkdir -p .agents/skills
cp -r "E:\AI Projects\Skills\Mobile Development\*" .agents/skills/
Global Level (All Projects)
Copy skill folders to your global configuration directory:
- Windows:
%USERPROFILE%\.gemini\config\skills\ - macOS / Linux:
~/.gemini/config/skills/
2. Claude Code (claude)
Option A: Copy to Project Directory
Copy desired skills into your project's .claude/skills/ folder:
mkdir -p .claude/skills
cp -r "E:\AI Projects\Skills\Software Engineering and Workflows\*" .claude/skills/
Option B: Load Directory Flag
Pass the skill category path directly when starting Claude Code:
claude --plugin-dir "E:\AI Projects\Skills\Software Engineering and Workflows"
3. Cursor IDE
- Create a
.cursor/skills/directory in your target project. - Copy the skill folders into
.cursor/skills/. - Cursor will automatically parse the
SKILL.mdmanifests and invoke instructions when relevant.
4. Codex CLI (codex) & OpenCode
Copy the desired skill folders into your project's .codex/skills/ directory:
mkdir -p .codex/skills
cp -r "E:\AI Projects\Skills\Databases and Caching\*" .codex/skills/
5. Desktop AI Apps (AionUi, Cherry Studio, LibreChat)
- Cherry Studio / AionUi: Settings -> Skills -> Add Local Skill -> Select any skill folder (containing
SKILL.md). - LibreChat: List local skill paths in your
librechat.yamlunderskills.local.
Best Practices
- Context Window Efficiency: Copy only the relevant skill categories needed for your active project to keep prompt context focused and fast.
- Standard Compatibility: Any AI coding assistant supporting the
SKILL.mdopen specification will automatically detect skill descriptions and execute instructions seamlessly.
[!WARNING] There is always a possibility of error, so we assume no responsibility for any inaccuracies.
Copyright © 2026
Thank you for engaging with us. For inquiries or collaboration, please contact:
[email protected]
Stay connected and follow us on:
Facebook | Instagram | Twitter | Telegram | LinkedIn
No comments yet
Be the first to share your take.