senior-architect

Generates architecture diagrams, analyzes project structure, and audits dependencies for system design decisions.

2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Shubh2310-developer/ENGUNITYCORE --skill senior-architect-shubh2310-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-architect
Source: https://github.com/Shubh2310-developer/ENGUNITYCORE/tree/main/.claude/skills/senior-architect
Command: npx skills add https://github.com/Shubh2310-developer/ENGUNITYCORE --skill senior-architect-shubh2310-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Designing scalable system architecture and making defensible technology decisions requires structured analysis of project structure, dependencies, and design patterns, which is time-consuming to do manually across full-stack codebases. ## Core Features & Use Cases - Architecture Diagram Generation: Run the architecture_diagram_generator.py script against a project path to produce architecture diagram output with optional JSON export. - Project Structure Analysis: Use project_architect.py to analyze a target codebase and receive findings and recommendations in a structured report. - Dependency Analysis: Run dependency_analyzer.py to inspect project dependencies and surface findings for technical decision-making. - Use Case: When evaluating whether to adopt GraphQL versus REST for a Next.js and PostgreSQL application, consult the tech decision guide reference and run the project architect script to ground the decision in documented patterns. ## Quick Start Ask the assistant to analyze your project architecture by running the project architect script against your repository path and reviewing the generated report.

Frequently Asked Questions about senior-architect

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

FAQPage Schema
How do I generate an architecture diagram for my project?

Run architecture_diagram_generator.py with your project path as the target argument. Add the --verbose flag for detailed progress output or --json with --output to save results as a JSON file.

How to analyze dependencies in a software project?

Run dependency_analyzer.py against the target project path to produce a findings report. The script validates the target path, performs the analysis, and prints a structured report of results.

What tech stacks does this architecture guidance cover?

The reference guides cover React, Next.js, React Native, Flutter, Node.js, Express, GraphQL, PostgreSQL, Go, Python, Swift, and Kotlin. DevOps coverage includes Docker, Kubernetes, Terraform, and major cloud providers.

Does the project architect script work on any directory?

The script works on any existing, accessible directory path passed as the target argument. It raises an error and exits if the target path does not exist, so verify the path before running.

When should I consult the reference guides instead of running scripts?

Consult the reference guides when making design decisions, reviewing architecture patterns, or evaluating trade-offs rather than analyzing a specific codebase. The scripts handle project analysis while the references provide pattern and decision guidance.