audit-config
Audit Antigravity project configuration and documentation for drift, staleness, and broken references. Use when user asks for 'config audit', 'docs audit',…
NOTE: this skill requires connected ~~docs MCPs with WRITE access (Notion, Confluence, Google Docs), which are typically only present in Cowork — the Code variant exists for parity but most users will want the Cowork variant. Mirror approved decisions from the knowledge folder
$ npx -y skills add mikeprasad/aria-knowledge --skill sync-decisions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sync-decisionsContext preview
The summary Claude sees to decide when to auto-load this skill.
NOTE: this skill requires connected ~~docs MCPs with WRITE access (Notion, Confluence, Google Docs), which are typically only present in Cowork — the Code variant exists for parity but most users will want the Cowork variant. Mirror approved decisions from the knowledge folder
description: "NOTE: this skill requires connected ~~docs MCPs with WRITE access (Notion, Confluence, Google Docs), which are typically only present in Cowork — the Code variant exists for parity but most users will want the Cowork variant. Mirror approved decisions from the knowledge folder out to a connected ~~docs MCP (Notion, Confluence, Google Docs). Use when user says '/sync-decisions', 'mirror decisions to Notion', 'push decisions to wiki', 'sync ADRs to Confluence', 'export decisions externally'. WRITE-side skill — embeds Rule 22 advisory preamble per ADR-016 and requires explicit per-write go-gate. Logs each sync to logs/sync-decisions.md. (Code port — ADR-094.)"
Read approved decisions from `{knowledge_folder}/decisions/` and write them out to a connected `~~docs` MCP destination (a Notion page, Confluence space, Google Doc, etc.). The only v2.18.0 skill that writes externally; embeds Rule 22 advisory preamble per ADR-016 (`{knowledge_folder}/projects/aria-cowork/decisions/016-rule-22-advisory-preamble-for-external-writes.md`).
Read `~/.gemini/antigravity/aria-knowledge.local.md` and extract `knowledge_folder`. If the file doesn't exist, stop: "aria-knowledge is not configured. Run /setup to get started."
Verify `{knowledge_folder}/decisions/` exists. If not, stop: "No decisions/ folder found. Nothing to sync."
Lazily create `{knowledge_folder}/logs/sync-decisions.md` if it doesn't exist (used by Step 7 for sync history).
Check Claude's available tool list for `~~docs` MCPs that support WRITE operations:
If NO `~~docs` MCP with write capability is connected, output the standard fallback notice and stop:
> No required MCPs connected for `/sync-decisions`. This skill writes externally — needs a `~~docs` MCP with write capability (page creation or block append). Connect Notion, Atlassian (Confluence), Box, Egnyte, or Google Docs via Claude Code's MCP config (or Cowork Settings → Connectors). See [CONNECTORS.md](../../CONNECTORS.md). Skipping this run.
Per ADR-015 (`{knowledge_folder}/projects/aria-cowork/decisions/015-capability-probe-pattern.md`).
Determine which decisions are candidates based on args:
| Arg | Candidates | |---|---| | (none) | All decisions whose `synced_to_~~docs:` frontmatter field is absent OR older than file's last-modified time | | `<decision-slug>` | Just the named decision (e.g., `/sync-decisions 069-karpathy-4-line-foundation`) | | `--all` | Every decision in `decisions/`, regardless of prior sync state | | `--since YYYY-MM-DD` | Decisions modified or created on/after that date |
Read each candidate decision file from `{knowledge_folder}/decisions/`. Cache them in working memory.
If zero candidates: report "No decisions need syncing" and stop.
Determine the destination on the `~~docs` MCP side. Args + heuristics:
| Source of target | Used when | |---|---| | `--target <space-or-page-url>` from args | User specified | | `sync_target:` frontmatter field on the decision | Decision specifies own target | | `default_sync_target` from aria-knowledge.local.md (if set) | User has a global default | | Ask user interactively | None of above resolved |
If target resolution requires asking the user, present:
Which destination? - (a) Existing page URL: paste the ~~docs page URL where decisions should be appended - (b) New top-level page: I'll create `aria-knowledge-decisions` (or a name you provide) in the workspace root - (c) Cancel this sync run Decision-specific syncs (where decisions/<slug>.md has its own `sync_target:` field) override this; this prompt only fires for decisions without a per-file target.
If no target resolvable + no interactive answer, abort with clear message: "No sync target resolvable. Set `default_sync_target` in aria-knowledge.local.md or invoke with `--target <url>`."
For EACH candidate decision, walk through this checklist:
Before each external write — Rule 22 advisory checklist This skill writes to an external system. aria-knowledge's PreToolUse hook gates Edit/Write but does NOT catch MCP write tools — Rule 22 here is text-only discipline per ADR-016. 1. **State the change in one sentence.** "Writing decision <slug> to <target-url-or-page-title>." 2. **Why this destination?** Is this the right audience for this decision content? Could it leak into a view the user didn't intend (public workspace, wrong project, wrong channel)? 3. **Reversibility check.** Can the user edit/delete the write from <vendor> after it lands? (For Notion / Confluence / Google Docs: YES, user can edit at destination. For Box / Egnyte: depends on workspace permissions. Note any constraint explicitly.) 4. **Surface for explicit go.** Present the full proposed write content + destination. Wait for explicit user `yes` / `go` before calling the write tool.
Concretely: for each decision, surface this block to the user:
Decision: <slug> Source file: decisions/<slug>.md Destination: <target-url-or-page-title> on <vendor> Operation: <create new page | append to existing page | update existing page> Reversibility: <user can edit at destination: yes/no/constrained> --- Proposed write content (preview) --- <the full decision content as it will appear externally — markdown if Notion/Confluence; plaintext if Google Doc; etc.> --- End preview --- Ready to write? (yes / no / edit)
Wait for the user's explicit response:
Agent Memory · Context Engineering · Planning & Reasoning · Human-in-the-Loop Governance ARIA is the missing infrastructure layer for production AI coding agents: persistent memory that survives context compaction, deliberate context engineering that loads
Audit Antigravity project configuration and documentation for drift, staleness, and broken references. Use when user asks for 'config audit', 'docs audit',…
Scan Antigravity conversation transcript + artifact directory for extractable knowledge. Use when user asks for 'knowledge audit', 'audit knowledge', 'check…
Save the current Antigravity transcript to the knowledge intake on demand. Use when user says '/snapshot', 'snapshot the session', 'save this conversation',…
Morning product-management review across all your projects. Use when the user runs /aria-assist, asks for a morning review / daily PM digest / "what should I…
Research a question, check existing knowledge first, draft a knowledge doc from the answer, and save directly to the appropriate category. Use when user says…
Mine your distilled knowledge corpus — memory feedback rows, rules backlogs, always-on indexes — for recurring corrections that deserve promotion to numbered…