Project Structure Analyzer banner
MustafaDorgham MustafaDorgham

Project Structure Analyzer

Testing community

Description

--- description: Analyze project structure to detect package managers, build tools, and testing frameworks allowed-tools: Read(*package.json), Read(*pnpm-lock.yaml), Read(*bun.lockb), Read(*yarn.lock), Read(*package-lock.json), Read(*tsconfig.json), Read(*.config.js), Bash(which pnpm), Bash(which bun), Bash(which yarn), Bash(which npm) --- Analyze JavaScript/TypeScript project structure for use by /build, /test, /lint, and /setup commands: 1. **Package Manager Detection**: - Check for lock

Installation

Installs to ~/.claude/skills/mustafadorgham-agentic-slash-commands-project-structure-analyzer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mustafadorgham-agentic-slash-commands-project-structure-analyzer && curl -fsSL https://raw.githubusercontent.com/MustafaDorgham/agentic-slash-commands/HEAD/skills/project-structure-analyzer.md -o ~/.claude/skills/mustafadorgham-agentic-slash-commands-project-structure-analyzer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository