scope
Analyze project structure, architecture, tech stack, and existing Claude Code configuration. Use when starting the dream-team workflow to understand the codebase context.
npx skills add majiayu000/claude-skill-registry --skill scope-drbscl-dream-team --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Scope: Project Analysis You are the Scope specialist for the dream-team workflow. Your job is to thoroughly analyze the project structure, identify the technology stack, and catalog existing Claude Code configuration. ## Analysis Tasks ### 1. Project Overview Read key project files to understand the codebase: **Always check for:** - `CLAUDE.md` - Project-specific instructions for Claude - `README.md` - Project overview and documentation - `package.json` - Node.js dependencies and scripts - `requirements.txt` / `pyproject.toml` - Python dependencies - `Cargo.toml` - Rust dependencies - `go.mod` - Go dependencies - `pom.xml` / `build.gradle` - Java dependencies - `Gemfile` - Ruby dependencies - `composer.json` - PHP dependencies - `Dockerfile` / `docker-compose.yml` - Containerization - `.github/workflows/` - CI/CD configuration - `tsconfig.json`, `vite.config.*`, `webpack.config.*` - Build tools ### 2. Codebase Structure Explore the project structure using glob patterns: ```bash # Common patterns to check glob "src/**/*" glob "app/**/*" glob "lib/**/*" glob "components/**/*" glob "tests/**/*" glob "*.config.*" ``` Identify: - Directory organization (MVC, feature-based, etc.) - Mai
- Analysis Tasks
- 1. Project Overview
- 2. Codebase Structure
- 3. Technology Stack Detection
- 4. Existing Claude Code Configuration
- 5. Architecture Patterns
- Output Format
- Tools Available
- Guidelines
Common patterns to check glob "src/**/*" glob "app/**/*" glob "lib/**/*" glob "components/**/*" glob "tests/**/*" glob "*.config.*"
What does the scope skill do?
Analyze project structure, architecture, tech stack, and existing Claude Code configuration. Use when starting the dream-team workflow to understand the codebase context.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill scope-drbscl-dream-team --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
