project-discovery

project-discovery

Deep project analysis for architecture planning. Use when starting migration or designing new agent components for an unfamiliar codebase.

7estrellas
2forks
Actualizado 1/9/2026
SKILL.md
readonlyread-only
name
project-discovery
description

Deep project analysis for architecture planning. Use when starting migration or designing new agent components for an unfamiliar codebase.

Project Discovery

Systematically explore a project to produce a discovery report for agent-architect.

Process

1. Structure Scan

Explore the project root and key directories:

□ Root files: package.json, pyproject.toml, Cargo.toml, go.mod, etc.
□ Source directories: src/, lib/, app/, components/
□ Config files: tsconfig.json, .eslintrc, prettier, etc.
□ CI/CD: .github/workflows/, .gitlab-ci.yml, Jenkinsfile
□ Existing Claude setup: .claude/, CLAUDE.md

2. Tech Stack Identification

Determine:

Aspect Examples
Language(s) TypeScript, Python, Rust, Go
Framework React, Next.js, FastAPI, Express
Build tools Vite, Webpack, esbuild, tsc
Package manager npm, pnpm, yarn, pip, cargo
Test framework Jest, Vitest, pytest, go test

3. Workflow Discovery

Identify existing automation and manual workflows:

Automated:

  • Build scripts in package.json / Makefile
  • CI/CD pipelines
  • Pre-commit hooks (husky, lint-staged)
  • Existing Claude hooks

Manual (candidates for automation):

  • Common developer commands
  • Deployment procedures
  • Release processes

4. Pattern Recognition

Look for:

  • Code conventions (formatting, naming)
  • Architecture patterns (DDD, clean arch, MVC)
  • Testing patterns (unit, integration, e2e)
  • Documentation style

Output: Discovery Report

Produce a structured report:

# Discovery Report: [Project Name]

## Overview
- **Type**: [Web app / CLI / Library / API / Monorepo]
- **Language**: [Primary language(s)]
- **Framework**: [Main framework(s)]

## Tech Stack
| Category | Technology |
|----------|------------|
| Runtime | ... |
| Framework | ... |
| Build | ... |
| Test | ... |
| Lint/Format | ... |

## Existing Automation
- [List current CI/CD, hooks, scripts]

## Recommended Components

### Skills
- [ ] `skill-name` - [reason]

### Commands
- [ ] `/command-name` - [reason]

### Hooks
- [ ] `hook-name` on [event] - [reason]

### Rules
- [ ] `rule-name` - [convention to extract]

## Notes
[Any special considerations, legacy code, migration risks]

Handoff

After producing the report:

  1. Present findings to user for validation
  2. Pass approved recommendations to agent-architect
  3. Let agent-architect classify and delegate each component

Exploration Tips

  • Use Glob for file patterns: **/*.config.*, **/test/**
  • Use Grep for conventions: import, export default, async function
  • Check README.md for documented workflows
  • Look at recent git commits for active development areas

You Might Also Like

Related Skills

summarize

summarize

179Kresearch

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

openclaw avataropenclaw
Obtener
prompt-lookup

prompt-lookup

143Kresearch

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

skill-lookup

skill-lookup

143Kresearch

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

sherpa-onnx-tts

sherpa-onnx-tts

88Kresearch

Local text-to-speech via sherpa-onnx (offline, no cloud)

moltbot avatarmoltbot
Obtener
openai-whisper

openai-whisper

87Kresearch

Local speech-to-text with the Whisper CLI (no API key).

moltbot avatarmoltbot
Obtener
seo-review

seo-review

66Kresearch

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

leonardomso avatarleonardomso
Obtener