Antigravity-Skills-Chronicle

agent
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 32 GitHub stars
Code Fail
  • child_process — Shell command execution capability in scripts/export_history_v2.js
  • execSync — Synchronous shell command execution in scripts/export_history_v2.js
  • os.homedir — User home directory access in scripts/export_history_v2.js
  • fs module — File system access in scripts/export_history_v2.js
  • network request — Outbound network request in scripts/export_history_v2.js
  • exec() — Shell command execution in src/core/historyExtractor.ts
  • os.homedir — User home directory access in src/core/historyExtractor.ts
  • network request — Outbound network request in src/core/historyExtractor.ts
  • os.homedir — User home directory access in src/core/indexManager.ts
  • os.homedir — User home directory access in src/extension.ts
  • network request — Outbound network request in src/remote-bridge/discord.ts
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This is a Visual Studio Code extension that provides a visual dashboard for managing AI agent skills, workflows, and rules. It also features a system to decrypt and archive conversation logs.

Security Assessment
Overall risk: Medium. The tool heavily interacts with your local system. It actively accesses the user's home directory across multiple components and executes local shell commands. While this is likely intended to extract browser or AI conversation histories, executing shell commands inherently introduces risk. Additionally, it makes outbound network requests, notably linked to a Discord integration. No hardcoded secrets or dangerous explicit permissions were detected during the scan.

Quality Assessment
The project is actively maintained, with its most recent code push occurring today. It is fully open-source under the permissive and standard MIT license. The extension boasts over 4,300 downloads and has accumulated 32 GitHub stars, indicating a modest but growing level of community trust and usage.

Verdict
Use with caution.
SUMMARY

Visual management dashboard for AI Agent skills, workflows, and rules. VS Code extension with 4,300+ downloads. Open-source (MIT). Built by the ChronicleCore A1 Expert System.

README.md

Antigravity: Skills Chronicle

The visual management layer for AI Agent skills, workflows, and rules.

VS Code
Open VSX
License: MIT
Downloads
Open Source

English | 繁體中文


The Story

Antigravity was born on Christmas 2025 as a Python CLI tool for managing AI agent skills. Within four months, it evolved into a full VS Code extension with 4,300+ downloads, a force-directed topology graph, and a conversation archive system that could decrypt Gemini's binary .pb logs into searchable Markdown.

It was built by the ChronicleCore A1 Expert System — a structured team of 38 specialized AI agents, each with defined roles, permissions, and persistent memory, collaborating under a unified governance protocol. This extension was the first visual proof that such a system could produce real, shippable software.

The A1 system has since evolved beyond the Antigravity architecture. This codebase is now fully open-sourced under MIT — both as a working tool for the community and as a historical artifact of a new approach to AI-assisted software development.

For the architectural framework behind this project, see ChronicleCore-Architecture.


Timeline

Date Version Milestone
2025-12-25 v0.1.0 Origin — Python CLI based on skills-cli by KC Chien
2026-01-21 v1.0.0 Antigravity born — transformed into VS Code Extension
2026-01-22 v1.0.3~1.0.7 Five versions in a single day of explosive development
2026-01-25 v1.2.6 First stable release
2026-02-25 v2.0.0 Major rewrite — Star Map topology (d3-force), Activity Bar, conversation archive
2026-03-05 v2.1.0 Archive stabilizer + esbuild migration (VSIX 96MB → 2.3MB)
2026-03-09 Final update before architecture migration
2026-04 A1 Expert System migrates to next-gen architecture. Antigravity completes its mission
2026-04-20 MIT open-sourced — all users upgraded to Golden Supporter

Key Features

Feature Description
Star Map Topology Dynamic force-directed graph showing relationships between agents, skills, and data (d3-force)
Skills Dashboard View and manage all skills in .agent/skills/
Workflow Manager Organize and execute workflows from .agent/workflows/
Rules Inspector View and edit local (.agent/rules/) & global (GEMINI.md) rules
Conversation Archive Decrypt .pb protobuf logs into searchable Markdown
Dynamic Status Bar Real-time skill and workflow count in the IDE

Screenshots

Intelligence Star Map

Star Map

Navigate knowledge, not folders. The Star Map visualizes complex connections between your agents, skills, and data.

Conversation Archive & Deep Search

History Archive

Decrypt and parse Gemini's .pb conversation files into human-readable, full-text searchable Markdown.

System Dashboard

Dashboard

High-level overview of skill, workflow, and rule counts — mission control for your AI agent environment.

Deep Skill Inspection

Skill Files

Inspect skill metadata, behavioral constraints, persona configurations, and synchronized memory.

Workflow Orchestration

Workflows

Trigger complex multi-agent rituals with detailed SOP files and automation chains.


Installation

From VS Code Marketplace

Search "Antigravity Skills Chronicle" in VS Code Extensions, or:

ext install ChronicleCore.antigravity-skills-chronicle

From Source

git clone https://github.com/Zaious/Antigravity-Skills-Chronicle.git
cd Antigravity-Skills-Chronicle
npm install
cd web && npm install && cd ..
npm run bundle

Data Locations

Local (per project)

  • Skills: .agent/skills/
  • Workflows: .agent/workflows/
  • Rules: .agent/rules/

Global (user profile)

  • Global Rules: ~/.gemini/antigravity/GEMINI.md
  • Chronicle Exports: ~/.gemini/antigravity/.search_cache/

Architecture

.agent/                 # Example agent data (skills, workflows, rules)
│                       # Clone and open in VS Code to see the dashboard in action
│
src/                    # VS Code Extension backend (Node.js/TypeScript)
├── extension.ts        # Main entry point
├── core/               # History extraction, indexing
├── providers/          # VS Code TreeView providers
└── remote-bridge/      # Discord & Telegram bot integration

web/                    # Webview frontend (React + Vite + Tailwind)
└── src/
    ├── App.tsx         # Dashboard UI
    ├── components/     # Reusable components
    ├── hooks/          # React hooks
    └── types/          # TypeScript type definitions

How This Was Built

This project was developed by a team of 5 AI agents (selected from a pool of 38) operating under a structured governance protocol. Each agent had defined roles, permission tiers, and accountability rules.

See AGENTS.md for the original team roster and collaboration protocols, or the English annotated version for a detailed explanation of how multi-agent software development works.


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

This project is community-maintained. ChronicleCore reviews and publishes approved PRs to the VS Code Marketplace.


Credits

  • Original CLI foundation: skills-cli by KC Chien (MIT License)
  • Extension development: Zaious / ChronicleCore A1 Expert System

License

MIT — see THIRD-PARTY-NOTICES.md for upstream attributions.


Built with the ChronicleCore A1 Expert System — 38 specialized AI agents, one unified architecture.

Made by Zaious / ChronicleCore / 編年史記工作室

Reviews (0)

No results found