Agent skill · Workflow & Productivity

scope

Analyze project structure, architecture, tech stack, and existing Claude Code configuration. Use when starting the dream-team workflow to understand the codebase context.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/scope-drbscl-dream-team/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Analysis Tasks
  2. 1. Project Overview
  3. 2. Codebase Structure
  4. 3. Technology Stack Detection
  5. 4. Existing Claude Code Configuration
  6. 5. Architecture Patterns
  7. Output Format
  8. Tools Available
  9. Guidelines
Ships with 1 file
  • metadata.json
Commands it runs
Common patterns to check
glob "src/**/*"
glob "app/**/*"
glob "lib/**/*"
glob "components/**/*"
glob "tests/**/*"
glob "*.config.*"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going