🎯

accessibility_testing

🎯Skill

from vuralserhat86/antigravity-agentic-skills

VibeIndex|
What it does

Performs comprehensive accessibility testing on web applications, identifying and reporting WCAG compliance issues, UI/UX barriers, and assistive technology compatibility.

accessibility_testing

Installation

Install skill:
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill accessibility_testing
3
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# 🌌 Antigravity Agentic Skills

The Operating System for Autonomous Agents (2026 Edition)

[![Agentic Discipline](https://img.shields.io/badge/Discipline-Zero--Tolerance-red.svg)]()

[![Skills](https://img.shields.io/badge/Skills-137--Evidence--Based-blue.svg)]()

[![Protocol](https://img.shields.io/badge/Protocol-Super--Protokol--v2-green.svg)]()

---

🌍 Language Options / Dil Seçenekleri

  • [English Documentation](#-english-documentation)
  • [Türkçe Dokümantasyon](#-türkçe-dokümantasyon)

---

🇬🇧 English Documentation

Antigravity is a Cognitive Architecture project designed to transform AI agents (Claude Code, Gemini, etc.) from amnesic chat bots into specialized agents with long-term memory, deep expertise, and engineering discipline.

🧠 System Architecture

```mermaid

graph TD

User["👤 User Prompt"] -->|Trigger| Protocol["📡 Super Protokol v2"]

subgraph "The Cognitive Engine"

Protocol -->|1. Discovery| MCP["🛠️ MCP Server (SkillPort)"]

MCP -->|2. Search| Manifest["📋 Skill Manifest"]

Manifest -->|3. Load| Skills["🧠 Audited Skills (137+)"]

end

Skills -->|4. Execute| Workspace["💻 Local Workspace"]

Workspace -->|5. Verify| Proof["✅ Proof of Work"]

Proof -->|Done| User

```

📡 The Protocol: `@/super_protokol_v2`

The agent follows this lifecycle to ensure engineering discipline in every message:

```mermaid

stateDiagram-v2

[*] --> Phase0: Skill Acquisition

Phase0 --> Phase1: Environment Check

Phase1 --> Phase2: Strategy Alignment

Phase2 --> Phase3: Atomic Planning

Phase3 --> Phase4: TDD Cycle (Execution)

Phase4 --> Phase5: Git & Documentation

Phase5 --> [*]

```

📂 Directory Structure

```text

antigravity-agentic-skills/

├── 🧠 skills/ # Knowledge Base (137+ Expertises)

│ ├── react_expert/ # Skill Folder

│ │ ├── SKILL.md # Strategy & Workflow (Evidence-Based)

│ │ ├── scripts/ # Automation Scripts (Execution)

│ │ └── references/ # Deep Knowledge Docs (Knowledge)

│ └── [136 other skills...]

├── 📡 workflows/ # OS Layer (Protocols)

├── 📜 GEMINI.md # Global Rules & Memory

└── 📋 skills_manifest.json # Central Routing & Metadata

```

---

🇹🇷 Türkçe Dokümantasyon

Antigravity, AI ajanlarını (Claude Code, Gemini vb.) amnezik birer sohbet botundan öteye taşıyan, onlara uzun vadeli hafıza, uzmanlık ve mühendislik disiplini kazandıran bir Bilişsel Mimari (Cognitive Architecture) projesidir.

🧠 Sistem Mimarisi

(Yukarıdaki şema ile aynı mimariyi izler: Kullanıcı -> Protokol -> SkillPort -> 137+ Denetlenmiş Yetenek)

📡 Protokol: `@/super_protokol_v2`

Ajanın her mesajda izlediği, mühendislik disiplinini garantiye alan yaşam döngüsü yukarıdaki Mermaid şemasında (Phase 0 - Phase 5) belirtilmiştir. Özellikle Phase 4 (TDD), "Test yoksa kod yazma" kuralını dayatır.

📂 Dosya Yapısı ve Hiyerarşi

```text

antigravity-agentic-skills/

├── 🧠 skills/ # Bilgi Bankası (137+ Uzmanlık)

│ ├── react_expert/ # Skill Klasörü

│ │ ├── SKILL.md # Strateji ve Workflow (Kanıta Dayalı)

│ │ ├── scripts/ # Otomasyon Betikleri (Eylem)

│ │ └── references/ # Derin Uzmanlık Dökümanları (Bilgi)

├── 📡 workflows/ # İşletim Sistemi Katmanı

├── 📜 GEMINI.md # Global Kurallar ve Hafıza

└── 📋 skills_manifest.json # Merkezi Yönlendirme

```

---

🛡️ Privacy & Security (Security First)

The system is fully anonymized. All paths and commands rely on generic structures (e.g., , ~/.skillport/). No personal data is stored.

Sistem tamamen anonimleştirilmiştir. Tüm yollar ve komutlar jenerik yapılara dayanır. Kişisel veri barındırmaz.

---

🛠️ Installation / Kurulum

  1. Install SkillPort MCP: [SkillPort Repo](https://github.com/xenitV1/skillport)
  2. Clone this repo: git clone https://github.com/vuralserhat86/antigravity-agentic-skills.git ~/.skillport/skills
  3. Whispe

More from this repository10

🎯
canvas_design🎯Skill

Generates professional design layouts and visual compositions for digital canvases using systematic design principles and automated layout algorithms.

🎯
cold_email🎯Skill

Generates personalized, professional cold email drafts tailored to specific business prospects or sales outreach scenarios.

🎯
supabase_patterns🎯Skill

Generates and manages robust Supabase database interaction patterns, authentication flows, and best practice implementations for scalable web applications.

🎯
cache_patterns🎯Skill

Caches and indexes recurring computational patterns to optimize agent memory retrieval and reduce redundant processing across skill executions.

🎯
competitor_intelligence🎯Skill

Gathers and analyzes competitive market intelligence by systematically researching, tracking, and synthesizing strategic insights about business competitors.

🎯
openapi_docs🎯Skill

Generates comprehensive OpenAPI documentation for APIs by parsing specifications and creating structured, human-readable documentation with detailed endpoint descriptions.

🎯
image_enhancer🎯Skill

Enhances and improves image quality by applying advanced AI-powered upscaling, noise reduction, and resolution optimization techniques.

🎯
langchain_patterns🎯Skill

Implements advanced LangChain design patterns and workflow strategies for creating modular, composable AI agent interactions and task decomposition.

🎯
python_data_stack🎯Skill

Configures and sets up a comprehensive Python data science development environment with essential libraries, tools, and best practices for data analysis and machine learning workflows.

🎯
huggingface_transformers🎯Skill

Enables advanced natural language processing and machine learning model interactions using Hugging Face's Transformers library for text analysis, generation, and fine-tuning tasks.