Generated by Code IQ · v1.0

antigravity-awesome-skills
Knowledge Tutorial

A chapter-by-chapter walkthrough of antigravity-awesome-skills, generated from its source code and tutorial markdown.

5
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

antigravity-awesome-skills is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

👥
Agentic Skills (SKILL.md)
Agentic Skills (SKILL.md)
⚙️
Skill Catalog & Bundles
Skill Catalog & Bundles
⚙️
Antigravity Workflows
Antigravity Workflows
⚙️
Autonomous Orchestration (Loki Mode)
Autonomous Orchestration (Loki Mode)
⚙️
File-Based Planning & Memory
File-Based Planning & Memory
antigravity-awesome-skills — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 5 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

Antigravity Awesome Skills acts as a comprehensive operating system for AI agents, providing a massive library of atomic Agentic Skills that transform generalist models into specialized experts (like Security Auditors or React Developers). The project organizes these skills into a searchable Catalog & Bundles, orchestrates them through structured Antigravity Workflows for multi-step goals, and enables fully autonomous software development via Loki Mode—a recursive system that manages sub-agents and persistent File-Based Memory.

Source Repository: https://github.com/sickn33/antigravity-awesome-skills

flowchart TD A0["Agentic Skills (SKILL.md)"] A1["Skill Catalog & Bundles"] A2["Antigravity Workflows"] A3["Autonomous Orchestration (Loki Mode)"] A4["File-Based Planning & Memory"] A1 -->|"Indexes and groups"| A0 A2 -->|"Chains and recommends"| A0 A3 -->|"Dynamically dispatches"| A0 A3 -->|"Maintains state via"| A4 A0 -->|"Implements persistence pattern"| A4
Tutorial Chapters

All 5 chapters

Follow sequentially or jump to any topic. Start with Agentic Skills (SKILL.md).

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/antigravity-awesome-skills'

// → 5 chapters
// → source: sickn33/antigravity-awesome-skills