(chore): add cursor agent config to load shared maksit skills from homelab
This commit is contained in:
parent
02d351feb5
commit
4a6fdd1f3f
9
.cursor/maksit-skills.json
Normal file
9
.cursor/maksit-skills.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$schema": "homelab-maksit-skills-manifest-v1",
|
||||||
|
"sharedSkillsRoot": "E:\\Users\\maksym\\source\\repos\\private\\homelab\\ai\\skills",
|
||||||
|
"sharedSkills": [
|
||||||
|
"common/csharp",
|
||||||
|
"common/maksit-repo-maintenance",
|
||||||
|
"local-ollama"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
.cursor/rules/maksit-skills.mdc
Normal file
16
.cursor/rules/maksit-skills.mdc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
description: Load MaksIT agent skills from homelab (deterministic)
|
||||||
|
globs: "**/*.{cs,csproj,slnx,md}"
|
||||||
|
alwaysApply: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# MaksIT skills (maksit-core)
|
||||||
|
|
||||||
|
Complementary skills (no precedence). Read each `SKILL.md` when relevant:
|
||||||
|
|
||||||
|
1. `E:\Users\maksym\source\repos\private\homelab\ai\skills\common\csharp\SKILL.md`
|
||||||
|
2. `E:\Users\maksym\source\repos\private\homelab\ai\skills\common\maksit-repo-maintenance\SKILL.md`
|
||||||
|
3. `E:\Users\maksym\source\repos\private\homelab\ai\skills\local-ollama\SKILL.md` — local Ollama offload (`@local-ollama`)
|
||||||
|
|
||||||
|
Manifest: `.cursor/maksit-skills.json`.
|
||||||
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -261,9 +261,5 @@ paket-files/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
/.cursor
|
|
||||||
/.vscode
|
|
||||||
/staging
|
|
||||||
|
|
||||||
#Custom
|
#Custom
|
||||||
![Uu]tils/**
|
![Uu]tils/**
|
||||||
9
AGENTS.md
Normal file
9
AGENTS.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Agent instructions (maksit-core)
|
||||||
|
|
||||||
|
| Skill | Path |
|
||||||
|
|-------|------|
|
||||||
|
| csharp | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\common\csharp\SKILL.md) |
|
||||||
|
| maksit-repo-maintenance | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\common\maksit-repo-maintenance\SKILL.md) |
|
||||||
|
| local-ollama | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\local-ollama\SKILL.md) |
|
||||||
|
Manifest: `.cursor/maksit-skills.json`.
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user