catalog-project

catalog-project is a command for Claude Code from felvieira/claude-skills-fv. It costs 25 tokens per session (2,703 once invoked), scanned A, original, Apache-2.0.

A command that builds a versioned project summary in `.project-memory/manifest.yaml` from repository audits, technical specifications, and product information. The file records the project's stack, capabilities, integrations, and purpose.

In plain words
What is it for?
Use it to create or update project documentation for another repository. It helps capture both how the software works and what product problem it solves.
Why use it?
It prevents important project knowledge from remaining scattered across documents and source files. This gives future readers a traceable summary without requiring them to repeatedly inspect the whole repository.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the dev-team-kit-fv plugin — 72 skills, 45 commands, 16 agents, 5 hooks shipped together

Good fit Use it to create or update project documentation for another repository. It helps capture both how the software works and what product problem it solves.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/felvieira/claude-skills-fv/catalog-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.

Clone the repo
git clone --depth 1 https://github.com/felvieira/claude-skills-fv

Made for: Claude Code.

Or install dev-team-kit-fv, the plugin that ships this one along with the rest of its 72 skills, 45 commands, 16 agents, 5 hooks.

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 catalog-project

README.md
[![agentmods](https://agentmods.dev/badge/commands/felvieira/claude-skills-fv/catalog-project/github.svg)](https://agentmods.dev/commands/felvieira/claude-skills-fv/catalog-project)
Your own site
<a href="https://agentmods.dev/commands/felvieira/claude-skills-fv/catalog-project"><img src="https://agentmods.dev/badge/commands/felvieira/claude-skills-fv/catalog-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 catalog-project

Your own site · 80×15
<a href="https://agentmods.dev/commands/felvieira/claude-skills-fv/catalog-project"><img src="https://agentmods.dev/badge/commands/felvieira/claude-skills-fv/catalog-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,703 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.00025 $0.02703
Opus 5 $0.00013 $0.01352
Sonnet 5 $0.00005 $0.00541
Haiku 4.5 $0.00003 $0.00270

Measured 12d ago against content hash 71655c1281d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

catalog-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.

commands/catalog-project.md · 117 lines

How it starts

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

catalog-project

Objetivo: criar ou atualizar .project-memory/manifest.yaml no repo consumidor com stack, capacidades, integrações e narrativa de produto rastreáveis a evidência.

Fluxo:

  • rodar dentro do repo consumidor (raiz do produto, não do kit)
  • se docs/repo-audit/current.md não existir ou estiver desatualizado → disparar Repo Auditor primeiro
  • se _detective_sdd/00-overview.md não existir → disparar Detective Spec primeiro (ou usar o que já existir)
  • procurar conteúdo de produto no repo consumidor de forma exaustiva, não superficial — o objetivo é que quem ler a seção product do manifest tenha tudo que precisa pra escrever um post/anúncio externo sem re-perguntar a uma IA "o que esse sistema faz": README.md inteiro (não só o primeiro parágrafo), docs/pricing*, docs/landing*, páginas de marketing/landing dentro de app//src/ (seção hero, FAQ, tabela de planos), CHANGELOG.md para funcionalidades recentes, e também _detective_sdd/00-overview.md/02-business-rules/ já gerados neste mesmo fluxo — usar o que existir, nunca inventar
    • product.summary: o que o produto É (1-2 frases)
    • product.problemSolved: que dor/problema ele resolve pro usuário — distinto do summary, foca na motivação de uso, não na descrição funcional
    • product.features: lista EXAUSTIVA de funcionalidades voltadas a usuário (não técnicas) — varrer README completo + CHANGELOG + _detective_sdd/00-overview.md, não parar nas primeiras 3-4 óbvias
    • product.monetization: como o produto ganha dinheiro em linguagem simples — ex. "freemium com upgrade pago", "100% gratuito, sem monetização", "paga por uso via créditos consumíveis". Derivar da presença/ausência real de billing (docs/repo-audit/current.md, capabilities de billing) cruzado com o que o README/pricing diz
    • product.plans: TODOS os planos encontrados, com preço e a lista completa de limites/features de cada um — não resumir "vários planos", listar cada um
  • procurar histórico de sessões em docs/context/session-*.md do repo consumidor (formato gerado por 31-session-summary) — se existirem, sintetizar cada arquivo numa entrada de sessions: (ver schema abaixo); se não existir nenhum, omitir a seção inteira (nunca inventar sessão)
  • procurar dados operacionais no repo consumidor: .env, .env.example, .env.production (para envVars), docker-compose.yml/vercel.json/README.md/DEPLOY.md (para addresses de produção — domínio, URL da API, dashboard), e qualquer doc com métricas já coletadas (ex. docs/metrics.md, seção de analytics no README) — sintetizar em operations: (ver schema abaixo)
    • AVISO DE SEGURANÇA — decisão explícita do usuário, não default do kit: operations.envVars[].value grava o VALOR REAL de cada variável, incluindo secrets (API keys, senhas de banco, tokens), lido diretamente do .env do repo consumidor. Isso deixa credenciais em texto puro dentro de manifest.yaml, versionado no git do repo consumidor, e visível a qualquer agente de IA que consultar o project-brain (UI ou MCP). Só prossiga com valores reais se o usuário já confirmou esse tradeoff nesta conversa — se não tiver certeza, pare e confirme antes de ler qualquer .env. Se o usuário preferir a opção segura, grave só name (sem value) por variável, extraído de .env.example
    • antes de gravar qualquer valor real de env var: rodar git remote -v no repo consumidor. Se houver QUALQUER remote configurado (GitHub, GitLab, servidor próprio, não importa se privado ou público) — avisar o usuário explicitamente ("este repo tem remote configurado: <url>; secrets gravados no manifest vão junto no próximo push, mesmo que o repo seja privado hoje") e aguardar confirmação antes de prosseguir com valores reais. Sem remote (git remote -v vazio) → repo é só local, pode prosseguir sem essa pausa adicional (mas o aviso do item acima ainda vale)
  • procurar instrumentação de tracking/analytics no repo consumidor: docs/tracking*, TRACKING_PLAN.md, arquivos de eventos (ex. lib/analytics/*, */events.ts), e chamadas reais no código (gtag(...), window.gtag, SDK do GA4/Google Ads/Meta Pixel, analytics.track(...)) — sintetizar em analytics: (ver schema abaixo). Cada evento listado precisa apontar pra onde foi encontrado (source: <file:line ou doc>); nunca inventar nome de evento ou funil que não esteja no código/doc. Se o repo não tem nenhuma chamada de tracking nem doc de plano, omitir a seção inteira
  • sintetizar tudo em .project-memory/manifest.yaml seguindo o schema:

Read the full file on GitHub · 117 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 · 117 lines · 25 tokens per session scan A 71655c1281d2

Subscribe to this mod's changes

catalog-project is a command published in the GitHub repository felvieira/claude-skills-fv (23 stars, last pushed yesterday), licensed Apache-2.0. It adds 25 tokens to every session and 2,703 once invoked, about $0.0001 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-30.