detect-project
Installation
SKILL.md
/detect-project Skill
Critical Restrictions
- DO NOT CLONE remote repositories unless the user explicitly selects the "Clone & Inspect" option.
- ALWAYS use
github-mcp-servertools (list_directory,get_file_contents) for initial analysis of remote URLs. - NEVER assume you have permission to write to the local filesystem for analysis purposes.
Analyze the project to detect language/framework and recommend a build strategy. This skill handles both local project directories and remote Git repositories.
When to Use This Skill
- User wants to containerize or deploy an application and needs language/framework detection
- User asks what tech stack a project uses or needs a build strategy recommendation
- Run before
/s2i-build,/recommend-image, or/rhel-deployto identify project type
Critical: Human-in-the-Loop Requirements
See Human-in-the-Loop Requirements for mandatory checkpoint behavior.
Related skills