project

project is a command for coding agents from nguyenthienthanh/aura-frog. It costs 0 tokens per session (958 once invoked), scanned A, original, MIT.

A set of commands for understanding and setting up a software project. It can detect project types such as React, Laravel, Go, Python, or Flutter and create files that describe the project’s structure and conventions.

In plain words
What is it for?
Initializing a project, checking what technologies it uses, generating maps and file lists, and loading project-specific settings.
Why use it?
It reduces the manual work of preparing project context so an agent can work with the codebase more consistently.

Command

Part of the aura-frog plugin — 17 skills, 24 commands, 15 agents, 10 hooks, 6 MCP servers 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 commands/nguyenthienthanh/aura-frog/project
Clone the repo
git clone --depth 1 https://github.com/nguyenthienthanh/aura-frog

Or install aura-frog, the plugin that ships this one along with the rest of its 17 skills, 24 commands, 15 agents, 10 hooks, 6 MCP servers.

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 project

README.md
[![agentmods](https://agentmods.dev/badge/commands/nguyenthienthanh/aura-frog/project.svg)](https://agentmods.dev/commands/nguyenthienthanh/aura-frog/project)
Your own site
<a href="https://agentmods.dev/commands/nguyenthienthanh/aura-frog/project"><img src="https://agentmods.dev/badge/commands/nguyenthienthanh/aura-frog/project.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 958 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.00000 $0.00958
Opus 5 $0.00000 $0.00479
Sonnet 5 $0.00000 $0.00192
Haiku 4.5 $0.00000 $0.00096

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

Security

Grade A, and why

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 4d 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.

aura-frog/commands/project.md · 80 lines

How it starts

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

Project Commands

Unified project management. Handles detection, initialization, configuration, context generation, and environment loading.


/project init

Trigger: First time using Aura Frog in a project, or reconfiguring.

Auto-detects project type (React, Next.js, Laravel, Go, Python, Flutter) and creates the full .claude/ structure: CLAUDE.md, settings.local.json, project-contexts/ with 7 context files (project-config.yaml, conventions.md, rules.md, examples.md, repo-map.md, file-registry.yaml, architecture.md), and session-context.toon (12 pattern detections).

Runs generator scripts (repo-map-gen.sh, file-registry-gen.sh, architecture-gen.sh, context-compress.sh), then Claude enriches output with AI-generated descriptions (~2000 token budget). Merges plugin settings into settings.local.json. Optionally sets up learning system if Supabase credentials exist.


/project detect

Trigger: /project detect -- analyze current directory without initializing.

Scans project root for framework indicators (package.json, composer.json, go.mod, pubspec.yaml, requirements.txt). Reports detected type, tech stack with versions, structure pattern, and recommended configuration (coverage target, TDD enforcement, primary agent). Suggests running /project init to configure.


/project status

Trigger: /project status [project-name] -- show cached detection results.

Displays detected framework, package manager, primary/secondary agents, test framework, templates, and styles without re-scanning. Shows cache age, key files hash, and last scan timestamp. In workspaces, renders a table of all projects with their frameworks, agents, and test setups. Task mentions auto-match to the correct project.


/project list

Trigger: /project list -- list all configured projects.

Shows all Aura Frog-configured projects with their type, path, status, last-used date, team members, and integration status (JIRA, Confluence). Marks the active project. Navigate to a new directory and run /project init to add more.

Read the full file on GitHub · 80 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. 4d ago First seen · 80 lines · 0 tokens per session scan A 5bba8733c089

Subscribe to this mod's changes

project is a command published in the GitHub repository nguyenthienthanh/aura-frog (24 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 958 tokens. 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-30.