analisar-projeto

Analyze codebase structure to identify domains and recommend specialized agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lucas-ferrari-correa/ai-subagents --skill analisar-projeto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analisar-projeto
Source: https://github.com/lucas-ferrari-correa/ai-subagents/tree/main/.claude/skills/analisar-projeto
Command: npx skills add https://github.com/lucas-ferrari-correa/ai-subagents --skill analisar-projeto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analisa a estrutura de um projeto para determinar se faz sentido criar agentes especializados e uma skill de triagem. O objetivo não é apenas contar arquivos, mas entender a complexidade real do projeto: quantos domínios distintos existem, o quão independentes são e se a delegação para agentes traria ganho frente ao trabalho direto na conversa principal.

Core Features & Use Cases

  • Mapeamento técnico completo da estrutura de diretórios, identificação de domínios e avaliação de dependências.
  • Classificação de domínios (Frontend, Backend/API, Infra/DevOps, Testes, Documentação, Serviços/Workers, Libs/Packages) com métricas de código e independência.
  • Geração de recomendações de agentes especializados e skills de catálogo adequadas ao projeto, além de passos de validação.

Quick Start

Passe o caminho do projeto (ou deixe o diretório atual) para iniciar a análise estruturada.

Frequently Asked Questions about analisar-projeto

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a complex codebase to determine if I need specialized agents?

To analyze a complex codebase for specialized agents, you map the directory structure, classify domains like Frontend or Backend, and evaluate their independence to determine if domain-level delegation improves workflows.

What is project structure triage for multi-domain architectures?

Project structure triage is the technical evaluation of a multi-domain architecture to classify code into domains like Frontend, Backend, and Infra. It measures code metrics and domain independence to recommend specialized agents.

When should I use a triage skill to evaluate a monorepo?

You should use a triage skill to evaluate a monorepo when the codebase has complex, multi-domain architectures and distinct independent domains. It helps determine if delegating to specialized agents provides workflow gains.

How do I map technical evaluation criteria for a software project?

You map technical evaluation criteria by classifying project domains such as Services/Workers, Tests, and Libs, then applying key metrics to measure code volume and domain independence to generate validation steps.

What are the limitations of using automated project analysis for agent delegation?

Automated project analysis focuses on mapping directories and evaluating dependencies rather than just counting files. It should not be used if the project lacks multi-domain complexity, as agent delegation may not improve workflows.