Install
$ agentstack add mcp-tmolavi-mcp-agent-skills-hub ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Molavi Agent Skills: Curated Skills for Antigravity, Cursor, Codex & Claude
Maintained by Taghi Molavi · GitHub
[](LICENSE) [](CONTRIBUTING.md) [](https://github.com/tmolavi/mcp-agent-skills-hub/stargazers)
A curated, practical collection of agent skills and Model Context Protocol (MCP) server setups designed for real-world web, database, SEO, and DevOps work.
❓ Overview
In the era of autonomous software development, AI coding agents (such as Google Antigravity, Cursor, Windsurf, Claude, and ChatGPT Codex) need structured domain knowledge and direct tool access to perform complex coding operations reliably.
This repository provides 277 unique, deduplicated agent skills packaged as .skill configurations (using the standard Markdown format with YAML frontmatter). These files instruct AI agents on exactly when to trigger a skill, what context/rules to follow, how to use tools, and how to verify their actions.
By utilizing these skills, you can:
- Minimize token overhead: Built-in instructions guide agents to use range reads, precise diffs, and ignore files.
- Ensure safety: Database MCP configs default to read-only credentials; destructive operations are heavily guarded.
- Enhance code quality: Enforces strict styling, architecture constraints, and testing protocols for React 19, Next.js 15, FastAPI, Node.js, and more.
⚡ Features & Quick Start
Core Features
- Modern Tech Stack: Curated skills for React 19, Next.js 15 App Router, FastAPI, NestJS, Tailwind v4, Astro, Laravel, Go, and Rust.
- Advanced DevOps: Configs for Docker, Terraform, GitHub Actions, and cloud deployment pipelines (AWS, GCP, Azure).
- SEO/AEO/GEO Auditing: Pre-packaged skills for technical SEO audits, AI visibility, and search optimization.
- Safety First: Staging warnings, strict credential boundaries, and explicit read-only rules.
Quick Start
To install these skills locally in your project workspace:
- Create the skills directory in your project root:
``bash mkdir -p .agents/skills/ ``
- Copy the desired skill folder into it:
``bash cp -r /path/to/mcp-agent-skills-hub/skills/ .agents/skills/ ``
- Your AI agent (e.g., Antigravity, Cursor) will automatically discover and load the rules in
SKILL.mdwhen it matches the context.
For global installation or MCP server setups, check the [Agent Installation Guide](docs/agent-installation.md).
📊 List of Available Skills
Below is a complete, automatically indexed table of all 277 skills available in this repository:
| Skill Name | Category | Description | Path | | :--- | :--- | :--- | :--- | | claude-api | AI & LLM | Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Cl... | [skills/claude-api/SKILL.md](skills/claude-api/SKILL.md) | | gemini-api-dev | AI & LLM | The Gemini API provides access to Google's most advanced AI models. Key capabilities include: | [skills/gemini-api-dev/SKILL.md](skills/gemini-api-dev/SKILL.md) | | gemini-api-integration | AI & LLM | Use when integrating Google Gemini API into projects. Covers model selection, multimodal inputs, streaming, function calling, and production best prac... | [skills/gemini-api-integration/SKILL.md](skills/gemini-api-integration/SKILL.md) | | llm-application-dev-prompt-optimize | AI & LLM | You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-o... | [skills/llm-application-dev-prompt-optimize/SKILL.md](skills/llm-application-dev-prompt-optimize/SKILL.md) | | llm-prompt-optimizer | AI & LLM | Use when improving prompts for any LLM. Applies proven prompt engineering techniques to boost output quality, reduce hallucinations, and cut token usa... | [skills/llm-prompt-optimizer/SKILL.md](skills/llm-prompt-optimizer/SKILL.md) | | performance-testing-review-ai-review | AI & LLM | You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices.... | [skills/performance-testing-review-ai-review/SKILL.md](skills/performance-testing-review-ai-review/SKILL.md) | | zipai-optimizer | AI & LLM | Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware, MCP-aware. | [skills/zipai-optimizer/SKILL.md](skills/zipai-optimizer/SKILL.md) | | akf-trust-metadata | Backend & Languages | The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOC... | [skills/akf-trust-metadata/SKILL.md](skills/akf-trust-metadata/SKILL.md) | | async-python-patterns | Backend & Languages | Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent sy... | [skills/async-python-patterns/SKILL.md](skills/async-python-patterns/SKILL.md) | | azure-cosmos-rust | Backend & Languages | Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. | [skills/azure-cosmos-rust/SKILL.md](skills/azure-cosmos-rust/SKILL.md) | | azure-eventhub-rust | Backend & Languages | Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. | [skills/azure-eventhub-rust/SKILL.md](skills/azure-eventhub-rust/SKILL.md) | | azure-identity-rust | Backend & Languages | Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authe... | [skills/azure-identity-rust/SKILL.md](skills/azure-identity-rust/SKILL.md) | | azure-keyvault-certificates-rust | Backend & Languages | Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. | [skills/azure-keyvault-certificates-rust/SKILL.md](skills/azure-keyvault-certificates-rust/SKILL.md) | | azure-keyvault-keys-rust | Backend & Languages | Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create... | [skills/azure-keyvault-keys-rust/SKILL.md](skills/azure-keyvault-keys-rust/SKILL.md) | | azure-keyvault-secrets-rust | Backend & Languages | Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClien... | [skills/azure-keyvault-secrets-rust/SKILL.md](skills/azure-keyvault-secrets-rust/SKILL.md) | | azure-storage-blob-rust | Backend & Languages | Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers. | [skills/azure-storage-blob-rust/SKILL.md](skills/azure-storage-blob-rust/SKILL.md) | | backend-security-coder | Backend & Languages | Expert in secure backend coding practices specializing in input | [skills/backend-security-coder/SKILL.md](skills/backend-security-coder/SKILL.md) | | biopython | Backend & Languages | Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, fil... | [skills/biopython/SKILL.md](skills/biopython/SKILL.md) | | dbos-golang | Backend & Languages | Guide for building reliable, fault-tolerant Go applications with DBOS durable workflows. Use when adding DBOS to existing Go code, creating workflows ... | [skills/dbos-golang/SKILL.md](skills/dbos-golang/SKILL.md) | | dbos-python | Backend & Languages | Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. Use when adding DBOS to existing Python code, creating wo... | [skills/dbos-python/SKILL.md](skills/dbos-python/SKILL.md) | | fastapi-pro | Backend & Languages | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and | [skills/fastapi-pro/SKILL.md](skills/fastapi-pro/SKILL.md) | | fastapi-router-py | Backend & Languages | Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. | [skills/fastapi-router-py/SKILL.md](skills/fastapi-router-py/SKILL.md) | | fastapi-templates | Backend & Languages | Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI ap... | [skills/fastapi-templates/SKILL.md](skills/fastapi-templates/SKILL.md) | | golang-pro | Backend & Languages | Master Go 1.21+ with modern patterns, advanced concurrency, | [skills/golang-pro/SKILL.md](skills/golang-pro/SKILL.md) | | grpc-golang | Backend & Languages | Build production-ready gRPC services in Go with mTLS, streaming, and observability. Use when designing Protobuf contracts with Buf or implementing sec... | [skills/grpc-golang/SKILL.md](skills/grpc-golang/SKILL.md) | | laravel-expert | Backend & Languages | Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance... | [skills/laravel-expert/SKILL.md](skills/laravel-expert/SKILL.md) | | laravel-security-audit | Backend & Languages | Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Lara... | [skills/laravel-security-audit/SKILL.md](skills/laravel-security-audit/SKILL.md) | | managing-python-dependencies | Backend & Languages | \| | [skills/managing-python-dependencies/SKILL.md](skills/managing-python-dependencies/SKILL.md) | | n8n-code-python | Backend & Languages | Write Python code in n8n Code nodes. Use when writing Python in n8n, using input/json/_node syntax, working with standard library, or need to unders... | [skills/n8n-code-python/SKILL.md](skills/n8n-code-python/SKILL.md) | | nodejs-backend-patterns | Backend & Languages | Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integ... | [skills/nodejs-backend-patterns/SKILL.md](skills/nodejs-backend-patterns/SKILL.md) | | nodejs-best-practices | Backend & Languages | Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying. | [skills/nodejs-best-practices/SKILL.md](skills/nodejs-best-practices/SKILL.md) | | php-pro | Backend & Languages | Write idiomatic PHP code with generators, iterators, SPL data | [skills/php-pro/SKILL.md](skills/php-pro/SKILL.md) | | python-development-python-scaffold | Backend & Languages | You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures wi... | [skills/python-development-python-scaffold/SKILL.md](skills/python-development-python-scaffold/SKILL.md) | | python-fastapi-development | Backend & Languages | Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns. | [skills/python-fastapi-development/SKILL.md](skills/python-fastapi-development/SKILL.md) | | python-packaging | Backend & Languages | Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python librari... | [skills/python-packaging/SKILL.md](skills/python-packaging/SKILL.md) | | python-patterns | Backend & Languages | Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying. | [skills/python-patterns/SKILL.md](skills/python-patterns/SKILL.md) | | python-performance-optimization | Backend & Languages | Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bot... | [skills/python-performance-optimization/SKILL.md](skills/python-performance-optimization/SKILL.md) | | python-pptx-generator | Backend & Languages | Generate complete Python scripts that build polished PowerPoint decks with python-pptx and real slide content. | [skills/python-pptx-generator/SKILL.md](skills/python-pptx-generator/SKILL.md) | | python-pro | Backend & Languages | Master Python 3.12+ with modern features, async programming, | [skills/python-pro/SKILL.md](skills/python-pro/SKILL.md) | | python-testing-patterns | Backend & Languages | Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test... | [skills/python-testing-patterns/SKILL.md](skills/python-testing-patterns/SKILL.md) | | rust-async-patterns | Backend & Languages | Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementi... | [skills/rust-async-patterns/SKILL.md](skills/rust-async-patterns/SKILL.md) | | rust-pro | Backend & Languages | Master Rust 1.75+ with modern async patterns, advanced type system | [skills/rust-pro/SKILL.md](skills/rust-pro/SKILL.md) | | systems-programming-rust-project | Backend & Languages | You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with c... | [skills/systems-programming-rust-project/SKILL.md](skills/systems-programming-rust-project/SKILL.md) | | temporal-golang-pro | Backend & Languages | Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns. | [skills/temporal-golang-pro/SKILL.md](skills/temporal-golang-pro/SKILL.md) | | temporal-python-pro | Backend & Languages | Master Temporal workflow orchestration with Python SDK. Implements | [skills/temporal-python-pro/SKILL.md](skills/temporal-python-pro/SKILL.md) | | temporal-python-testing | Backend & Languages | Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local develo... | [skills/temporal-python-testing/SKILL.md](skills/temporal-python-testing/SKILL.md) | | trust-calibrator | Backend & Languages | One sentence - what this skill does and when to invoke it | [skills/trust-calibrator/SKILL.md](skills/trust-calibrator/SKILL.md) | | alloydb-omni-optimize | Databases | Use these skills when you need to fine-tune the database engine settings, | [skills/alloydb-omni-optimize/SKILL.md](skills/alloydb-omni-optimize/SKILL.md) | | alloydb-postgres-access-management | Databases | Use these skills when you need to manage database users, inspect permissions | [skills/alloydb-postgres-access-management/SKILL.md](skills/alloydb-postgres-access-management/SKILL.md) | | alloydb-postgres-admin | Databases | Use these skills when you need to provision new AlloyDB clusters and | [skills/alloydb-postgres-admin/SKILL.md](skills/alloydb-postgres-admin/SKILL.md) | | alloydb-postgres-data | Databases | Use these skills when you need to explore the database schema, identify | [skills/alloydb-postgres-data/SKILL.md](skills/alloydb-postgres-data/SKILL.md) | | alloydb-postgres-health | Databases | Use these skills when you need to optimize storage, identify index issues, | [skills/alloydb-postgres-health/SKILL.md](skills/alloydb-postgres-health/SKILL.md) | | alloydb-postgres-monitor | Databases | Use these skills when you need to troubleshoot slow performance, analyze | [`ski
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tmolavi
- Source: tmolavi/mcp-agent-skills-hub
- License: MIT
- Homepage: https://molavi.pro
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.