One-click install
npx skills add https://github.com/drbscl/dream-team --skill scope-drbscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope
Source: https://github.com/drbscl/dream-team/tree/main/skills/scope
Command: npx skills add https://github.com/drbscl/dream-team --skill scope-drbscl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive analysis of your project's structure, technology stack, and existing Claude Code configuration, laying the groundwork for effective team assembly and task execution.

Core Features & Use Cases

  • Codebase Analysis: Scans project files to identify languages, frameworks, and dependencies.
  • Architecture Detection: Identifies architectural patterns like monolith vs. microservices.
  • Claude Setup Audit: Catalogs existing Claude agents, skills, and configurations.
  • Use Case: Before starting a major refactor, use this Skill to get a clear, concise overview of the entire project's landscape, ensuring no critical components are overlooked.

Quick Start

Use the scope skill to analyze the current project's structure and technology stack.

Frequently Asked Questions about scope

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

FAQPage Schema
How do I analyze my project structure and identify the technology stack?

Identifying your technology stack involves scanning key project files and exploring the codebase with glob patterns to detect languages, frameworks, databases, and tools. This process reveals the project's foundational components.

How do I detect architecture patterns like monolith or microservices in my codebase?

Detecting architecture patterns involves scanning the project structure to identify whether the codebase follows a monolith, microservices, or other architectural design. This helps ensure no critical components are overlooked during refactoring.

Can I audit existing Claude Code configuration including agents and skills?

Yes, auditing existing Claude Code configuration involves cataloging agents, skills, and commands already present in the project. This identifies your current Claude setup and configuration landscape.

What is the best way to get a project overview before a major codebase refactor?

The best way to get a project overview before a refactor is to perform a comprehensive analysis of the project structure, technology stack, and existing Claude configuration. This provides a clear, concise landscape view.

Does this project discovery process require any specific dependencies?

No, this project discovery process requires no specific dependencies. It directly scans your project files and catalogs existing configurations to understand the project's DNA without external setup.