add more skills

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-10 13:01:43 +02:00
parent 15c8b2b0c4
commit 4349479eab
4 changed files with 99 additions and 0 deletions
+5
View File
@@ -61,6 +61,7 @@ General app structure is:
## Repo-Local Skills
All skills are defined in `.github/skills/` and indexed in `.github/skills/README.md`.
Use these repo-local skills for recurring SD.Next model integration work:
- `port-model`
@@ -103,4 +104,8 @@ Use these repo-local skills for recurring SD.Next model integration work:
File: `.github/skills/analyze-model/SKILL.md`
Use when analyzing an external model URL to identify implementation style and estimate how difficult it is to port into SD.Next.
- `fix-lint`
File: `.github/skills/fix-lint/SKILL.md`
Use when running the full lint workflow in required order (`pre-commit`, `eslint`, `ruff`, `pylint`) and fixing findings as needed, while ignoring lint issues explicitly marked with `TODO`.
When creating and updating skills, update this file and the index in `.github/skills/README.md` accordingly.