← Discover MCPs and Agents
m
AgentAI & MLGitHub

mcp-agent-skills-hub

Molavi Agent Skills: Curated AI agent skills and MCP configs for Antigravity, Cursor, Codex & Claude — by Taghi Molavi

Links

README

From the repo.

Molavi Agent Skills: Curated Skills for Antigravity, Cursor, Codex & Claude

Maintained by Taghi Molavi · GitHub

License: MIT PRs Welcome GitHub Stars

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:

  1. Create the skills directory in your project root:
    mkdir -p .agents/skills/
    
  2. Copy the desired skill folder into it:
    cp -r /path/to/mcp-agent-skills-hub/skills/<skill-name> .agents/skills/
    
  3. Your AI agent (e.g., Antigravity, Cursor) will automatically discover and load the rules in SKILL.md when it matches the context.

For global installation or MCP server setups, check the Agent Installation Guide.


📊 List of Available Skills

Below is a complete, automatically indexed table of all 277 skills available in this repository:

Skill NameCategoryDescriptionPath
claude-apiAI & LLMBuild 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
gemini-api-devAI & LLMThe Gemini API provides access to Google's most advanced AI models. Key capabilities include:skills/gemini-api-dev/SKILL.md
gemini-api-integrationAI & LLMUse 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
llm-application-dev-prompt-optimizeAI & LLMYou 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
llm-prompt-optimizerAI & LLMUse 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
performance-testing-review-ai-reviewAI & LLMYou 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
zipai-optimizerAI & LLMAdaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware, MCP-aware.skills/zipai-optimizer/SKILL.md
akf-trust-metadataBackend & LanguagesThe 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
async-python-patternsBackend & LanguagesMaster 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
azure-cosmos-rustBackend & LanguagesAzure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.skills/azure-cosmos-rust/SKILL.md
azure-eventhub-rustBackend & LanguagesAzure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion.skills/azure-eventhub-rust/SKILL.md
azure-identity-rustBackend & LanguagesAzure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authe...skills/azure-identity-rust/SKILL.md
azure-keyvault-certificates-rustBackend & LanguagesAzure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates.skills/azure-keyvault-certificates-rust/SKILL.md
azure-keyvault-keys-rustBackend & LanguagesAzure 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
azure-keyvault-secrets-rustBackend & LanguagesAzure 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
azure-storage-blob-rustBackend & LanguagesAzure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers.skills/azure-storage-blob-rust/SKILL.md
backend-security-coderBackend & LanguagesExpert in secure backend coding practices specializing in inputskills/backend-security-coder/SKILL.md
biopythonBackend & LanguagesBiopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, fil...skills/biopython/SKILL.md
dbos-golangBackend & LanguagesGuide 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
dbos-pythonBackend & LanguagesGuide 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
fastapi-proBackend & LanguagesBuild high-performance async APIs with FastAPI, SQLAlchemy 2.0, andskills/fastapi-pro/SKILL.md
fastapi-router-pyBackend & LanguagesCreate FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes.skills/fastapi-router-py/SKILL.md
fastapi-templatesBackend & LanguagesCreate production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI ap...skills/fastapi-templates/SKILL.md
golang-proBackend & LanguagesMaster Go 1.21+ with modern patterns, advanced concurrency,skills/golang-pro/SKILL.md
grpc-golangBackend & LanguagesBuild 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
laravel-expertBackend & LanguagesSenior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance...skills/laravel-expert/SKILL.md
laravel-security-auditBackend & LanguagesSecurity auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Lara...skills/laravel-security-audit/SKILL.md
managing-python-dependenciesBackend & Languages|skills/managing-python-dependencies/SKILL.md
n8n-code-pythonBackend & LanguagesWrite 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
nodejs-backend-patternsBackend & LanguagesBuild production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integ...skills/nodejs-backend-patterns/SKILL.md
nodejs-best-practicesBackend & LanguagesNode.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.skills/nodejs-best-practices/SKILL.md
php-proBackend & LanguagesWrite idiomatic PHP code with generators, iterators, SPL dataskills/php-pro/SKILL.md
python-development-python-scaffoldBackend & LanguagesYou 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
python-fastapi-developmentBackend & LanguagesPython FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns.skills/python-fastapi-development/SKILL.md
python-packagingBackend & LanguagesCreate 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
python-patternsBackend & LanguagesPython development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.skills/python-patterns/SKILL.md
python-performance-optimizationBackend & LanguagesProfile 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
python-pptx-generatorBackend & LanguagesGenerate complete Python scripts that build polished PowerPoint decks with python-pptx and real slide content.skills/python-pptx-generator/SKILL.md
python-proBackend & LanguagesMaster Python 3.12+ with modern features, async programming,skills/python-pro/SKILL.md
python-testing-patternsBackend & LanguagesImplement 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
rust-async-patternsBackend & LanguagesMaster 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
rust-proBackend & LanguagesMaster Rust 1.75+ with modern async patterns, advanced type systemskills/rust-pro/SKILL.md
systems-programming-rust-projectBackend & LanguagesYou 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
temporal-golang-proBackend & LanguagesUse 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
temporal-python-proBackend & LanguagesMaster Temporal workflow orchestration with Python SDK. Implementsskills/temporal-python-pro/SKILL.md
temporal-python-testingBackend & LanguagesTest 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
trust-calibratorBackend & LanguagesOne sentence - what this skill does and when to invoke itskills/trust-calibrator/SKILL.md
alloydb-omni-optimizeDatabasesUse these skills when you need to fine-tune the database engine settings,skills/alloydb-omni-optimize/SKILL.md
alloydb-postgres-access-managementDatabasesUse these skills when you need to manage database users, inspect permissionsskills/alloydb-postgres-access-management/SKILL.md
alloydb-postgres-adminDatabasesUse these skills when you need to provision new AlloyDB clusters andskills/alloydb-postgres-admin/SKILL.md
alloydb-postgres-dataDatabasesUse these skills when you need to explore the database schema, identifyskills/alloydb-postgres-data/SKILL.md
alloydb-postgres-healthDatabasesUse these skills when you need to optimize storage, identify index issues,skills/alloydb-postgres-health/SKILL.md
alloydb-postgres-monitorDatabasesUse these skills when you need to troubleshoot slow performance, analyzeskills/alloydb-postgres-monitor/SKILL.md
alloydb-postgres-optimizeDatabasesUse these skills when you need to discover and manage PostgreSQL extensionsskills/alloydb-postgres-optimize/SKILL.md
alloydb-postgres-replicationDatabasesUse these skills when you need to monitor replication health, manageskills/alloydb-postgres-replication/SKILL.md
azure-postgres-tsDatabasesConnect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package.skills/azure-postgres-ts/SKILL.md
azure-resource-manager-mysql-dotnetDatabasesAzure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.skills/azure-resource-manager-mysql-dotnet/SKILL.md
azure-resource-manager-postgresql-dotnetDatabasesAzure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments.skills/azure-resource-manager-postgresql-dotnet/SKILL.md
claimable-postgresDatabasesProvision instant temporary Postgres databases via Claimable Postgres by Neon (pg.new). No login or credit card required. Use for quick Postgres envir...skills/claimable-postgres/SKILL.md
cloud-sql-mysql-adminDatabasesUse these skills when you need to provision new Cloud SQL for MySQL instances,skills/cloud-sql-mysql-admin/SKILL.md
cloud-sql-mysql-dataDatabasesUse these skills when you need to explore your database schema, executeskills/cloud-sql-mysql-data/SKILL.md
cloud-sql-mysql-lifecycleDatabasesUse these skills when you need to manage the durability and safety ofskills/cloud-sql-mysql-lifecycle/SKILL.md
cloud-sql-mysql-monitorDatabasesUse these skills when you need to troubleshoot slow queries, analyzeskills/cloud-sql-mysql-monitor/SKILL.md
cloud-sql-postgres-adminDatabasesUse these skills when you need to provision new Cloud SQL instances,skills/cloud-sql-postgres-admin/SKILL.md
cloud-sql-postgres-dataDatabasesUse these skills when you need to explore the database structure, discoverskills/cloud-sql-postgres-data/SKILL.md
cloud-sql-postgres-healthDatabasesUse these skills when you need to audit database health, identify storageskills/cloud-sql-postgres-health/SKILL.md
cloud-sql-postgres-lifecycleDatabasesUse these skills when you need to manage the lifecycle of your instances,skills/cloud-sql-postgres-lifecycle/SKILL.md
cloud-sql-postgres-monitorDatabasesUse these skills when you need to troubleshoot performance bottlenecks,skills/cloud-sql-postgres-monitor/SKILL.md
cloud-sql-postgres-replicationDatabasesUse these skills when you need to monitor replication health, manageskills/cloud-sql-postgres-replication/SKILL.md
cloud-sql-postgres-vectorassistDatabasesUse these skills to set up and optimize production-ready vector workloadsskills/cloud-sql-postgres-vectorassist/SKILL.md
cloud-sql-postgres-view-configDatabasesUse these skills when you need to discover and manage PostgreSQL extensionsskills/cloud-sql-postgres-view-config/SKILL.md
dbos-typescriptDatabasesGuide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. Use when adding DBOS to existing TypeScript code, cre...skills/dbos-typescript/SKILL.md
neon-postgresDatabasesExpert patterns for Neon serverless Postgres, branching, connectionskills/neon-postgres/SKILL.md
perfetto-sqlDatabasesTranslates natural language data intents into syntactically valid Perfettoskills/perfetto-sql/SKILL.md
postgres-best-practicesDatabasesPostgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema des...skills/postgres-best-practices/SKILL.md
postgresqlDatabasesDesign a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced featuresskills/postgresql/SKILL.md
postgresql-optimizationDatabasesPostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.skills/postgresql-optimization/SKILL.md
sql-injection-testingDatabasesExecute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techni...skills/sql-injection-testing/SKILL.md
sqlmap-database-pentestingDatabasesProvide systematic methodologies for automated SQL injection detection and exploitation using SQLMap.skills/sqlmap-database-pentesting/SKILL.md
address-github-commentsDevOps & CloudUse when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.skills/address-github-comments/SKILL.md
aws-cost-optimizerDevOps & CloudComprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorerskills/aws-cost-optimizer/SKILL.md
aws-penetration-testingDevOps & CloudProvide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoi...skills/aws-penetration-testing/SKILL.md
aws-security-auditDevOps & CloudComprehensive AWS security posture assessment using AWS CLI and security best practicesskills/aws-security-audit/SKILL.md
azure-mgmt-apicenter-dotnetDevOps & CloudAzure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery.skills/azure-mgmt-apicenter-dotnet/SKILL.md
azure-mgmt-apicenter-pyDevOps & CloudAzure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.skills/azure-mgmt-apicenter-py/SKILL.md
azure-mgmt-apimanagement-dotnetDevOps & CloudAzure Resource Manager SDK for API Management in .NET.skills/azure-mgmt-apimanagement-dotnet/SKILL.md
azure-mgmt-apimanagement-pyDevOps & CloudAzure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies.skills/azure-mgmt-apimanagement-py/SKILL.md
azure-microsoft-playwright-testing-tsDevOps & CloudRun Playwright tests at scale with cloud-hosted browsers and integrated Azure portal reporting.skills/azure-microsoft-playwright-testing-ts/SKILL.md
azure-security-keyvault-keys-dotnetDevOps & CloudAzure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, ...skills/azure-security-keyvault-keys-dotnet/SKILL.md
azure-security-keyvault-keys-javaDevOps & CloudAzure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/ver...skills/azure-security-keyvault-keys-java/SKILL.md
azure-security-keyvault-secrets-javaDevOps & CloudAzure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other se...skills/azure-security-keyvault-secrets-java/SKILL.md
docker-expertDevOps & CloudYou are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage ...skills/docker-expert/SKILL.md
gcp-composer-troubleshootingDevOps & CloudProvides expert guidance for troubleshooting Cloud Composer (Apacheskills/gcp-composer-troubleshooting/SKILL.md
git-advanced-workflowsDevOps & CloudMaster advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situati...skills/git-advanced-workflows/SKILL.md
git-commit-formatterDevOps & CloudFormats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.skills/git-commit-formatter/SKILL.md
git-hooks-automationDevOps & CloudMaster Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint. Automate code quality gates, formatting, linting, and commit mes...skills/git-hooks-automation/SKILL.md
git-pr-reviewDevOps & CloudGenerate a concise and structured PR description from commit history with minimal token usageskills/git-pr-review/SKILL.md
git-pr-workflows-git-workflowDevOps & CloudOrchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deplo...skills/git-pr-workflows-git-workflow/SKILL.md
git-pr-workflows-onboardDevOps & CloudYou are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integr...skills/git-pr-workflows-onboard/SKILL.md
git-pr-workflows-pr-enhanceDevOps & CloudYou are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR...skills/git-pr-workflows-pr-enhance/SKILL.md
git-pushingDevOps & CloudStage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes ("push this", "commit and ...skills/git-pushing/SKILL.md
githubDevOps & CloudUse the gh CLI for issues, pull requests, Actions runs, and GitHub API queries.skills/github/SKILL.md
github-actions-templatesDevOps & CloudCreate production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Ac...skills/github-actions-templates/SKILL.md
github-automationDevOps & CloudAutomate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, sear...skills/github-automation/SKILL.md
github-issue-creatorDevOps & CloudTurn error logs, screenshots, voice notes, and rough bug reports into crisp, developer-ready GitHub issues with repro steps, impact, and evidence.skills/github-issue-creator/SKILL.md
github-workflow-automationDevOps & CloudPatterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps p...skills/github-workflow-automation/SKILL.md
gitlab-automationDevOps & CloudAutomate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools firs...skills/gitlab-automation/SKILL.md
gitlab-ci-patternsDevOps & CloudBuild GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD,...skills/gitlab-ci-patterns/SKILL.md
gitops-workflowDevOps & CloudImplement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementin...skills/gitops-workflow/SKILL.md
odoo-docker-deploymentDevOps & CloudProduction-ready Docker and docker-compose setup for Odoo with PostgreSQL, persistent volumes, environment-based configuration, and Nginx reverse prox...skills/odoo-docker-deployment/SKILL.md
openclaw-github-repo-commanderDevOps & Cloud7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysisskills/openclaw-github-repo-commander/SKILL.md
terraform-aws-modulesDevOps & CloudTerraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastru...skills/terraform-aws-modules/SKILL.md
terraform-infrastructureDevOps & CloudTerraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale.skills/terraform-infrastructure/SKILL.md
terraform-module-libraryDevOps & CloudBuild reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastruct...skills/terraform-module-library/SKILL.md
terraform-skillDevOps & CloudTerraform infrastructure as code best practicesskills/terraform-skill/SKILL.md
terraform-specialistDevOps & CloudExpert Terraform/OpenTofu specialist mastering advanced IaCskills/terraform-specialist/SKILL.md
using-git-worktreesDevOps & CloudGit worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching.skills/using-git-worktrees/SKILL.md
agent-orchestration-multi-agent-optimizeGeneral / Developer UtilitiesOptimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, th...skills/agent-orchestration-multi-agent-optimize/SKILL.md
android-cliGeneral / Developer UtilitiesProvides instructions for installing and using the android CLI. The android command-line tool is a critical tool for Android development and helps...skills/android-cli/SKILL.md
android-intent-securityGeneral / Developer UtilitiesBest practices for Android Intent security. Use this skill when auditingskills/android-intent-security/SKILL.md
android-jetpack-compose-expertGeneral / Developer UtilitiesExpert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3.skills/android-jetpack-compose-expert/SKILL.md
api-design-principlesGeneral / Developer UtilitiesMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs...skills/api-design-principles/SKILL.md
api-documentationGeneral / Developer UtilitiesAPI documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.skills/api-documentation/SKILL.md
api-documentation-generatorGeneral / Developer UtilitiesGenerate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practicesskills/api-documentation-generator/SKILL.md
api-documenterGeneral / Developer UtilitiesMaster API documentation with OpenAPI 3.1, AI-powered tools, andskills/api-documenter/SKILL.md
api-endpoint-builderGeneral / Developer UtilitiesBuilds production-ready REST API endpoints with validation, error handling, authentication, and documentation. Follows best practices for security and...skills/api-endpoint-builder/SKILL.md
api-fuzzing-bug-bountyGeneral / Developer UtilitiesProvide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulner...skills/api-fuzzing-bug-bounty/SKILL.md
api-patternsGeneral / Developer UtilitiesAPI design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.skills/api-patterns/SKILL.md
api-security-best-practicesGeneral / Developer UtilitiesImplement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulne...skills/api-security-best-practices/SKILL.md
api-security-testingGeneral / Developer UtilitiesAPI security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best pra...skills/api-security-testing/SKILL.md
api-testing-observability-api-mockGeneral / Developer UtilitiesYou are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavio...skills/api-testing-observability-api-mock/SKILL.md
apify-actor-developmentGeneral / Developer UtilitiesImportant: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're curr...skills/apify-actor-development/SKILL.md
apify-actorizationGeneral / Developer UtilitiesActorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Dock...skills/apify-actorization/SKILL.md
apify-audience-analysisGeneral / Developer UtilitiesUnderstand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.skills/apify-audience-analysis/SKILL.md
apify-brand-reputation-monitoringGeneral / Developer UtilitiesScrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors.skills/apify-brand-reputation-monitoring/SKILL.md
apify-competitor-intelligenceGeneral / Developer UtilitiesAnalyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok...skills/apify-competitor-intelligence/SKILL.md
apify-content-analyticsGeneral / Developer UtilitiesTrack engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok.skills/apify-content-analytics/SKILL.md
apify-ecommerceGeneral / Developer UtilitiesExtract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool.skills/apify-ecommerce/SKILL.md
apify-influencer-discoveryGeneral / Developer UtilitiesFind and evaluate influencers for brand partnerships, verify authenticity, and track collaboration performance across Instagram, Facebook, YouTube, an...skills/apify-influencer-discovery/SKILL.md
apify-lead-generationGeneral / Developer UtilitiesScrape leads from multiple platforms using Apify Actors.skills/apify-lead-generation/SKILL.md
apify-market-researchGeneral / Developer UtilitiesAnalyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booki...skills/apify-market-research/SKILL.md
apify-trend-analysisGeneral / Developer UtilitiesDiscover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy.skills/apify-trend-analysis/SKILL.md
apify-ultimate-scraperGeneral / Developer UtilitiesAI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task.skills/apify-ultimate-scraper/SKILL.md
awt-e2e-testingGeneral / Developer UtilitiesAI-powered E2E web testing — eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), pla...skills/awt-e2e-testing/SKILL.md
backtesting-frameworksGeneral / Developer UtilitiesBuild robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when de...skills/backtesting-frameworks/SKILL.md
bash-defensive-patternsGeneral / Developer UtilitiesMaster defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities...skills/bash-defensive-patterns/SKILL.md
bash-linuxGeneral / Developer UtilitiesBash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.skills/bash-linux/SKILL.md
bash-proGeneral / Developer UtilitiesMaster of defensive Bash scripting for production automation, CI/CDskills/bash-pro/SKILL.md
bash-scriptingGeneral / Developer UtilitiesBash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.skills/bash-scripting/SKILL.md
bats-testing-patternsGeneral / Developer UtilitiesMaster Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requ...skills/bats-testing-patterns/SKILL.md
burp-suite-testingGeneral / Developer UtilitiesExecute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, re...skills/burp-suite-testing/SKILL.md
cameraxGeneral / Developer UtilitiesProvide technical guidance for Android camera development with CameraX.skills/camerax/SKILL.md
cc-skill-security-reviewGeneral / Developer UtilitiesThis skill ensures all code follows security best practices and identifies potential vulnerabilities. Use when implementing authentication or authoriz...skills/cc-skill-security-review/SKILL.md
cloud-penetration-testingGeneral / Developer UtilitiesConduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP).skills/cloud-penetration-testing/SKILL.md
database-cloud-optimization-cost-optimizeGeneral / Developer UtilitiesYou are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud...skills/database-cloud-optimization-cost-optimize/SKILL.md
database-optimizerGeneral / Developer UtilitiesExpert database optimizer specializing in modern performanceskills/database-optimizer/SKILL.md
display-glasses-with-jetpack-compose-glimmerGeneral / Developer UtilitiesProvides guidelines for developing projected Android XR apps for displayskills/display-glasses-with-jetpack-compose-glimmer/SKILL.md
dx-optimizerGeneral / Developer UtilitiesDeveloper Experience specialist. Improves tooling, setup, andskills/dx-optimizer/SKILL.md
e2e-testingGeneral / Developer UtilitiesEnd-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.skills/e2e-testing/SKILL.md
e2e-testing-patternsGeneral / Developer UtilitiesMaster end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. U...skills/e2e-testing-patterns/SKILL.md
expo-api-routesGeneral / Developer UtilitiesGuidelines for creating API routes in Expo Router with EAS Hostingskills/expo-api-routes/SKILL.md
expo-ui-jetpack-composeGeneral / Developer Utilitiesexpo-ui-jetpack-composeskills/expo-ui-jetpack-compose/SKILL.md
gcs-security-assessmentGeneral / Developer UtilitiesAssesses security posture, evaluates risks, and checks SAIF complianceskills/gcs-security-assessment/SKILL.md
gha-security-reviewGeneral / Developer UtilitiesFind exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario — if you can't build the att...skills/gha-security-review/SKILL.md
graphqlGeneral / Developer UtilitiesGraphQL gives clients exactly the data they need - no more, noskills/graphql/SKILL.md
graphql-architectGeneral / Developer UtilitiesMaster modern GraphQL with federation, performance optimization,skills/graphql-architect/SKILL.md
idor-testingGeneral / Developer UtilitiesProvide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications.skills/idor-testing/SKILL.md
javascript-testing-patternsGeneral / Developer UtilitiesImplement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mock...skills/javascript-testing-patterns/SKILL.md
javascript-typescript-typescript-scaffoldGeneral / Developer UtilitiesYou are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete pro...skills/javascript-typescript-typescript-scaffold/SKILL.md
k6-load-testingGeneral / Developer UtilitiesComprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/...skills/k6-load-testing/SKILL.md
k8s-security-policiesGeneral / Developer UtilitiesImplement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernete...skills/k8s-security-policies/SKILL.md
linkedin-profile-optimizerGeneral / Developer UtilitiesHigh-intent expert for LinkedIn profile checks, authority building, and SEO optimization. Invoke to audit, rewrite, and enhance profiles for top 1% po...skills/linkedin-profile-optimizer/SKILL.md
migrate-xml-views-to-jetpack-composeGeneral / Developer UtilitiesProvides a structured workflow for migrating an Android XML View to Jetpackskills/migrate-xml-views-to-jetpack-compose/SKILL.md
mobile-security-coderGeneral / Developer UtilitiesExpert in secure mobile coding practices specializing in inputskills/mobile-security-coder/SKILL.md
moodle-external-api-developmentGeneral / Developer UtilitiesThis skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards...skills/moodle-external-api-development/SKILL.md
odoo-inventory-optimizerGeneral / Developer UtilitiesExpert guide for Odoo Inventory: stock valuation (FIFO/AVCO), reordering rules, putaway strategies, routes, and multi-warehouse configuration.skills/odoo-inventory-optimizer/SKILL.md
odoo-rpc-apiGeneral / Developer UtilitiesExpert on Odoo's external JSON-RPC and XML-RPC APIs. Covers authentication, model calls, record CRUD, and real-world integration examples in Python, J...skills/odoo-rpc-api/SKILL.md
odoo-security-rulesGeneral / Developer UtilitiesExpert in Odoo access control: ir.model.access.csv, record rules (ir.rule), groups, and multi-company security patterns.skills/odoo-security-rules/SKILL.md
openapi-spec-generationGeneral / Developer UtilitiesGenerate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generati...skills/openapi-spec-generation/SKILL.md
perfetto-trace-analysisGeneral / Developer UtilitiesAnalyzes Perfetto traces to find the root cause of latency, memory, orskills/perfetto-trace-analysis/SKILL.md
performance-optimizerGeneral / Developer UtilitiesIdentifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements.skills/performance-optimizer/SKILL.md
performance-testing-review-multi-agent-reviewGeneral / Developer UtilitiesUse when working with performance testing review multi agent reviewskills/performance-testing-review-multi-agent-review/SKILL.md
screen-reader-testingGeneral / Developer UtilitiesTest web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibilit...skills/screen-reader-testing/SKILL.md
security-auditGeneral / Developer UtilitiesComprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security har...skills/security-audit/SKILL.md
security-auditorGeneral / Developer UtilitiesExpert security auditor specializing in DevSecOps, comprehensiveskills/security-auditor/SKILL.md
security-bluebook-builderGeneral / Developer UtilitiesBuild a minimal but real security policy for sensitive apps. The output is a single, coherent Blue Book document using MUST/SHOULD/CAN language, with ...skills/security-bluebook-builder/SKILL.md
security-compliance-compliance-checkGeneral / Developer UtilitiesYou are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry stan...skills/security-compliance-compliance-check/SKILL.md
security-requirement-extractionGeneral / Developer UtilitiesDerive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security use...skills/security-requirement-extraction/SKILL.md
security-scanning-security-dependenciesGeneral / Developer UtilitiesYou are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies acr...skills/security-scanning-security-dependencies/SKILL.md
security-scanning-security-hardeningGeneral / Developer UtilitiesCoordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.skills/security-scanning-security-hardening/SKILL.md
security-scanning-security-sastGeneral / Developer UtilitiesStatic Application Security Testing (SAST) for code vulnerabilityskills/security-scanning-security-sast/SKILL.md
skill-optimizerGeneral / Developer UtilitiesDiagnose and optimize Agent Skills (SKILL.md) with real session data and research-backed static analysis. Works with Claude Code, Codex, and any Agent...skills/skill-optimizer/SKILL.md
smtp-penetration-testingGeneral / Developer UtilitiesConduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enu...skills/smtp-penetration-testing/SKILL.md
solidity-securityGeneral / Developer UtilitiesMaster smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contrac...skills/solidity-security/SKILL.md
ssh-penetration-testingGeneral / Developer UtilitiesConduct comprehensive SSH security assessments including enumeration, credential attacks, vulnerability exploitation, tunneling techniques, and post-e...skills/ssh-penetration-testing/SKILL.md
testing-patternsGeneral / Developer UtilitiesJest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD...skills/testing-patterns/SKILL.md
testing-qaGeneral / Developer UtilitiesComprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.skills/testing-qa/SKILL.md
testing-setupGeneral / Developer UtilitiesAnalyze and create a testing strategy for native Android apps - installskills/testing-setup/SKILL.md
tmuxGeneral / Developer UtilitiesExpert tmux session, window, and pane management for terminal multiplexing, persistent remote workflows, and shell scripting automation.skills/tmux/SKILL.md
typescript-advanced-typesGeneral / Developer UtilitiesMaster TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-s...skills/typescript-advanced-types/SKILL.md
typescript-expertGeneral / Developer UtilitiesTypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, a...skills/typescript-expert/SKILL.md
typescript-proGeneral / Developer UtilitiesMaster TypeScript with advanced types, generics, and strict typeskills/typescript-pro/SKILL.md
unit-testing-test-generateGeneral / Developer UtilitiesGenerate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.skills/unit-testing-test-generate/SKILL.md
wear-compose-m3General / Developer UtilitiesExpert guidance for working with Wear OS Compose Material3. Use thisskills/wear-compose-m3/SKILL.md
web-security-testingGeneral / Developer UtilitiesWeb application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues.skills/web-security-testing/SKILL.md
web3-testingGeneral / Developer UtilitiesTest smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity cont...skills/web3-testing/SKILL.md
webapp-testingGeneral / Developer UtilitiesTo test local web applications, write native Python Playwright scripts.skills/webapp-testing/SKILL.md
whatsapp-cloud-apiGeneral / Developer UtilitiesIntegracao com WhatsApp Business Cloud API (Meta). Mensagens, templates, webhooks HMAC-SHA256, automacao de atendimento. Boilerplates Node.js e Python...skills/whatsapp-cloud-api/SKILL.md
wordpress-penetration-testingGeneral / Developer UtilitiesAssess WordPress installations for common vulnerabilities and WordPress 7.0 attack surfaces.skills/wordpress-penetration-testing/SKILL.md
zapier-make-patternsGeneral / Developer UtilitiesNo-code automation democratizes workflow building. Zapier and Makeskills/zapier-make-patterns/SKILL.md
zod-validation-expertGeneral / Developer UtilitiesExpert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, ...skills/zod-validation-expert/SKILL.md
ai-seoSEO & Web OptimizationOptimize content for AI search and LLM citations across AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and similar systems. Use when improving AI ...skills/ai-seo/SKILL.md
clarvia-aeo-checkSEO & Web OptimizationScore any MCP server, API, or CLI for agent-readiness using Clarvia AEO (Agent Experience Optimization). Search 15,400+ indexed tools before adding th...skills/clarvia-aeo-check/SKILL.md
geo-fundamentalsSEO & Web OptimizationGenerative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).skills/geo-fundamentals/SKILL.md
geoffrey-hintonSEO & Web OptimizationAgente que simula Geoffrey Hinton — Godfather of Deep Learning, Prêmio Turing 2018, criador do backpropagation e das Deep Belief Networks.skills/geoffrey-hinton/SKILL.md
local-legal-seo-auditSEO & Web OptimizationAudit and improve local SEO for law firms, attorneys, forensic experts and legal/professional services sites with local presence, focusing on GBP, dir...skills/local-legal-seo-audit/SKILL.md
programmatic-seoSEO & Web OptimizationDesign and evaluate programmatic SEO strategies for creating SEO-driven pages at scale using templates and structured data.skills/programmatic-seo/SKILL.md
seoSEO & Web OptimizationRun a broad SEO audit across technical SEO, on-page SEO, schema, sitemaps, content quality, AI search readiness, and GEO. Use as the umbrella skill wh...skills/seo/SKILL.md
seo-aeo-blog-writerSEO & Web OptimizationWrites long-form blog posts with TL;DR block, definition sentence, comparison table, and 5-question FAQ for SEO ranking and AEO citation. Activate whe...skills/seo-aeo-blog-writer/SKILL.md
seo-aeo-content-clusterSEO & Web OptimizationBuilds a topical authority map with a pillar page, prioritised cluster articles, content types, internal link map, and content gap analysis. Activate ...skills/seo-aeo-content-cluster/SKILL.md
seo-aeo-content-quality-auditorSEO & Web OptimizationAudits content for SEO and AEO performance with scored reports, severity-ranked fix lists, and projected scores after fixes. Activate when the user wa...skills/seo-aeo-content-quality-auditor/SKILL.md
seo-aeo-internal-linkingSEO & Web OptimizationMaps internal link opportunities between pages with anchor text, placement instructions, orphan page detection, and cannibalization checks. Activate w...skills/seo-aeo-internal-linking/SKILL.md
seo-aeo-keyword-researchSEO & Web OptimizationResearches and prioritises SEO keywords with AEO question queries, difficulty tiers, cannibalization checks, and a content map. Activate when the user...skills/seo-aeo-keyword-research/SKILL.md
seo-aeo-landing-page-writerSEO & Web OptimizationWrites complete, structured landing pages optimized for SEO ranking, AEO citation, and visitor conversion. Activate when the user wants to write or ge...skills/seo-aeo-landing-page-writer/SKILL.md
seo-aeo-meta-description-generatorSEO & Web OptimizationWrites 3 title tag variants and 3 meta description variants per page with SERP preview, OG tags, and Twitter Card tags. Activate when the user wants t...skills/seo-aeo-meta-description-generator/SKILL.md
seo-aeo-schema-generatorSEO & Web OptimizationGenerates valid JSON-LD structured data for 10 schema types with rich result eligibility validation and implementation-ready script blocks. Activate w...skills/seo-aeo-schema-generator/SKILL.md
seo-auditSEO & Web OptimizationDiagnose and audit SEO issues affecting crawlability, indexation, rankings, and organic performance.skills/seo-audit/SKILL.md
seo-authority-builderSEO & Web OptimizationAnalyzes content for E-E-A-T signals and suggests improvements toskills/seo-authority-builder/SKILL.md
seo-cannibalization-detectorSEO & Web OptimizationAnalyzes multiple provided pages to identify keyword overlap andskills/seo-cannibalization-detector/SKILL.md
seo-competitor-pagesSEO & Web Optimization>skills/seo-competitor-pages/SKILL.md
seo-contentSEO & Web Optimization>skills/seo-content/SKILL.md
seo-content-auditorSEO & Web OptimizationAnalyzes provided content for quality, E-E-A-T signals, and SEOskills/seo-content-auditor/SKILL.md
seo-content-plannerSEO & Web OptimizationCreates comprehensive content outlines and topic clusters for SEO.skills/seo-content-planner/SKILL.md
seo-content-refresherSEO & Web OptimizationIdentifies outdated elements in provided content and suggestsskills/seo-content-refresher/SKILL.md
seo-content-writerSEO & Web OptimizationWrites SEO-optimized content based on provided keywords and topicskills/seo-content-writer/SKILL.md
seo-dataforseoSEO & Web OptimizationUse DataForSEO for live SERPs, keyword metrics, backlinks, competitor analysis, on-page checks, and AI visibility data. Trigger when the user needs re...skills/seo-dataforseo/SKILL.md
seo-forensic-incident-responseSEO & Web OptimizationInvestigate sudden drops in organic traffic or rankings and run a structured forensic SEO incident response with triage, root-cause analysis and recov...skills/seo-forensic-incident-response/SKILL.md
seo-fundamentalsSEO & Web OptimizationCore principles of SEO including E-E-A-T, Core Web Vitals, technical foundations, content quality, and how modern search engines evaluate pages.skills/seo-fundamentals/SKILL.md
seo-geoSEO & Web OptimizationOptimize content for AI Overviews, ChatGPT, Perplexity, and other AI search systems. Use when improving GEO, AI citations, llms.txt readiness, crawler...skills/seo-geo/SKILL.md
seo-hreflangSEO & Web Optimization>skills/seo-hreflang/SKILL.md
seo-image-genSEO & Web OptimizationGenerate SEO-focused images such as OG cards, hero images, schema assets, product visuals, and infographics. Use when image generation is part of an S...skills/seo-image-gen/SKILL.md
seo-imagesSEO & Web Optimization>skills/seo-images/SKILL.md
seo-keyword-strategistSEO & Web OptimizationAnalyzes keyword usage in provided content, calculates density,skills/seo-keyword-strategist/SKILL.md
seo-meta-optimizerSEO & Web OptimizationCreates optimized meta titles, descriptions, and URL suggestionsskills/seo-meta-optimizer/SKILL.md
seo-pageSEO & Web Optimization>skills/seo-page/SKILL.md
seo-planSEO & Web Optimization>skills/seo-plan/SKILL.md
seo-programmaticSEO & Web OptimizationPlan and audit programmatic SEO pages generated at scale from structured data. Use when designing templates, URL systems, internal linking, quality ga...skills/seo-programmatic/SKILL.md
seo-schemaSEO & Web Optimization>skills/seo-schema/SKILL.md
seo-sitemapSEO & Web Optimization>skills/seo-sitemap/SKILL.md
seo-snippet-hunterSEO & Web OptimizationFormats content to be eligible for featured snippets and SERPskills/seo-snippet-hunter/SKILL.md
seo-structure-architectSEO & Web OptimizationAnalyzes and optimizes content structure including headerskills/seo-structure-architect/SKILL.md
seo-technicalSEO & Web OptimizationAudit technical SEO across crawlability, indexability, security, URLs, mobile, Core Web Vitals, structured data, JavaScript rendering, and related pla...skills/seo-technical/SKILL.md
social-post-writer-seoSEO & Web OptimizationSocial Media Strategist and Content Writer. Creates clear, engaging social media posts for Instagram, LinkedIn, and Facebook.skills/social-post-writer-seo/SKILL.md
threejs-geometrySEO & Web OptimizationThree.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, buildin...skills/threejs-geometry/SKILL.md
wordpress-centric-high-seo-optimized-blogwriting-skillSEO & Web OptimizationCreate long-form, high-quality, SEO-optimized blog posts ready for WordPress with truth boxes and FAQ schema.skills/wordpress-centric-high-seo-optimized-blogwriting-skill/SKILL.md
astroWeb & FrontendBuild content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.skills/astro/SKILL.md
astropyWeb & FrontendAstropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.skills/astropy/SKILL.md
fp-reactWeb & FrontendPractical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.skills/fp-react/SKILL.md
fp-ts-reactWeb & FrontendPractical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns....skills/fp-ts-react/SKILL.md
frontend-api-integration-patternsWeb & FrontendProduction-ready patterns for integrating frontend applications with backend APIs, including race condition handling, request cancellation, retry stra...skills/frontend-api-integration-patterns/SKILL.md
frontend-mobile-security-xss-scanWeb & FrontendYou are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and...skills/frontend-mobile-security-xss-scan/SKILL.md
frontend-security-coderWeb & FrontendExpert in secure frontend coding practices specializing in XSSskills/frontend-security-coder/SKILL.md
html-injection-testingWeb & FrontendIdentify and exploit HTML injection vulnerabilities that allow attackers to inject malicious HTML content into web applications. This vulnerability en...skills/html-injection-testing/SKILL.md
nextjs-app-router-patternsWeb & FrontendMaster Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, ...skills/nextjs-app-router-patterns/SKILL.md
nextjs-best-practicesWeb & FrontendNext.js App Router principles. Server Components, data fetching, routing patterns.skills/nextjs-best-practices/SKILL.md
nextjs-supabase-authWeb & FrontendExpert integration of Supabase Auth with Next.js App Routerskills/nextjs-supabase-auth/SKILL.md
react-best-practicesWeb & FrontendComprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Use when writing new React components or Next.j...skills/react-best-practices/SKILL.md
react-component-performanceWeb & FrontendDiagnose slow React components and suggest targeted performance fixes.skills/react-component-performance/SKILL.md
react-flow-architectWeb & FrontendBuild production-ready ReactFlow applications with hierarchical navigation, performance optimization, and advanced state management.skills/react-flow-architect/SKILL.md
react-flow-node-tsWeb & FrontendCreate React Flow node components following established patterns with proper TypeScript types and store integration.skills/react-flow-node-ts/SKILL.md
react-modernizationWeb & FrontendUpgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codeb...skills/react-modernization/SKILL.md
react-native-architectureWeb & FrontendBuild production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, ...skills/react-native-architecture/SKILL.md
react-nextjs-developmentWeb & FrontendReact and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.skills/react-nextjs-development/SKILL.md
react-patternsWeb & FrontendModern React patterns and principles. Hooks, composition, performance, TypeScript best practices.skills/react-patterns/SKILL.md
react-state-managementWeb & FrontendMaster modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or ...skills/react-state-management/SKILL.md
react-ui-patternsWeb & FrontendModern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI s...skills/react-ui-patterns/SKILL.md
sveltekitWeb & FrontendBuild full-stack web applications with SvelteKit — file-based routing, SSR, SSG, API routes, and form actions in one framework.skills/sveltekit/SKILL.md

🛡️ Safety & Quality

  • Read-Only Database Access: For database MCP connections (like MySQL/PostgreSQL), always use read-only credentials. Never use admin or root users in your configurations.
  • Verification First: Always review the contents of SKILL.md and related scripts before installing a skill in a production environment.
  • Quality Checklist: Contributors must follow our Skill Quality Checklist before submitting.
  • For security vulnerability reporting, read SECURITY.md.

🤝 How to Contribute

Contributions to improve and expand these skills are welcome!

  • Please read the CONTRIBUTING.md guide before opening a Pull Request.
  • Follow the .skill YAML frontmatter format for new submissions.
  • All contributions are credited under the Taghi Molavi Antigravity Ecosystem.


🔗 Related Projects

Part of the Molavi AI Engineering Ecosystem:


👤 Author & License

Developed by Taghi Molavimolavi.pro
MIT License — Copyright (c) 2026 Taghi Molavi. See the LICENSE file for details.

Collected info

  • 8 stars
  • Language: JavaScript
  • Source updated: 9/17/2026