faf_git
Generate a project.faf file from a public GitHub repository URL by fetching the repo and extracting its stack and context. Use it to bootstrap project context without cloning locally.
Instructions
Generate a project.faf from any public GitHub repository URL — fetches the repo and extracts its stack and context. Returns the generated .faf. Use this to bootstrap context for a project you have the URL for but not cloned locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub repository URL (e.g., https://github.com/owner/repo or owner/repo) | |
| path | No | Output directory for generated project.faf. If omitted, returns content without writing. |