一键导入
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 职业分类
| 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]
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