18 lines
494 B
Markdown
18 lines
494 B
Markdown
# Skills Documentation
|
|
|
|
This directory contains user-facing docs for each skill.
|
|
|
|
## Index
|
|
|
|
- [CREATE-PLAN.md](./CREATE-PLAN.md) — Includes requirements, install, verification, and execution workflow for create-plan.
|
|
- [WEB-AUTOMATION.md](./WEB-AUTOMATION.md) — Includes requirements, install, dependency verification, and usage examples for web-automation.
|
|
|
|
## Repo Setup
|
|
|
|
Clone the repo first:
|
|
|
|
```bash
|
|
git clone https://git.fiorinis.com/Home/ai-coding-skills.git
|
|
cd ai-coding-skills
|
|
```
|