analyze-project

analyze-project is a skill for Claude Code from o-samoilov/quasar-graph. It costs 42 tokens per session (3,464 once invoked), scanned A, original, MIT.

An internal helper that examines one project directory for Quasar Graph's repository scanner and writes a project description file. It reads relevant configuration files rather than inspecting all source code.

In plain words
What is it for?
Use it only as part of the Quasar Graph scanning process to document one application or deployment environment, including its backing resources and topology.
Why use it?
It turns project configuration into structured information for a larger architecture map while limiting the scan to files needed to identify technologies, services, and connections.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

Part of the quasar-graph plugin — 8 skills shipped together

Good fit Use it only as part of the Quasar Graph scanning process to document one application or deployment environment, including its backing resources and topology.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/o-samoilov/quasar-graph/analyze-project
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.

Any agent
npx skills add o-samoilov/quasar-graph --skill analyze-project
Clone the repo
git clone --depth 1 https://github.com/o-samoilov/quasar-graph

Made for: Claude Code.

Or install quasar-graph, the plugin that ships this one along with the rest of its 8 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/o-samoilov/quasar-graph/analyze-project/github.svg)](https://agentmods.dev/skills/o-samoilov/quasar-graph/analyze-project)
Your own site
<a href="https://agentmods.dev/skills/o-samoilov/quasar-graph/analyze-project"><img src="https://agentmods.dev/badge/skills/o-samoilov/quasar-graph/analyze-project/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyze-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/o-samoilov/quasar-graph/analyze-project"><img src="https://agentmods.dev/badge/skills/o-samoilov/quasar-graph/analyze-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,464 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00042 $0.03464
Opus 5 $0.00021 $0.01732
Sonnet 5 $0.00008 $0.00693
Haiku 4.5 $0.00004 $0.00346

Measured 12d ago against content hash f0a84b1c204c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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 · 164 lines

How it starts

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

/quasar-graph:analyze-project

You analyze ONE project for the quasar-graph scanner. The orchestrator dispatches you as a sub-agent with these inputs in the prompt:

  • project_name — name from manifest.json
  • project_path — absolute path to the project directory
  • session_dir — absolute path to .quasar-graph/<session-id>/
  • manifest — full content of manifest.json (so you can resolve cross-project links)
  • role — optional. If role: environment, this directory is a deployment/infrastructure environment, not an app: capture only its resources[] (the backing services it operates, including the kind: gateway edge layer) and a topology description; do NOT emit connections, and do not classify it as service/client. (For app projects this input is absent.)
  • output_md — optional. The absolute path to write the result to. If given, use it verbatim instead of the default path below (the orchestrator passes this for environments, pointing under scan/environments/).

What to read

Read only files relevant for technology, resources, and connections. Do NOT read source code beyond config files.

Where to look: these config files may sit at the project root OR in a sub-directory (e.g. the manifest lives in <project>/mcp/package.json or <project>/server/). Search the whole project tree at depth 1–3 below project_path, skipping the usual blacklist (node_modules, .venv, vendor, dist, build, target, .git, .quasar-graph, …). The exception is README.md — read the root one only, do not descend.

Dependency manifests (for language/framework):

  • package.json, pnpm-lock.yaml (Node)
  • pyproject.toml, requirements.txt, Pipfile (Python)
  • go.mod (Go)
  • Cargo.toml (Rust)
  • composer.json (PHP)
  • pom.xml, build.gradle, build.gradle.kts (JVM)
  • pubspec.yaml (Dart/Flutter)
  • Gemfile (Ruby)

Environment & resources:

  • .env, .env.example, .env.*
  • docker-compose.yml, docker-compose.*.yml
  • Dockerfile

Read the full file on GitHub · 164 lines

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. 12d ago First seen · 164 lines · 42 tokens per session scan A f0a84b1c204c

Subscribe to this mod's changes

analyze-project is a skill published in the GitHub repository o-samoilov/quasar-graph (3 stars, last pushed 29d ago), licensed MIT. It adds 42 tokens to every session and 3,464 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.

Related

Other skills, from other repositories

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…

tt-a1i/archify · 130 tokens

drawio-skill

Create, edit, synchronize, inspect, test, and publish editable draw.io diagrams. Use when the user explicitly requests draw.io/diagrams.net, needs a polished architecture, ERD, UML, sequence, C4, SysML, BPMN, network, swimlane, ML, or infrastructure diagram, wants code/IaC/SQL/OpenAPI/AsyncAPI/Protobuf converted into…

Agents365-ai/drawio-skill · 133 tokens

architecture-diagram

Create a professional, dark-themed software/system architecture diagram as a single self-contained HTML file with inline SVG. Use when asked to visualize system components, layers, services, or how parts of a codebase fit together.

AgentEra/Agently · 47 tokens

archscribe

A tool for turning technical descriptions, articles, processes, or reference images into hand-drawn-style diagrams. It can produce editable Excalidraw diagrams, image and video previews, and interactive HTML.

lazypay/Archscribe · 110 tokens

architecture-drawer

Use when asked to draw system architecture diagrams, generate technical architecture SVGs, or export architecture diagrams to editable PowerPoint presentations. Supports multi-layer diagrams with automatic layout validation and scoring (16-dimension evaluator catches collisions, overlaps, dangles, crossings, palette…

Andy1314Chen/architecture-drawer · 0 tokens

aws-architecture-diagram

Always use when user asks to create, generate, or build an AWS architecture diagram, cloud infrastructure diagram, or system diagram with AWS services. Also activates for draw.io diagrams mentioning AWS services like Lambda, DynamoDB, S3, API Gateway, etc.

vidanov/aws-architecture-diagram-skill · 57 tokens