16 lines
1003 B
Markdown
16 lines
1003 B
Markdown
---
|
|
name: dot-ai-projectSetup
|
|
description: "Setup project, audit repository, or generate repository files. Use this when user wants to: setup project, audit repo, check missing files, create README, add LICENSE, generate CONTRIBUTING.md, add CI/CD workflows, initialize documentation, setup governance files. Analyzes local repositories and generates missing configuration, documentation, and governance files. Does NOT handle Kubernetes deployments - use recommend for those."
|
|
user-invocable: true
|
|
---
|
|
|
|
# dot-ai projectSetup
|
|
|
|
Setup project, audit repository, or generate repository files. Use this when user wants to: setup project, audit repo, check missing files, create README, add LICENSE, generate CONTRIBUTING.md, add CI/CD workflows, initialize documentation, setup governance files. Analyzes local repositories and generates missing configuration, documentation, and governance files. Does NOT handle Kubernetes deployments - use recommend for those.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dot-ai projectSetup
|
|
```
|