Agent skill
knowledge-layer
Install this agent skill to your Project
npx add-skill https://github.com/study8677/antigravity-workspace-template/tree/main/engine/antigravity_engine/skills/knowledge-layer
SKILL.md
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.jsonknowledge_graph.mdknowledge_graph.mmddocument_index.mddata_overview.mdmedia_manifest.md- plus existing
conventions.mdandstructure.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.mdandconventions.mdcontext.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
graph-retrieval
agent-repo-init
research
agent-repo-init
One-click initialization of a multi-agent repository from the Antigravity template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including LLM provider profile, MCP toggle, swarm preference context, sandbox type, and optional git init.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
Didn't find tool you were looking for?