Clone a git repository and provide an overview of the codebase.
- $ARGUMENTS: The git URL or owner/repo shorthand (e.g., rails/rails)
- Run the shell command
tmp-git-clone -q $ARGUMENTSto clone the repository. This outputs the cloned path. - Read the README file at the cloned path
- List the directory structure to understand the project layout
- Provide a concise summary including:
- What the project is/does (from README)
- Tech stack (languages, frameworks)
- Key directories and their purpose
- How to get started (if mentioned)
Keep the summary focused and scannable. The user can ask follow-up questions to dive deeper.