glm_generate_readme
Generate a README.md for a project by specifying the working directory, documentation style, and model. Supports standard, comprehensive, and minimal formats to aid onboarding.
Instructions
Generate a README.md for a project using GLM.
Use for: creating project documentation, onboarding.
Args: working_directory: Project directory style: "standard", "comprehensive", "minimal" model: "haiku" or "sonnet"
Returns: Generated README.md content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | sonnet | |
| style | No | standard | |
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |