chore: release 6.5.0 - Community & Experience

- Add date_added to all 950+ skills for complete tracking
- Update version to 6.5.0 in package.json and README
- Regenerate all indexes and catalog
- Sync all generated files

Features from merged PR #150:
- Stars/Upvotes system for community-driven discovery
- Auto-update mechanism via START_APP.bat
- Interactive Prompt Builder
- Date tracking badges
- Smart auto-categorization

All skills validated and indexed.

Made-with: Cursor
This commit is contained in:
sck_0
2026-02-27 09:19:41 +01:00
parent ce5564a537
commit aa71e76eb9
957 changed files with 3392 additions and 6627 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
--- ---
## [6.5.0] - 2026-02-27 - "Community & Experience"
> **Major UX upgrade: Stars feature, auto-updates, interactive prompts, and complete date tracking for all 950+ skills.**
This release introduces significant community-driven enhancements to the web application alongside comprehensive metadata improvements. Users can now upvote skills, build contextual prompts interactively, and benefit from automatic skill updates. All skills now include date tracking for better discoverability.
## 🚀 New Features
### ⭐ Stars & Community Upvotes
**Community-driven skill discovery with star/upvote system.**
- Upvote skills you find valuable — visible to all users
- Star counts persist via Supabase backend
- One upvote per browser (localStorage deduplication)
- Discover popular skills through community ratings
> **Try it:** Browse to any skill and click the ⭐ button to upvote!
### 🔄 Auto-Update Mechanism
**Seamless skill updates via START_APP.bat.**
- Automatic skill synchronization on app startup
- Git-based fast updates when available
- PowerShell HTTPS fallback for non-Git environments
- Surgical updates — only `/skills/` folder to avoid conflicts
> **Try it:** Run `START_APP.bat` to automatically fetch the latest 950+ skills!
### 🛠️ Interactive Prompt Builder
**Build contextual prompts directly in skill detail pages.**
- Add custom context to any skill (e.g., "Use React 19 and Tailwind")
- Copy formatted prompt with skill invocation + your context
- Copy full skill content with context overlay
- Streamlined workflow for AI assistant interactions
> **Try it:** Visit any skill, add context in the text box, click "Copy @Skill"!
### 📅 Date Tracking for All Skills
**Complete `date_added` metadata across the entire registry.**
- All 950+ skills now include `date_added` field
- Visible badges in skill detail pages
- Filter and sort by recency
- Better discoverability of new capabilities
## 📦 Improvements
- **Smart Auto-Categorization**: Categories sorted by skill count with "uncategorized" at the end
- **Category Stats**: Dropdown shows skill count per category
- **Enhanced Home Page**: Risk level badges and date display on skill cards
- **Complete Date Coverage**: All skills updated with `date_added` metadata
- **Web App Dependencies**: Automatic `@supabase/supabase-js` installation
## 👥 Credits
A huge shoutout to our community contributors:
- **@zinzied** for the comprehensive UX enhancement (Stars, Auto-Update, Prompt Builder, Date Tracking, Auto-Categorization — PR #150)
---
## [6.4.1] - 2026-02-27 - "Temporal & Convex Backend Hotfix" ## [6.4.1] - 2026-02-27 - "Temporal & Convex Backend Hotfix"
> **Hotfix release: Temporal Go expert skill, Convex reactive backend, and strict-compliant SEO incident/local audit fixes.** > **Hotfix release: Temporal Go expert skill, Convex reactive backend, and strict-compliant SEO incident/local audit fixes.**

View File

@@ -56,11 +56,11 @@ This repository provides essential skills to transform your AI assistant into a
## New Here? Start Here! ## New Here? Start Here!
**Welcome to the V6.4.1 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. **Welcome to the V6.5.0 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent.
### 1. 🐣 Context: What is this? ### 1. 🐣 Context: What is this?
**Antigravity Awesome Skills** (Release 6.4.1) is a massive upgrade to your AI's capabilities. **Antigravity Awesome Skills** (Release 6.5.0) is a massive upgrade to your AI's capabilities.
AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation".
**Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time. **Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time.

View File

@@ -26,21 +26,15 @@
"azure-ai-agents-persistent-java", "azure-ai-agents-persistent-java",
"azure-ai-anomalydetector-java", "azure-ai-anomalydetector-java",
"azure-ai-contentsafety-java", "azure-ai-contentsafety-java",
"azure-ai-contentsafety-py",
"azure-ai-contentunderstanding-py",
"azure-ai-formrecognizer-java", "azure-ai-formrecognizer-java",
"azure-ai-ml-py",
"azure-ai-projects-java", "azure-ai-projects-java",
"azure-ai-projects-py", "azure-ai-projects-py",
"azure-ai-projects-ts", "azure-ai-projects-ts",
"azure-ai-transcription-py",
"azure-ai-translation-ts", "azure-ai-translation-ts",
"azure-ai-vision-imageanalysis-java", "azure-ai-vision-imageanalysis-java",
"azure-ai-voicelive-java", "azure-ai-voicelive-java",
"azure-ai-voicelive-py", "azure-ai-voicelive-py",
"azure-ai-voicelive-ts",
"azure-appconfiguration-java", "azure-appconfiguration-java",
"azure-appconfiguration-py",
"azure-appconfiguration-ts", "azure-appconfiguration-ts",
"azure-communication-callautomation-java", "azure-communication-callautomation-java",
"azure-communication-callingserver-java", "azure-communication-callingserver-java",
@@ -48,65 +42,34 @@
"azure-communication-common-java", "azure-communication-common-java",
"azure-communication-sms-java", "azure-communication-sms-java",
"azure-compute-batch-java", "azure-compute-batch-java",
"azure-containerregistry-py",
"azure-cosmos-db-py", "azure-cosmos-db-py",
"azure-cosmos-java", "azure-cosmos-java",
"azure-cosmos-py",
"azure-cosmos-rust", "azure-cosmos-rust",
"azure-cosmos-ts",
"azure-data-tables-java", "azure-data-tables-java",
"azure-data-tables-py",
"azure-eventgrid-java", "azure-eventgrid-java",
"azure-eventgrid-py",
"azure-eventhub-java", "azure-eventhub-java",
"azure-eventhub-py",
"azure-eventhub-rust", "azure-eventhub-rust",
"azure-eventhub-ts", "azure-eventhub-ts",
"azure-functions", "azure-functions",
"azure-identity-java", "azure-identity-java",
"azure-identity-py",
"azure-identity-rust", "azure-identity-rust",
"azure-identity-ts", "azure-identity-ts",
"azure-keyvault-certificates-rust", "azure-keyvault-certificates-rust",
"azure-keyvault-keys-rust", "azure-keyvault-keys-rust",
"azure-keyvault-keys-ts", "azure-keyvault-keys-ts",
"azure-keyvault-py",
"azure-keyvault-secrets-rust", "azure-keyvault-secrets-rust",
"azure-keyvault-secrets-ts", "azure-keyvault-secrets-ts",
"azure-messaging-webpubsub-java", "azure-messaging-webpubsub-java",
"azure-messaging-webpubsubservice-py",
"azure-mgmt-apicenter-dotnet",
"azure-mgmt-apicenter-py",
"azure-mgmt-apimanagement-dotnet",
"azure-mgmt-apimanagement-py",
"azure-mgmt-applicationinsights-dotnet",
"azure-mgmt-botservice-py",
"azure-mgmt-fabric-py",
"azure-monitor-ingestion-java", "azure-monitor-ingestion-java",
"azure-monitor-ingestion-py",
"azure-monitor-opentelemetry-exporter-java", "azure-monitor-opentelemetry-exporter-java",
"azure-monitor-opentelemetry-exporter-py",
"azure-monitor-opentelemetry-py",
"azure-monitor-opentelemetry-ts", "azure-monitor-opentelemetry-ts",
"azure-monitor-query-java", "azure-monitor-query-java",
"azure-monitor-query-py",
"azure-postgres-ts",
"azure-search-documents-py",
"azure-search-documents-ts", "azure-search-documents-ts",
"azure-security-keyvault-keys-java", "azure-security-keyvault-keys-java",
"azure-security-keyvault-secrets-java", "azure-security-keyvault-secrets-java",
"azure-servicebus-py",
"azure-servicebus-ts", "azure-servicebus-ts",
"azure-speech-to-text-rest-py",
"azure-storage-blob-java", "azure-storage-blob-java",
"azure-storage-blob-py",
"azure-storage-blob-rust", "azure-storage-blob-rust",
"azure-storage-blob-ts",
"azure-storage-file-datalake-py",
"azure-storage-file-share-py",
"azure-storage-file-share-ts",
"azure-storage-queue-py",
"azure-storage-queue-ts",
"azure-web-pubsub-ts", "azure-web-pubsub-ts",
"backend-architect", "backend-architect",
"backend-dev-guidelines", "backend-dev-guidelines",
@@ -133,7 +96,6 @@
"documentation", "documentation",
"documentation-generation-doc-generate", "documentation-generation-doc-generate",
"documentation-templates", "documentation-templates",
"dotnet-architect",
"dotnet-backend", "dotnet-backend",
"dotnet-backend-patterns", "dotnet-backend-patterns",
"exa-search", "exa-search",
@@ -161,7 +123,6 @@
"go-rod-master", "go-rod-master",
"golang-pro", "golang-pro",
"grpc-golang", "grpc-golang",
"hig-platforms",
"hubspot-integration", "hubspot-integration",
"ios-developer", "ios-developer",
"java-pro", "java-pro",
@@ -170,8 +131,6 @@
"javascript-testing-patterns", "javascript-testing-patterns",
"javascript-typescript-typescript-scaffold", "javascript-typescript-typescript-scaffold",
"launch-strategy", "launch-strategy",
"m365-agents-py",
"m365-agents-ts",
"makepad-skills", "makepad-skills",
"manifest", "manifest",
"memory-safety-patterns", "memory-safety-patterns",
@@ -210,7 +169,6 @@
"react-patterns", "react-patterns",
"react-state-management", "react-state-management",
"react-ui-patterns", "react-ui-patterns",
"reference-builder",
"remotion-best-practices", "remotion-best-practices",
"ruby-pro", "ruby-pro",
"rust-async-patterns", "rust-async-patterns",
@@ -220,7 +178,6 @@
"senior-architect", "senior-architect",
"senior-fullstack", "senior-fullstack",
"shopify-apps", "shopify-apps",
"shopify-development",
"slack-automation", "slack-automation",
"slack-bot-builder", "slack-bot-builder",
"stitch-ui-design", "stitch-ui-design",
@@ -259,8 +216,6 @@
"auth-implementation-patterns", "auth-implementation-patterns",
"aws-penetration-testing", "aws-penetration-testing",
"azure-cosmos-db-py", "azure-cosmos-db-py",
"azure-identity-dotnet",
"azure-keyvault-py",
"azure-keyvault-secrets-rust", "azure-keyvault-secrets-rust",
"azure-keyvault-secrets-ts", "azure-keyvault-secrets-ts",
"azure-security-keyvault-keys-dotnet", "azure-security-keyvault-keys-dotnet",
@@ -269,60 +224,39 @@
"backend-security-coder", "backend-security-coder",
"broken-authentication", "broken-authentication",
"burp-suite-testing", "burp-suite-testing",
"carrier-relationship-management",
"cc-skill-security-review", "cc-skill-security-review",
"clerk-auth", "clerk-auth",
"cloud-architect",
"cloud-penetration-testing", "cloud-penetration-testing",
"code-review-checklist", "code-review-checklist",
"code-reviewer",
"codebase-cleanup-deps-audit", "codebase-cleanup-deps-audit",
"convex", "convex",
"customs-trade-compliance", "customs-trade-compliance",
"database-admin",
"dependency-management-deps-audit", "dependency-management-deps-audit",
"deployment-engineer",
"deployment-pipeline-design", "deployment-pipeline-design",
"design-orchestration",
"docker-expert", "docker-expert",
"dotnet-backend", "dotnet-backend",
"ethical-hacking-methodology", "ethical-hacking-methodology",
"find-bugs", "find-bugs",
"firebase", "firebase",
"firmware-analyst",
"form-cro",
"framework-migration-deps-upgrade", "framework-migration-deps-upgrade",
"frontend-mobile-security-xss-scan", "frontend-mobile-security-xss-scan",
"frontend-security-coder", "frontend-security-coder",
"gdpr-data-handling", "gdpr-data-handling",
"graphql-architect",
"hig-foundations",
"hybrid-cloud-architect",
"k8s-manifest-generator", "k8s-manifest-generator",
"k8s-security-policies", "k8s-security-policies",
"kubernetes-architect",
"laravel-expert", "laravel-expert",
"laravel-security-audit", "laravel-security-audit",
"legal-advisor",
"linkerd-patterns", "linkerd-patterns",
"loki-mode", "loki-mode",
"m365-agents-dotnet",
"m365-agents-py",
"malware-analyst",
"mobile-security-coder", "mobile-security-coder",
"multi-agent-brainstorming",
"nestjs-expert", "nestjs-expert",
"network-engineer",
"nextjs-supabase-auth", "nextjs-supabase-auth",
"nodejs-best-practices", "nodejs-best-practices",
"notebooklm", "notebooklm",
"openapi-spec-generation", "openapi-spec-generation",
"payment-integration",
"pci-compliance", "pci-compliance",
"pentest-checklist", "pentest-checklist",
"plaid-fintech", "plaid-fintech",
"quant-analyst",
"reverse-engineer",
"risk-manager", "risk-manager",
"risk-metrics-calculation", "risk-metrics-calculation",
"sast-configuration", "sast-configuration",
@@ -344,11 +278,9 @@
"solidity-security", "solidity-security",
"stride-analysis-patterns", "stride-analysis-patterns",
"stripe-integration", "stripe-integration",
"terraform-specialist",
"threat-mitigation-mapping", "threat-mitigation-mapping",
"threat-modeling-expert", "threat-modeling-expert",
"top-web-vulnerabilities", "top-web-vulnerabilities",
"ui-visual-validator",
"varlock-claude-skill", "varlock-claude-skill",
"vulnerability-scanner", "vulnerability-scanner",
"web-design-guidelines", "web-design-guidelines",
@@ -361,38 +293,25 @@
"description": "Kubernetes and service mesh essentials.", "description": "Kubernetes and service mesh essentials.",
"skills": [ "skills": [
"azure-cosmos-db-py", "azure-cosmos-db-py",
"azure-identity-dotnet",
"azure-identity-java", "azure-identity-java",
"azure-identity-py",
"azure-identity-ts", "azure-identity-ts",
"azure-messaging-webpubsubservice-py",
"azure-mgmt-apimanagement-dotnet",
"azure-mgmt-botservice-dotnet",
"azure-mgmt-botservice-py",
"azure-servicebus-dotnet",
"azure-servicebus-py",
"azure-servicebus-ts", "azure-servicebus-ts",
"backend-architect",
"chrome-extension-developer", "chrome-extension-developer",
"cloud-devops", "cloud-devops",
"devops-troubleshooter",
"freshservice-automation", "freshservice-automation",
"gitops-workflow", "gitops-workflow",
"grpc-golang", "grpc-golang",
"helm-chart-scaffolding", "helm-chart-scaffolding",
"hig-technologies",
"istio-traffic-management", "istio-traffic-management",
"k8s-manifest-generator", "k8s-manifest-generator",
"k8s-security-policies", "k8s-security-policies",
"kubernetes-architect", "kubernetes-architect",
"kubernetes-deployment", "kubernetes-deployment",
"legal-advisor",
"linkerd-patterns", "linkerd-patterns",
"linux-troubleshooting", "linux-troubleshooting",
"microservices-patterns", "microservices-patterns",
"moodle-external-api-development", "moodle-external-api-development",
"mtls-configuration", "mtls-configuration",
"network-engineer",
"observability-monitoring-slo-implement", "observability-monitoring-slo-implement",
"service-mesh-expert", "service-mesh-expert",
"service-mesh-observability", "service-mesh-observability",
@@ -406,40 +325,20 @@
"analytics-tracking", "analytics-tracking",
"angular-ui-patterns", "angular-ui-patterns",
"appdeploy", "appdeploy",
"azure-ai-document-intelligence-dotnet",
"azure-ai-document-intelligence-ts", "azure-ai-document-intelligence-ts",
"azure-ai-textanalytics-py",
"azure-cosmos-db-py", "azure-cosmos-db-py",
"azure-cosmos-java",
"azure-cosmos-py",
"azure-cosmos-rust",
"azure-cosmos-ts",
"azure-data-tables-java", "azure-data-tables-java",
"azure-data-tables-py", "azure-data-tables-py",
"azure-eventhub-dotnet",
"azure-eventhub-java", "azure-eventhub-java",
"azure-eventhub-rust",
"azure-eventhub-ts", "azure-eventhub-ts",
"azure-maps-search-dotnet",
"azure-mgmt-applicationinsights-dotnet",
"azure-monitor-ingestion-java",
"azure-monitor-ingestion-py",
"azure-monitor-query-java",
"azure-monitor-query-py",
"azure-postgres-ts", "azure-postgres-ts",
"azure-resource-manager-cosmosdb-dotnet",
"azure-resource-manager-mysql-dotnet", "azure-resource-manager-mysql-dotnet",
"azure-resource-manager-postgresql-dotnet",
"azure-resource-manager-redis-dotnet",
"azure-resource-manager-sql-dotnet", "azure-resource-manager-sql-dotnet",
"azure-security-keyvault-secrets-java", "azure-security-keyvault-secrets-java",
"azure-storage-file-datalake-py",
"blockrun", "blockrun",
"business-analyst",
"cc-skill-backend-patterns", "cc-skill-backend-patterns",
"cc-skill-clickhouse-io", "cc-skill-clickhouse-io",
"claude-d3js-skill", "claude-d3js-skill",
"content-marketer",
"data-engineer", "data-engineer",
"data-engineering-data-driven-feature", "data-engineering-data-driven-feature",
"data-engineering-data-pipeline", "data-engineering-data-pipeline",
@@ -465,12 +364,7 @@
"google-analytics-automation", "google-analytics-automation",
"googlesheets-automation", "googlesheets-automation",
"graphql", "graphql",
"hig-components-content",
"hig-components-status",
"hig-patterns",
"ios-developer",
"kpi-dashboard-design", "kpi-dashboard-design",
"legal-advisor",
"libreoffice/base", "libreoffice/base",
"libreoffice/calc", "libreoffice/calc",
"loki-mode", "loki-mode",
@@ -481,23 +375,16 @@
"nextjs-best-practices", "nextjs-best-practices",
"nodejs-backend-patterns", "nodejs-backend-patterns",
"pci-compliance", "pci-compliance",
"php-pro",
"postgres-best-practices", "postgres-best-practices",
"postgresql", "postgresql",
"postgresql-optimization", "postgresql-optimization",
"prisma-expert", "prisma-expert",
"programmatic-seo",
"pydantic-models-py", "pydantic-models-py",
"quality-nonconformance",
"quant-analyst",
"rag-implementation", "rag-implementation",
"react-ui-patterns", "react-ui-patterns",
"scala-pro",
"schema-markup",
"segment-cdp", "segment-cdp",
"sendgrid-automation", "sendgrid-automation",
"senior-architect", "senior-architect",
"seo-audit",
"spark-optimization", "spark-optimization",
"sql-injection-testing", "sql-injection-testing",
"sql-optimization-patterns", "sql-optimization-patterns",
@@ -521,24 +408,15 @@
"aws-serverless", "aws-serverless",
"azd-deployment", "azd-deployment",
"azure-ai-anomalydetector-java", "azure-ai-anomalydetector-java",
"azure-mgmt-applicationinsights-dotnet",
"azure-mgmt-arizeaiobservabilityeval-dotnet",
"azure-mgmt-weightsandbiases-dotnet",
"azure-microsoft-playwright-testing-ts", "azure-microsoft-playwright-testing-ts",
"azure-monitor-opentelemetry-exporter-java",
"azure-monitor-opentelemetry-ts", "azure-monitor-opentelemetry-ts",
"backend-architect",
"backend-development-feature-development", "backend-development-feature-development",
"c4-container",
"cicd-automation-workflow-automate", "cicd-automation-workflow-automate",
"cloud-devops", "cloud-devops",
"code-review-ai-ai-review", "code-review-ai-ai-review",
"convex", "convex",
"crypto-bd-agent",
"data-engineer",
"data-engineering-data-pipeline", "data-engineering-data-pipeline",
"database-migrations-migration-observability", "database-migrations-migration-observability",
"database-optimizer",
"deployment-engineer", "deployment-engineer",
"deployment-pipeline-design", "deployment-pipeline-design",
"deployment-procedures", "deployment-procedures",
@@ -546,7 +424,6 @@
"devops-troubleshooter", "devops-troubleshooter",
"distributed-debugging-debug-trace", "distributed-debugging-debug-trace",
"distributed-tracing", "distributed-tracing",
"django-pro",
"docker-expert", "docker-expert",
"e2e-testing-patterns", "e2e-testing-patterns",
"error-debugging-error-analysis", "error-debugging-error-analysis",
@@ -554,7 +431,6 @@
"error-diagnostics-error-analysis", "error-diagnostics-error-analysis",
"error-diagnostics-error-trace", "error-diagnostics-error-trace",
"expo-deployment", "expo-deployment",
"flutter-expert",
"game-development/game-art", "game-development/game-art",
"git-pr-workflows-git-workflow", "git-pr-workflows-git-workflow",
"gitlab-ci-patterns", "gitlab-ci-patterns",
@@ -566,17 +442,13 @@
"incident-response-smart-fix", "incident-response-smart-fix",
"incident-runbook-templates", "incident-runbook-templates",
"kpi-dashboard-design", "kpi-dashboard-design",
"kubernetes-architect",
"kubernetes-deployment", "kubernetes-deployment",
"langfuse", "langfuse",
"llm-app-patterns", "llm-app-patterns",
"loki-mode", "loki-mode",
"machine-learning-ops-ml-pipeline", "machine-learning-ops-ml-pipeline",
"malware-analyst",
"manifest", "manifest",
"ml-engineer",
"ml-pipeline-workflow", "ml-pipeline-workflow",
"mlops-engineer",
"observability-engineer", "observability-engineer",
"observability-monitoring-monitor-setup", "observability-monitoring-monitor-setup",
"observability-monitoring-slo-implement", "observability-monitoring-slo-implement",
@@ -586,15 +458,11 @@
"postmortem-writing", "postmortem-writing",
"prometheus-configuration", "prometheus-configuration",
"risk-metrics-calculation", "risk-metrics-calculation",
"security-auditor",
"seo-forensic-incident-response", "seo-forensic-incident-response",
"server-management", "server-management",
"service-mesh-expert", "service-mesh-expert",
"service-mesh-observability", "service-mesh-observability",
"slo-implementation", "slo-implementation",
"temporal-python-pro",
"terraform-specialist",
"unity-developer",
"vercel-deploy-claimable", "vercel-deploy-claimable",
"vercel-deployment" "vercel-deployment"
] ]

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "antigravity-awesome-skills", "name": "antigravity-awesome-skills",
"version": "6.4.1", "version": "6.5.0",
"description": "900+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "description": "900+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

View File

@@ -5,6 +5,7 @@ description: "Arquitecto de Soluciones Principal y Consultor Tecnológico de And
category: andruia category: andruia
risk: safe risk: safe
source: personal source: personal
date_added: "2026-02-27"
--- ---
## When to Use ## When to Use

View File

@@ -5,6 +5,7 @@ description: "Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho
category: andruia category: andruia
risk: safe risk: safe
source: personal source: personal
date_added: "2026-02-27"
--- ---
## When to Use ## When to Use

View File

@@ -1,8 +1,9 @@
--- ---
name: 3d-web-experience name: 3d-web-experience
description: "Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing ..." description: "Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing ..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# 3D Web Experience # 3D Web Experience

View File

@@ -3,6 +3,7 @@ name: ab-test-setup
description: "Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness." description: "Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# A/B Test Setup # A/B Test Setup

View File

@@ -3,6 +3,7 @@ name: accessibility-compliance-accessibility-audit
description: "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance." description: "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Accessibility Audit and Testing # Accessibility Audit and Testing

View File

@@ -1,11 +1,9 @@
--- ---
name: active-directory-attacks name: active-directory-attacks
description: "This skill should be used when the user asks to \"attack Active Directory\", \"exploit AD\", \"Kerberoasting\", \"DCSync\", \"pass-the-hash\", \"BloodHound enumeration\", \"Golden Ticket\", ..." description: "This skill should be used when the user asks to \"attack Active Directory\", \"exploit AD\", \"Kerberoasting\", \"DCSync\", \"pass-the-hash\", \"BloodHound enumeration\", \"Golden Ticket\", ..."
metadata:
author: zebbern
version: "1.1"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Active Directory Attacks # Active Directory Attacks

View File

@@ -1,10 +1,9 @@
--- ---
name: activecampaign-automation name: activecampaign-automation
description: "Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas." description: "Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas."
requires:
mcp: [rube]
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# ActiveCampaign Automation via Rube MCP # ActiveCampaign Automation via Rube MCP

View File

@@ -3,6 +3,7 @@ name: address-github-comments
description: "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI." description: "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Address GitHub Comments # Address GitHub Comments

View File

@@ -1,8 +1,9 @@
--- ---
name: agent-evaluation name: agent-evaluation
description: "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring\u2014where even top agents achieve less than 50% on re..." description: "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring\u2014where even top agents achieve less than 50% on re..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# Agent Evaluation # Agent Evaluation

View File

@@ -1,9 +1,9 @@
--- ---
name: agent-framework-azure-ai-py name: agent-framework-azure-ai-py
description: "Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code int..." description: "Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code int..."
package: agent-framework-azure-ai
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Agent Framework Azure Hosted Agents # Agent Framework Azure Hosted Agents

View File

@@ -3,6 +3,7 @@ name: agent-manager-skill
description: "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling." description: "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Agent Manager Skill # Agent Manager Skill

View File

@@ -1,9 +1,9 @@
--- ---
name: agent-memory-mcp name: agent-memory-mcp
author: Amit Rathiesh
description: "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions)." description: "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions)."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Agent Memory Skill # Agent Memory Skill

View File

@@ -1,8 +1,9 @@
--- ---
name: agent-memory-systems name: agent-memory-systems
description: "Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector s..." description: "Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector s..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# Agent Memory Systems # Agent Memory Systems

View File

@@ -3,6 +3,7 @@ name: agent-orchestration-improve-agent
description: "Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration." description: "Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Agent Performance Optimization Workflow # Agent Performance Optimization Workflow

View File

@@ -3,6 +3,7 @@ name: agent-orchestration-multi-agent-optimize
description: "Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability." description: "Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Multi-Agent Optimization Toolkit # Multi-Agent Optimization Toolkit

View File

@@ -1,8 +1,9 @@
--- ---
name: agent-tool-builder name: agent-tool-builder
description: "Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..." description: "Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# Agent Tool Builder # Agent Tool Builder

View File

@@ -1,8 +1,9 @@
--- ---
name: agentfolio name: agentfolio
description: "Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory." description: "Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory."
source: agentfolio.io
risk: unknown risk: unknown
source: agentfolio.io
date_added: "2026-02-27"
--- ---
# AgentFolio # AgentFolio

View File

@@ -1,9 +1,9 @@
--- ---
name: agents-v2-py name: agents-v2-py
description: "Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry." description: "Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry."
package: azure-ai-projects
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Hosted Agents (Python) # Azure AI Hosted Agents (Python)

View File

@@ -1,11 +1,10 @@
--- ---
name: ai-agent-development name: ai-agent-development
description: "AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents." description: "AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents."
source: personal
risk: safe
domain: ai-ml
category: granular-workflow-bundle category: granular-workflow-bundle
version: 1.0.0 risk: safe
source: personal
date_added: "2026-02-27"
--- ---
# AI Agent Development Workflow # AI Agent Development Workflow

View File

@@ -1,8 +1,9 @@
--- ---
name: ai-agents-architect name: ai-agents-architect
description: "Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool ..." description: "Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool ..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# AI Agents Architect # AI Agents Architect

View File

@@ -1,14 +1,9 @@
--- ---
name: ai-engineer name: ai-engineer
description: | description: |
Build production-ready LLM applications, advanced RAG systems, and
intelligent agents. Implements vector search, multimodal AI, agent
orchestration, and enterprise AI integrations. Use PROACTIVELY for LLM
features, chatbots, AI agents, or AI-powered applications.
metadata:
model: inherit
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures.

View File

@@ -1,11 +1,10 @@
--- ---
name: ai-ml name: ai-ml
description: "AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features." description: "AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features."
source: personal
risk: safe
domain: artificial-intelligence
category: workflow-bundle category: workflow-bundle
version: 1.0.0 risk: safe
source: personal
date_added: "2026-02-27"
--- ---
# AI/ML Workflow Bundle # AI/ML Workflow Bundle

View File

@@ -1,8 +1,9 @@
--- ---
name: ai-product name: ai-product
description: "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ..." description: "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# AI Product Development # AI Product Development

View File

@@ -1,8 +1,9 @@
--- ---
name: ai-wrapper-product name: ai-wrapper-product
description: "Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Cov..." description: "Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Cov..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# AI Wrapper Product # AI Wrapper Product

View File

@@ -3,6 +3,7 @@ name: airflow-dag-patterns
description: "Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs." description: "Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Apache Airflow DAG Patterns # Apache Airflow DAG Patterns

View File

@@ -1,10 +1,9 @@
--- ---
name: airtable-automation name: airtable-automation
description: "Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas." description: "Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas."
requires:
mcp: [rube]
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Airtable Automation via Rube MCP # Airtable Automation via Rube MCP

View File

@@ -1,8 +1,9 @@
--- ---
name: algolia-search name: algolia-search
description: "Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality." description: "Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# Algolia Search Integration # Algolia Search Integration

View File

@@ -1,9 +1,9 @@
--- ---
name: algorithmic-art name: algorithmic-art
description: "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields,..." description: "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields,..."
license: Complete terms in LICENSE.txt
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).

View File

@@ -1,10 +1,9 @@
--- ---
name: amplitude-automation name: amplitude-automation
description: "Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas." description: "Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas."
requires:
mcp: [rube]
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Amplitude Automation via Rube MCP # Amplitude Automation via Rube MCP

View File

@@ -1,13 +1,9 @@
--- ---
name: analytics-tracking name: analytics-tracking
description: > description: >
Design, audit, and improve analytics tracking systems that produce reliable,
decision-ready data. Use when the user wants to set up, fix, or evaluate
analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs).
This skill focuses on measurement strategy, signal quality, and validation—
not just firing events.
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Analytics Tracking & Measurement Strategy # Analytics Tracking & Measurement Strategy

View File

@@ -1,8 +1,9 @@
--- ---
name: android-jetpack-compose-expert name: android-jetpack-compose-expert
description: Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3. description: "Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3."
risk: safe risk: safe
source: community source: community
date_added: "2026-02-27"
--- ---
# Android Jetpack Compose Expert # Android Jetpack Compose Expert

View File

@@ -3,6 +3,7 @@ name: angular-best-practices
description: "Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency." description: "Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency."
risk: safe risk: safe
source: self source: self
date_added: "2026-02-27"
--- ---
# Angular Best Practices # Angular Best Practices

View File

@@ -3,6 +3,7 @@ name: angular-migration
description: "Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ..." description: "Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Angular Migration # Angular Migration

View File

@@ -3,6 +3,7 @@ name: angular-state-management
description: "Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns." description: "Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns."
risk: safe risk: safe
source: self source: self
date_added: "2026-02-27"
--- ---
# Angular State Management # Angular State Management

View File

@@ -3,6 +3,7 @@ name: angular-ui-patterns
description: "Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states." description: "Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states."
risk: safe risk: safe
source: self source: self
date_added: "2026-02-27"
--- ---
# Angular UI Patterns # Angular UI Patterns

View File

@@ -1,12 +1,9 @@
--- ---
name: angular name: angular
description: >- description: >-
Modern Angular (v20+) expert with deep knowledge of Signals, Standalone
Components, Zoneless applications, SSR/Hydration, and reactive patterns.
Use PROACTIVELY for Angular development, component architecture, state
management, performance optimization, and migration to modern patterns.
risk: safe risk: safe
source: self source: self
date_added: "2026-02-27"
--- ---
# Angular Expert # Angular Expert

View File

@@ -3,6 +3,7 @@ name: anti-reversing-techniques
description: "Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u..." description: "Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
> **AUTHORIZED USE ONLY**: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > **AUTHORIZED USE ONLY**: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis:

View File

@@ -1,8 +1,9 @@
--- ---
name: antigravity-workflows name: antigravity-workflows
description: "Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA." description: "Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA."
source: self
risk: none risk: none
source: self
date_added: "2026-02-27"
--- ---
# Antigravity Workflows # Antigravity Workflows

View File

@@ -3,6 +3,7 @@ name: api-design-principles
description: "Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing..." description: "Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Design Principles # API Design Principles

View File

@@ -3,6 +3,7 @@ name: api-documentation-generator
description: "Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices" description: "Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Documentation Generator # API Documentation Generator

View File

@@ -1,11 +1,10 @@
--- ---
name: api-documentation name: api-documentation
description: "API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation." description: "API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation."
source: personal
risk: safe
domain: documentation
category: granular-workflow-bundle category: granular-workflow-bundle
version: 1.0.0 risk: safe
source: personal
date_added: "2026-02-27"
--- ---
# API Documentation Workflow # API Documentation Workflow

View File

@@ -1,14 +1,9 @@
--- ---
name: api-documenter name: api-documenter
description: | description: |
Master API documentation with OpenAPI 3.1, AI-powered tools, and
modern developer experience practices. Create interactive docs, generate SDKs,
and build comprehensive developer portals. Use PROACTIVELY for API
documentation or developer portal creation.
metadata:
model: sonnet
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
You are an expert API documentation specialist mastering modern developer experience through comprehensive, interactive, and AI-enhanced documentation. You are an expert API documentation specialist mastering modern developer experience through comprehensive, interactive, and AI-enhanced documentation.

View File

@@ -1,11 +1,9 @@
--- ---
name: api-fuzzing-bug-bounty name: api-fuzzing-bug-bounty
description: "This skill should be used when the user asks to \"test API security\", \"fuzz APIs\", \"find IDOR vulnerabilities\", \"test REST API\", \"test GraphQL\", \"API penetration testing\", \"bug b..." description: "This skill should be used when the user asks to \"test API security\", \"fuzz APIs\", \"find IDOR vulnerabilities\", \"test REST API\", \"test GraphQL\", \"API penetration testing\", \"bug b..."
metadata:
author: zebbern
version: "1.1"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Fuzzing for Bug Bounty # API Fuzzing for Bug Bounty

View File

@@ -1,9 +1,9 @@
--- ---
name: api-patterns name: api-patterns
description: "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination." description: "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination."
allowed-tools: Read, Write, Edit, Glob, Grep
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Patterns # API Patterns

View File

@@ -3,6 +3,7 @@ name: api-security-best-practices
description: "Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities" description: "Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Security Best Practices # API Security Best Practices

View File

@@ -1,11 +1,10 @@
--- ---
name: api-security-testing name: api-security-testing
description: "API security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices." description: "API security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices."
source: personal
risk: safe
domain: security
category: granular-workflow-bundle category: granular-workflow-bundle
version: 1.0.0 risk: safe
source: personal
date_added: "2026-02-27"
--- ---
# API Security Testing Workflow # API Security Testing Workflow

View File

@@ -3,6 +3,7 @@ name: api-testing-observability-api-mock
description: "You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and enable parallel development." description: "You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and enable parallel development."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# API Mocking Framework # API Mocking Framework

View File

@@ -1,9 +1,9 @@
--- ---
name: app-builder name: app-builder
description: "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents." description: "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents."
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Agent
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# App Builder - Application Building Orchestrator # App Builder - Application Building Orchestrator

View File

@@ -1,9 +1,9 @@
--- ---
name: templates name: templates
description: "Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks." description: "Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks."
allowed-tools: Read, Glob, Grep
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Project Templates # Project Templates

View File

@@ -3,6 +3,7 @@ name: app-store-optimization
description: "Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store" description: "Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# App Store Optimization (ASO) Skill # App Store Optimization (ASO) Skill

View File

@@ -1,13 +1,9 @@
--- ---
name: appdeploy name: appdeploy
description: Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl. description: "Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl."
allowed-tools:
- Bash
risk: safe risk: safe
source: AppDeploy (MIT) source: "AppDeploy (MIT)"
metadata: date_added: "2026-02-27"
author: appdeploy
version: "1.0.5"
--- ---
# AppDeploy Skill # AppDeploy Skill

View File

@@ -3,6 +3,7 @@ name: application-performance-performance-optimization
description: "Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack." description: "Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
Optimize application performance end-to-end using specialized performance and optimization agents: Optimize application performance end-to-end using specialized performance and optimization agents:

View File

@@ -1,13 +1,9 @@
--- ---
name: architect-review name: architect-review
description: Master software architect specializing in modern architecture description: "Master software architect specializing in modern architecture"
patterns, clean architecture, microservices, event-driven systems, and DDD.
Reviews system designs and code changes for architectural integrity,
scalability, and maintainability. Use PROACTIVELY for architectural decisions.
metadata:
model: opus
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design.

View File

@@ -3,6 +3,7 @@ name: architecture-decision-records
description: "Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect..." description: "Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Architecture Decision Records # Architecture Decision Records

View File

@@ -3,6 +3,7 @@ name: architecture-patterns
description: "Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ..." description: "Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Architecture Patterns # Architecture Patterns

View File

@@ -1,9 +1,9 @@
--- ---
name: architecture name: architecture
description: "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design." description: "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design."
allowed-tools: Read, Glob, Grep
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Architecture Decision Framework # Architecture Decision Framework

View File

@@ -1,15 +1,9 @@
--- ---
name: arm-cortex-expert name: arm-cortex-expert
description: > description: >
Senior embedded software engineer specializing in firmware and driver
development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD).
Decades of experience writing reliable, optimized, and maintainable embedded
code with deep expertise in memory barriers, DMA/cache coherency,
interrupt-driven I/O, and peripheral drivers.
metadata:
model: inherit
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# @arm-cortex-expert # @arm-cortex-expert

View File

@@ -1,10 +1,9 @@
--- ---
name: asana-automation name: asana-automation
description: "Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas." description: "Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas."
requires:
mcp: [rube]
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Asana Automation via Rube MCP # Asana Automation via Rube MCP

View File

@@ -3,6 +3,7 @@ name: async-python-patterns
description: "Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-..." description: "Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Async Python Patterns # Async Python Patterns

View File

@@ -3,6 +3,7 @@ name: attack-tree-construction
description: "Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders." description: "Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Attack Tree Construction # Attack Tree Construction

View File

@@ -1,15 +1,11 @@
--- ---
name: audio-transcriber name: audio-transcriber
description: "Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration" description: "Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration"
version: 1.2.0
author: Eric Andrade
created: 2025-02-01
updated: 2026-02-04
platforms: [github-copilot-cli, claude-code, codex]
category: content category: content
tags: [audio, transcription, whisper, meeting-minutes, speech-to-text]
risk: safe risk: safe
source: community source: community
tags: "[audio, transcription, whisper, meeting-minutes, speech-to-text]"
date_added: "2026-02-27"
--- ---
## Purpose ## Purpose

View File

@@ -3,6 +3,7 @@ name: auth-implementation-patterns
description: "Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A..." description: "Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Authentication & Authorization Implementation Patterns # Authentication & Authorization Implementation Patterns

View File

@@ -1,8 +1,9 @@
--- ---
name: automate-whatsapp name: automate-whatsapp
description: "Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automatin..." description: "Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automatin..."
source: "https://github.com/gokapso/agent-skills/tree/master/skills/automate-whatsapp"
risk: safe risk: safe
source: "https://github.com/gokapso/agent-skills/tree/master/skills/automate-whatsapp"
date_added: "2026-02-27"
--- ---
# Automate WhatsApp # Automate WhatsApp

View File

@@ -3,6 +3,7 @@ name: autonomous-agent-patterns
description: "Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool ..." description: "Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool ..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# 🕹️ Autonomous Agent Patterns # 🕹️ Autonomous Agent Patterns

View File

@@ -1,8 +1,9 @@
--- ---
name: autonomous-agents name: autonomous-agents
description: "Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it'..." description: "Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it'..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# Autonomous Agents # Autonomous Agents

View File

@@ -1,9 +1,9 @@
--- ---
name: avalonia-layout-zafiro name: avalonia-layout-zafiro
description: "Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy." description: "Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy."
allowed-tools: Read, Write, Edit, Glob, Grep
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Avalonia Layout with Zafiro.Avalonia # Avalonia Layout with Zafiro.Avalonia

View File

@@ -3,6 +3,7 @@ name: avalonia-viewmodels-zafiro
description: "Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI." description: "Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Avalonia ViewModels with Zafiro # Avalonia ViewModels with Zafiro

View File

@@ -3,6 +3,7 @@ name: avalonia-zafiro-development
description: "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit." description: "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Avalonia Zafiro Development # Avalonia Zafiro Development

View File

@@ -1,8 +1,9 @@
--- ---
name: aws-cost-cleanup name: aws-cost-cleanup
description: Automated cleanup of unused AWS resources to reduce costs description: "Automated cleanup of unused AWS resources to reduce costs"
risk: safe risk: safe
source: community source: community
date_added: "2026-02-27"
--- ---
# AWS Cost Cleanup # AWS Cost Cleanup

View File

@@ -1,8 +1,9 @@
--- ---
name: aws-cost-optimizer name: aws-cost-optimizer
description: Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer description: "Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer"
risk: safe risk: safe
source: community source: community
date_added: "2026-02-27"
--- ---
# AWS Cost Optimizer # AWS Cost Optimizer

View File

@@ -1,11 +1,9 @@
--- ---
name: aws-penetration-testing name: aws-penetration-testing
description: "This skill should be used when the user asks to \"pentest AWS\", \"test AWS security\", \"enumerate IAM\", \"exploit cloud infrastructure\", \"AWS privilege escalation\", \"S3 bucket testing..." description: "This skill should be used when the user asks to \"pentest AWS\", \"test AWS security\", \"enumerate IAM\", \"exploit cloud infrastructure\", \"AWS privilege escalation\", \"S3 bucket testing..."
metadata:
author: zebbern
version: "1.1"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# AWS Penetration Testing # AWS Penetration Testing

View File

@@ -1,8 +1,9 @@
--- ---
name: aws-serverless name: aws-serverless
description: "Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start opt..." description: "Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start opt..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
--- ---
# AWS Serverless # AWS Serverless

View File

@@ -1,8 +1,9 @@
--- ---
name: aws-skills name: aws-skills
description: "AWS development with infrastructure automation and cloud architecture patterns" description: "AWS development with infrastructure automation and cloud architecture patterns"
source: "https://github.com/zxkane/aws-skills"
risk: safe risk: safe
source: "https://github.com/zxkane/aws-skills"
date_added: "2026-02-27"
--- ---
# Aws Skills # Aws Skills

View File

@@ -3,6 +3,7 @@ name: azd-deployment
description: "Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration, creating Bicep infrastructure for Cont..." description: "Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration, creating Bicep infrastructure for Cont..."
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure Developer CLI (azd) Container Apps Deployment # Azure Developer CLI (azd) Container Apps Deployment

View File

@@ -1,10 +1,9 @@
--- ---
name: azure-ai-agents-persistent-dotnet name: azure-ai-agents-persistent-dotnet
description: | description: |
Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: "PersistentAgentsClient", "persistent agents", "agent threads", "agent runs", "streaming agents", "function calling agents .NET".
package: Azure.AI.Agents.Persistent
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure.AI.Agents.Persistent (.NET) # Azure.AI.Agents.Persistent (.NET)

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-agents-persistent-java name: azure-ai-agents-persistent-java
description: | description: |
Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.
Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java".
package: com.azure:azure-ai-agents-persistent
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Agents Persistent SDK for Java # Azure AI Agents Persistent SDK for Java

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-anomalydetector-java name: azure-ai-anomalydetector-java
description: "Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring." description: "Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring."
package: com.azure:azure-ai-anomalydetector
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Anomaly Detector SDK for Java # Azure AI Anomaly Detector SDK for Java

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-contentsafety-java name: azure-ai-contentsafety-java
description: "Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual conten..." description: "Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual conten..."
package: com.azure:azure-ai-contentsafety
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Content Safety SDK for Java # Azure AI Content Safety SDK for Java

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-contentsafety-py name: azure-ai-contentsafety-py
description: | description: |
Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.
Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image analysis".
package: azure-ai-contentsafety
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Content Safety SDK for Python # Azure AI Content Safety SDK for Python

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-contentsafety-ts name: azure-ai-contentsafety-ts
description: "Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual conten..." description: "Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual conten..."
package: "@azure-rest/ai-content-safety"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Content Safety REST SDK for TypeScript # Azure AI Content Safety REST SDK for TypeScript

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-contentunderstanding-py name: azure-ai-contentunderstanding-py
description: | description: |
Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.
Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription".
package: azure-ai-contentunderstanding
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Content Understanding SDK for Python # Azure AI Content Understanding SDK for Python

View File

@@ -1,10 +1,9 @@
--- ---
name: azure-ai-document-intelligence-dotnet name: azure-ai-document-intelligence-dotnet
description: | description: |
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".
package: Azure.AI.DocumentIntelligence
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure.AI.DocumentIntelligence (.NET) # Azure.AI.DocumentIntelligence (.NET)

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-document-intelligence-ts name: azure-ai-document-intelligence-ts
description: "Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building cu..." description: "Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building cu..."
package: "@azure-rest/ai-document-intelligence"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure Document Intelligence REST SDK for TypeScript # Azure Document Intelligence REST SDK for TypeScript

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-formrecognizer-java name: azure-ai-formrecognizer-java
description: "Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or buildi..." description: "Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or buildi..."
package: com.azure:azure-ai-formrecognizer
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure Document Intelligence (Form Recognizer) SDK for Java # Azure Document Intelligence (Form Recognizer) SDK for Java

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-ml-py name: azure-ai-ml-py
description: | description: |
Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines.
Triggers: "azure-ai-ml", "MLClient", "workspace", "model registry", "training jobs", "datasets".
package: azure-ai-ml
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure Machine Learning SDK v2 for Python # Azure Machine Learning SDK v2 for Python

View File

@@ -1,10 +1,9 @@
--- ---
name: azure-ai-openai-dotnet name: azure-ai-openai-dotnet
description: | description: |
Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".
package: Azure.AI.OpenAI
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure.AI.OpenAI (.NET) # Azure.AI.OpenAI (.NET)

View File

@@ -1,10 +1,9 @@
--- ---
name: azure-ai-projects-dotnet name: azure-ai-projects-dotnet
description: | description: |
Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. Use for AI Foundry project management, versioned agents, and orchestration. Triggers: "AI Projects", "AIProjectClient", "Foundry project", "versioned agents", "evaluations", "datasets", "connections", "deployments .NET".
package: Azure.AI.Projects
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure.AI.Projects (.NET) # Azure.AI.Projects (.NET)

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-projects-java name: azure-ai-projects-java
description: | description: |
Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.
Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient".
package: com.azure:azure-ai-projects
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Projects SDK for Java # Azure AI Projects SDK for Java

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-projects-py name: azure-ai-projects-py
description: "Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evalua..." description: "Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evalua..."
package: azure-ai-projects
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Projects Python SDK (Foundry SDK) # Azure AI Projects Python SDK (Foundry SDK)

View File

@@ -1,9 +1,9 @@
--- ---
name: azure-ai-projects-ts name: azure-ai-projects-ts
description: "Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluation..." description: "Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluation..."
package: "@azure/ai-projects"
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Projects SDK for TypeScript # Azure AI Projects SDK for TypeScript

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-textanalytics-py name: azure-ai-textanalytics-py
description: | description: |
Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.
Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient".
package: azure-ai-textanalytics
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Text Analytics SDK for Python # Azure AI Text Analytics SDK for Python

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-transcription-py name: azure-ai-transcription-py
description: | description: |
Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.
Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient".
package: azure-ai-transcription
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Transcription SDK for Python # Azure AI Transcription SDK for Python

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-translation-document-py name: azure-ai-translation-document-py
description: | description: |
Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale.
Triggers: "document translation", "batch translation", "translate documents", "DocumentTranslationClient".
package: azure-ai-translation-document
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Document Translation SDK for Python # Azure AI Document Translation SDK for Python

View File

@@ -1,11 +1,9 @@
--- ---
name: azure-ai-translation-text-py name: azure-ai-translation-text-py
description: | description: |
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.
Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".
package: azure-ai-translation-text
risk: unknown risk: unknown
source: community source: community
date_added: "2026-02-27"
--- ---
# Azure AI Text Translation SDK for Python # Azure AI Text Translation SDK for Python

Some files were not shown because too many files have changed in this diff Show More