Move install instructions into per-skill docs and remove single INSTALL doc

This commit is contained in:
2026-02-09 05:08:56 +00:00
parent 9ddc17b228
commit 0418fe47fa
5 changed files with 101 additions and 153 deletions

View File

@@ -4,6 +4,14 @@ This directory contains user-facing docs for each skill.
## Index
- [CREATE-PLAN.md](./CREATE-PLAN.md) — Planning workflow, milestones, feedback loop, and `ai_plan/` conventions.
- [WEB-AUTOMATION.md](./WEB-AUTOMATION.md) — Playwright + Camoufox setup, dependency checks, and usage examples.
- [INSTALL.md](./INSTALL.md) — Installation guide for all supported agent variants.
- [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
```