knowledge-layer

star 1.3k

High-level deployment wrapper over Antigravity core with graph-first knowledge injection and all-file support. Exposes `refresh_filesystem` and `ask_filesystem` for building and querying the knowledge graph.

study8677 By study8677 schedule Updated 4/24/2026

name: knowledge-layer description: High-level deployment wrapper over Antigravity core with graph-first knowledge injection and all-file support. Exposes refresh_filesystem and ask_filesystem for building and querying the knowledge graph.

Knowledge Layer Skill

Purpose

Provide a high-level deployment wrapper over Antigravity core, with graph-first knowledge injection and all-file support (code, docs, data, media metadata).

Inputs

  • refresh_filesystem(workspace=".", quick=False)
  • ask_filesystem(question, workspace=".")

Outputs

  • Refresh writes graph-first artifacts under .antigravity/:
    • knowledge_graph.json
    • knowledge_graph.md
    • knowledge_graph.mmd
    • document_index.md
    • data_overview.md
    • media_manifest.md
    • plus existing conventions.md and structure.md
  • Ask returns a grounded answer with source paths.

Boundaries

  • Skill is a wrapper layer only; no standalone runtime.
  • Core Hub/Agent/Pipeline architecture remains the source of truth.

Compatibility

  • Existing commands (ag-refresh, ag-ask, ag-mcp) remain valid.
  • High-level aliases can be disabled with AG_ENABLE_LAYER_ALIASES=0.

Degrade Strategy

  • If graph artifacts are unavailable, ask falls back to structure.md and conventions.md context.
Install via CLI
npx skills add https://github.com/study8677/antigravity-workspace-template --skill knowledge-layer
Repository Details
star Stars 1,279
call_split Forks 260
navigation Branch main
article Path SKILL.md
More from Creator