원클릭으로
project-discovery
Activate when analyzing codebases to understand project structure, technology stack, dependencies, and development workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activate when analyzing codebases to understand project structure, technology stack, dependencies, and development workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate when creating or modifying Claude Code agents with proper architecture patterns, tool selection, and extended context integration
Activate when analyzing code quality through linting, formatting, testing, coverage analysis, and maintainability metrics
Activate when creating or modifying Claude Code slash commands with proper frontmatter, Task invocation patterns, and TodoWrite integration
Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
Activate when creating detailed implementation plans with phases, tasks, dependencies, and resource allocation for software projects
Activate when creating Product Requirements Documents (PRDs) with business objectives, functional requirements, success criteria, and implementation planning
| name | project-discovery |
| description | Activate when analyzing codebases to understand project structure, technology stack, dependencies, and development workflows |
| license | MIT |
Guide for systematically analyzing codebases to identify technology stack, development tools, dependencies, and recommend relevant integrations like MCPs.
Activate when:
Based on discoveries, recommend MCPs such as:
When discovering Elixir projects:
AGENTS.md in project root (community standard)usage-rules.md as alternativedeps/*/ for library-specific AGENTS.md files# Project Discovery Report
## Project Overview
- **Name**: [Project Name]
- **Primary Language(s)**: [Languages]
- **Framework(s)**: [Frameworks]
- **Project Type**: [web app, CLI tool, library, etc.]
## Technology Stack
### Frontend
- [Framework/Library and version]
- [Build tools]
### Backend
- [Runtime/Framework]
- [Database(s)]
### Development Tools
- **Package Manager**: [npm, yarn, pip, etc.]
- **Build System**: [webpack, vite, etc.]
- **Testing**: [jest, pytest, etc.]
- **Linting**: [eslint, prettier, etc.]
## Recommended MCPs
Based on analysis, consider:
1. **[MCP Name]**: For [specific use case]
2. **[MCP Name]**: For [specific use case]
## Setup Instructions
[Quick start commands]