Skip to content

aarchila/antigravity-agentic-skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 Antigravity Agentic Skills

The Operating System for Autonomous Agents (2026 Edition)

Agentic Discipline Skills Protocol


📖 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

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
Loading

📡 The Protocol: @/super_protokol_v2

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

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 --> [*]
Loading

📂 Directory Structure

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

🛡️ Privacy & Security (Security First)

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


🛠️ Installation

  1. Install SkillPort MCP: SkillPort Repo
  2. Clone this repo: git clone https://github.com/vuralserhat86/antigravity-agentic-skills.git ~/.skillport/skills
  3. Whisper to your Agent: @/super_protokol_v2

Built with Zero-Tolerance Discipline for the future of Autonomous Engineering.

About

antigravity-agentic-skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 91.3%
  • JavaScript 8.5%
  • Batchfile 0.2%