analyze-project

analyze-project is a skill for Claude Code, Codex from satnamrsm/https-github.com-sickn33-antigravity-awesome-skills. It costs 39 tokens per session (3,127 once invoked), scanned A, original, MIT.

A forensic analysis workflow for Antigravity coding sessions. It examines what changed during an AI-assisted coding task, why rework happened, and which parts of a project repeatedly caused difficulty.

In plain words
What is it for?
Use it to compare the initial request with completed work, classify scope changes and root causes, find recurring problem areas, and improve future prompts, project health, and coding workflows.
Why use it?
It helps distinguish problems caused by the original request, the coding agent, the repository, testing, or the complexity of the work. This makes session metrics more useful than simply counting revisions.

Skill for Claude CodeCodex

Part of the antigravity-awesome-skills plugin — 58 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills/analyze-project
Any agent
npx skills add satnamrsm/https-github.com-sickn33-antigravity-awesome-skills --skill analyze-project
Clone the repo
git clone --depth 1 https://github.com/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills

Made for: Claude Code, Codex.

Or install antigravity-awesome-skills, the plugin that ships this one along with the rest of its 58 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyze-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills/analyze-project.svg)](https://agentmods.dev/skills/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills/analyze-project)
Your own site
<a href="https://agentmods.dev/skills/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills/analyze-project"><img src="https://agentmods.dev/badge/skills/satnamrsm/https-github.com-sickn33-antigravity-awesome-skills/analyze-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.03127
Opus 5 $0.00019 $0.01563
Sonnet 5 $0.00008 $0.00625
Haiku 4.5 $0.00004 $0.00313

Measured 5d ago against content hash b8cc97157b01, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

analyze-project scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/analyze-project/SKILL.md · 517 lines

How it starts

The opening of the file, as written. The whole thing — 517 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/analyze-project — Root Cause Analyst Workflow

Analyze AI-assisted coding sessions in brain/ and produce a diagnostic report that explains not just what happened, but why it happened, who/what caused it, and what should change next time.

This workflow is not a simple metrics dashboard. It is a forensic analysis workflow for AI coding sessions.


Primary Objective

For each session, determine:

  1. What changed from the initial ask to the final executed work
  2. Whether the change was caused primarily by:
    • the user/spec
    • the agent
    • the codebase/repo
    • testing/verification
    • legitimate task complexity
  3. Whether the original prompt was sufficient for the actual job
  4. Which subsystems or files repeatedly correlate with struggle
  5. What concrete changes would most improve future sessions

Core Principles

  • Treat .resolved.N counts as signals of iteration intensity, not proof of failure
  • Do not label struggle based on counts alone; classify the shape of rework
  • Separate human-added scope from necessary discovered scope
  • Separate agent error from repo friction
  • Every diagnosis must include evidence
  • Every recommendation must map to a specific observed pattern
  • Use confidence levels:
    • High = directly supported by artifact contents or timestamps
    • Medium = supported by multiple indirect signals
    • Low = plausible inference, not directly proven

Step 1: Discovery — Find Relevant Conversations

  1. Read the conversation summaries available in the system context.
  2. List all subdirectories in: `~/.gemini/antigravity/brain/
  3. Build a Conversation Index by cross-referencing summaries with UUID folders.
  4. Record for each conversation:
    • conversation_id
    • title
    • objective
    • created
    • last_modified
  5. If the user supplied a keyword/path, filter on that. Otherwise analyze all workspace conversations.

Output: indexed list of conversations to analyze.

Read the full file on GitHub · 517 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 517 lines · 39 tokens per session scan A b8cc97157b01

Subscribe to this mod's changes

analyze-project is a skill published in the GitHub repository satnamrsm/https-github.com-sickn33-antigravity-awesome-skills (5 stars, last pushed 19d ago), licensed MIT. It adds 39 tokens to every session and 3,127 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.